#870042

Color #870042 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #870042

Tints of Tyrian Purple #870042

Color information

#870042 (or 0x870042) is unknown color: approx Tyrian Purple. HEX triplet: 87, 00 and 42. RGB value is (135,0,66). Sum of RGB (Red+Green+Blue) = 135+0+66=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #870042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870042 is #78FFBD. Grayscale: #2F2F2F. Windows color (decimal): -7929790 or 4325511. OLE color: 4325511.

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

Color convert

RGB135066-
CMYK010.510.47
HSL330.67º100%26.47%-
HSV(B)330.67º100%52.94%-
XYZ10.985.545.65-
YUV47.89138.23190.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=67.16%
G=0%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135066010.510.47330.6710026.47
Hex87042064332F14b641a
Octal20701020144635751314432
Binary100001110100001001100100110011101111101001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870042; }

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

 H1.HeaderClassName
 {
   color: #870042;
 }
 .AnyTagClassName
 {
   color: #870042;
 }
</style>
background-color css

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

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

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

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

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

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