#870182

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

Shades of Purple #870182

Tints of Purple #870182

Color information

#870182 (or 0x870182) is unknown color: approx Purple. HEX triplet: 87, 01 and 82. RGB value is (135,1,130). Sum of RGB (Red+Green+Blue) = 135+1+130=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #870182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870182 is #78FE7D. Grayscale: #373737. Windows color (decimal): -7929470 or 8520071. OLE color: 8520071.

HSL color Cylindrical-coordinate representation of color #870182: hue angle of 302.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870182 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB1351130-
CMYK00.990.040.47
HSL302.24º98.53%26.67%-
HSV(B)302.24º99.26%52.94%-
XYZ14.036.7821.69-
YUV55.77169.89184.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=50.75%
G=0.38%
B=48.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135113000.990.040.47302.2498.5326.67
Hex8718206342F12e631b
Octal2071202014345745614333
Binary1000011111000001001100011100101111100101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870182; }

 p { color: rgb(135,1,130); }

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

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

 a { background-color: rgb(135,1,130); }

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

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

 span { border-color: rgb(135,1,130); }

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