#870472

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

Shades of Purple #870472

Tints of Purple #870472

Color information

#870472 (or 0x870472) is unknown color: approx Purple. HEX triplet: 87, 04 and 72. RGB value is (135,4,114). Sum of RGB (Red+Green+Blue) = 135+4+114=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870472 is #78FB8D. Grayscale: #373737. Windows color (decimal): -7928718 or 7472263. OLE color: 7472263.

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

Color convert

RGB1354114-
CMYK00.970.160.47
HSL309.62º94.24%27.25%-
HSV(B)309.62º97.04%52.94%-
XYZ13.076.4516.48-
YUV55.71160.9184.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=53.36%
G=1.58%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135411400.970.160.47309.6294.2427.25
Hex87472061102F1365e1b
Octal20741620141205746613633
Binary1000011110011100100110000110000101111100110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870472; }

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

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

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

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

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

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

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

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