Html Css Color HEX #870242 Tyrian Purple

📋 copy color: '#870242'

red 135 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #870242

Tints of Tyrian Purple #870242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 66.5%
G = 0.99%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#870242 (or 0x870242) is known color: Tyrian Purple. HEX triplet: 87, 02 and 42. RGB value is (135,2,66). Sum of RGB (Red+Green+Blue) = 135+2+66=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870242 is #78FDBD. Grayscale: #303030. Windows color (decimal): -7929278 or 4326023. OLE color: 4326023.

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

Color convert

RGB 135 2 66 -
CMYK 0 0.99 0.51 0.47
HSL 331.13º 0.97% 0.27% -
HSV(B) 331.13º 0.99% 0.53% -
XYZ 11 5.59 5.65 -
YUV 49.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 135 2 66 0 0.99 0.51 0.47 331.13 0.97 0.27
Hex 87 2 42 0 63 33 2F 14B 61 1B
Octal 207 2 102 0 143 63 57 513 141 33
Binary 10000111 10 1000010 0 1100011 110011 101111 101001011 1100001 11011

Color Harmonies of #870242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870242

Black with #870242

Text Example


Text Example

White with #870242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870242; }

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

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

background-color css

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

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

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

border-color css

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

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

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