Html Css Color HEX #860049 Tyrian Purple

📋 copy color: '#860049'

red 134 ◦ green 0 ◦ blue 73

#860049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #860049

Tints of Tyrian Purple #860049

RGB

 RED value IS 134 (52.73% from 255) = 64.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 64.73%
G = 0%
B = 35.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#860049 (or 0x860049) is known color: Tyrian Purple. HEX triplet: 86, 00 and 49. RGB value is (134,0,73). Sum of RGB (Red+Green+Blue) = 134+0+73=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #860049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860049 is #79FFB6. Grayscale: #303030. Windows color (decimal): -7995319 or 4784262. OLE color: 4784262.

HSL color Cylindrical-coordinate representation of color #860049: hue angle of 327.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860049 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 73 -
CMYK 0 1 0.46 0.47
HSL 327.31º 1% 0.26% -
HSV(B) 327.31º 1% 0.53% -
XYZ 11.03 5.55 6.79 -
YUV 48.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 134 0 73 0 1 0.46 0.47 327.31 1 0.26
Hex 86 0 49 0 64 2E 2F 147 64 1A
Octal 206 0 111 0 144 56 57 507 144 32
Binary 10000110 0 1001001 0 1100100 101110 101111 101000111 1100100 11010

Color Harmonies of #860049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860049

Black with #860049

Text Example


Text Example

White with #860049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860049; }

 p { color: rgb(134,0,73); }

 H1.HeaderClassName
 {
   color: #860049;
 }
 .AnyTagClassName
 {
   color: #860049;
 }
</style>

background-color css

<style>
 a { background-color: #860049; }

 a { background-color: rgb(134,0,73); }

 div.DivClassName
 {
   background-color: #860049;
 }
 .BgClassName
 {
   background-color: #860049;
 }
</style>

border-color css

<style>
 span { border-color: #860049; }

 span { border-color: rgb(134,0,73); }

 td.TdClassName
 {
   border-color: #860049;
 }
 .TagClassName
 {
   border-color: #860049;
 }
</style>