#870076

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

Shades of Purple #870076

Tints of Purple #870076

Color information

#870076 (or 0x870076) is unknown color: approx Purple. HEX triplet: 87, 00 and 76. RGB value is (135,0,118). Sum of RGB (Red+Green+Blue) = 135+0+118=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870076 is #78FF89. Grayscale: #353535. Windows color (decimal): -7929738 or 7733383. OLE color: 7733383.

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

Color convert

RGB1350118-
CMYK010.130.47
HSL307.56º100%26.47%-
HSV(B)307.56º100%52.94%-
XYZ13.266.4617.69-
YUV53.82164.23185.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=53.36%
G=0%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350118010.130.47307.5610026.47
Hex87076064D2F134641a
Octal20701660144155746414432
Binary1000011101110110011001001101101111100110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870076; }

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

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

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

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

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

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

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

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