Html Css Color HEX #870542 Tyrian Purple

📋 copy color: '#870542'

red 135 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #870542

Tints of Tyrian Purple #870542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 65.53%
G = 2.43%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#870542 (or 0x870542) is known color: Tyrian Purple. HEX triplet: 87, 05 and 42. RGB value is (135,5,66). Sum of RGB (Red+Green+Blue) = 135+5+66=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #870542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870542 is #78FABD. Grayscale: #323232. Windows color (decimal): -7928510 or 4326791. OLE color: 4326791.

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

Color convert

RGB 135 5 66 -
CMYK 0 0.96 0.51 0.47
HSL 331.85º 0.93% 0.27% -
HSV(B) 331.85º 0.96% 0.53% -
XYZ 11.03 5.65 5.66 -
YUV 50.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 135 5 66 0 0.96 0.51 0.47 331.85 0.93 0.27
Hex 87 5 42 0 60 33 2F 14C 5D 1B
Octal 207 5 102 0 140 63 57 514 135 33
Binary 10000111 101 1000010 0 1100000 110011 101111 101001100 1011101 11011

Color Harmonies of #870542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870542

Black with #870542

Text Example


Text Example

White with #870542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870542; }

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

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

background-color css

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

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

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

border-color css

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

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

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