#870476

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

Shades of Purple #870476

Tints of Purple #870476

Color information

#870476 (or 0x870476) is unknown color: approx Purple. HEX triplet: 87, 04 and 76. RGB value is (135,4,118). Sum of RGB (Red+Green+Blue) = 135+4+118=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870476 is #78FB89. Grayscale: #373737. Windows color (decimal): -7928714 or 7734407. OLE color: 7734407.

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

Color convert

RGB1354118-
CMYK00.970.130.47
HSL307.79º94.24%27.25%-
HSV(B)307.79º97.04%52.94%-
XYZ13.316.5517.7-
YUV56.16162.9184.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=52.53%
G=1.56%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135411800.970.130.47307.7994.2427.25
Hex87476061D2F1345e1b
Octal20741660141155746413633
Binary100001111001110110011000011101101111100110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870476; }

 p { color: rgb(135,4,118); }

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

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

 a { background-color: rgb(135,4,118); }

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

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

 span { border-color: rgb(135,4,118); }

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