#870A78

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

Shades of Purple #870A78

Tints of Purple #870A78

Color information

#870A78 (or 0x870A78) is unknown color: approx Purple. HEX triplet: 87, 0A and 78. RGB value is (135,10,120). Sum of RGB (Red+Green+Blue) = 135+10+120=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #870A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A78 is #78F587. Grayscale: #3B3B3B. Windows color (decimal): -7927176 or 7867015. OLE color: 7867015.

HSL color Cylindrical-coordinate representation of color #870A78: hue angle of 307.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A78 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13510120-
CMYK00.930.110.47
HSL307.2º86.21%28.43%-
HSV(B)307.2º92.59%52.94%-
XYZ13.496.7218.36-
YUV59.91161.91181.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=50.94%
G=3.77%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351012000.930.110.47307.286.2128.43
Hex87A7805DB2F133561c
Octal207121700135135746312634
Binary1000011110101111000010111011011101111100110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870A78; }

 p { color: rgb(135,10,120); }

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

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

 a { background-color: rgb(135,10,120); }

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

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

 span { border-color: rgb(135,10,120); }

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