Html Css Color HEX #870849 Tyrian Purple

📋 copy color: '#870849'

red 135 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #870849

Tints of Tyrian Purple #870849

RGB

 RED value IS 135 (53.13% from 255) = 62.5%

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 62.5%
G = 3.7%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#870849 (or 0x870849) is known color: Tyrian Purple. HEX triplet: 87, 08 and 49. RGB value is (135,8,73). Sum of RGB (Red+Green+Blue) = 135+8+73=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #870849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870849 is #78F7B6. Grayscale: #353535. Windows color (decimal): -7927735 or 4786311. OLE color: 4786311.

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

Color convert

RGB 135 8 73 -
CMYK 0 0.94 0.46 0.47
HSL 329.29º 0.89% 0.28% -
HSV(B) 329.29º 0.94% 0.53% -
XYZ 11.28 5.81 6.83 -
YUV 53.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 135 8 73 0 0.94 0.46 0.47 329.29 0.89 0.28
Hex 87 8 49 0 5E 2E 2F 149 59 1C
Octal 207 10 111 0 136 56 57 511 131 34
Binary 10000111 1000 1001001 0 1011110 101110 101111 101001001 1011001 11100

Color Harmonies of #870849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870849

Black with #870849

Text Example


Text Example

White with #870849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870849; }

 p { color: rgb(135,8,73); }

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

background-color css

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

 a { background-color: rgb(135,8,73); }

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

border-color css

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

 span { border-color: rgb(135,8,73); }

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