#870044

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

Shades of Tyrian Purple #870044

Tints of Tyrian Purple #870044

Color information

#870044 (or 0x870044) is unknown color: approx Tyrian Purple. HEX triplet: 87, 00 and 44. RGB value is (135,0,68). Sum of RGB (Red+Green+Blue) = 135+0+68=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870044 is #78FFBB. Grayscale: #2F2F2F. Windows color (decimal): -7929788 or 4456583. OLE color: 4456583.

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

Color convert

RGB135068-
CMYK010.500.47
HSL329.78º100%26.47%-
HSV(B)329.78º100%52.94%-
XYZ11.045.575.96-
YUV48.12139.23189.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=66.50%
G=0%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135068010.500.47329.7810026.47
Hex87044064322F14a641a
Octal20701040144625751214432
Binary100001110100010001100100110010101111101001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870044; }

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

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

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

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

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

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

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

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