#870471

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

Shades of Purple #870471

Tints of Purple #870471

Color information

#870471 (or 0x870471) is unknown color: approx Purple. HEX triplet: 87, 04 and 71. RGB value is (135,4,113). Sum of RGB (Red+Green+Blue) = 135+4+113=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870471 is #78FB8E. Grayscale: #373737. Windows color (decimal): -7928719 or 7406727. OLE color: 7406727.

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

Color convert

RGB1354113-
CMYK00.970.160.47
HSL310.08º94.24%27.25%-
HSV(B)310.08º97.04%52.94%-
XYZ13.026.4316.18-
YUV55.59160.4184.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=53.57%
G=1.59%
B=44.84%

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
Decimal135411300.970.160.47310.0894.2427.25
Hex87471061102F1365e1b
Octal20741610141205746613633
Binary1000011110011100010110000110000101111100110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870471; }

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

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

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

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

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

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

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

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