Html Css Color HEX #860349 Tyrian Purple

📋 copy color: '#860349'

red 134 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #860349

Tints of Tyrian Purple #860349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 63.81%
G = 1.43%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860349 (or 0x860349) is known color: Tyrian Purple. HEX triplet: 86, 03 and 49. RGB value is (134,3,73). Sum of RGB (Red+Green+Blue) = 134+3+73=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #860349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860349 is #79FCB6. Grayscale: #323232. Windows color (decimal): -7994551 or 4785030. OLE color: 4785030.

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

Color convert

RGB 134 3 73 -
CMYK 0 0.98 0.46 0.47
HSL 327.94º 0.96% 0.27% -
HSV(B) 327.94º 0.98% 0.53% -
XYZ 11.07 5.61 6.8 -
YUV 50.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 134 3 73 0 0.98 0.46 0.47 327.94 0.96 0.27
Hex 86 3 49 0 62 2E 2F 148 60 1B
Octal 206 3 111 0 142 56 57 510 140 33
Binary 10000110 11 1001001 0 1100010 101110 101111 101001000 1100000 11011

Color Harmonies of #860349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860349

Black with #860349

Text Example


Text Example

White with #860349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860349; }

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

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

background-color css

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

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

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

border-color css

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

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

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