#870473

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

Shades of Purple #870473

Tints of Purple #870473

Color information

#870473 (or 0x870473) is unknown color: approx Purple. HEX triplet: 87, 04 and 73. RGB value is (135,4,115). Sum of RGB (Red+Green+Blue) = 135+4+115=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #870473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870473 is #78FB8C. Grayscale: #373737. Windows color (decimal): -7928717 or 7537799. OLE color: 7537799.

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

Color convert

RGB1354115-
CMYK00.970.150.47
HSL309.16º94.24%27.25%-
HSV(B)309.16º97.04%52.94%-
XYZ13.136.4816.78-
YUV55.82161.4184.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=53.15%
G=1.57%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135411500.970.150.47309.1694.2427.25
Hex87473061F2F1355e1b
Octal20741630141175746513633
Binary100001111001110011011000011111101111100110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870473; }

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

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

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

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

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

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

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

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