Html Css Color HEX #870842 Tyrian Purple

📋 copy color: '#870842'

red 135 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #870842

Tints of Tyrian Purple #870842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 64.59%
G = 3.83%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#870842 (or 0x870842) is known color: Tyrian Purple. HEX triplet: 87, 08 and 42. RGB value is (135,8,66). Sum of RGB (Red+Green+Blue) = 135+8+66=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #870842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870842 is #78F7BD. Grayscale: #343434. Windows color (decimal): -7927742 or 4327559. OLE color: 4327559.

HSL color Cylindrical-coordinate representation of color #870842: hue angle of 332.6º 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 #870842 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 66 -
CMYK 0 0.94 0.51 0.47
HSL 332.6º 0.89% 0.28% -
HSV(B) 332.6º 0.94% 0.53% -
XYZ 11.06 5.72 5.67 -
YUV 52.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 135 8 66 0 0.94 0.51 0.47 332.6 0.89 0.28
Hex 87 8 42 0 5E 33 2F 14D 59 1C
Octal 207 10 102 0 136 63 57 515 131 34
Binary 10000111 1000 1000010 0 1011110 110011 101111 101001101 1011001 11100

Color Harmonies of #870842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870842

Black with #870842

Text Example


Text Example

White with #870842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870842; }

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

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

background-color css

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

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

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

border-color css

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

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

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