#870478

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

Shades of Purple #870478

Tints of Purple #870478

Color information

#870478 (or 0x870478) is unknown color: approx Purple. HEX triplet: 87, 04 and 78. RGB value is (135,4,120). Sum of RGB (Red+Green+Blue) = 135+4+120=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870478 is #78FB87. Grayscale: #383838. Windows color (decimal): -7928712 or 7865479. OLE color: 7865479.

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

Color convert

RGB1354120-
CMYK00.970.110.47
HSL306.87º94.24%27.25%-
HSV(B)306.87º97.04%52.94%-
XYZ13.436.5918.33-
YUV56.39163.9184.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=52.12%
G=1.54%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135412000.970.110.47306.8794.2427.25
Hex87478061B2F1335e1b
Octal20741700141135746313633
Binary100001111001111000011000011011101111100110011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870478; }

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

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

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

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

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

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

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

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