#870C82

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

Shades of Purple #870C82

Tints of Purple #870C82

Color information

#870C82 (or 0x870C82) is unknown color: approx Purple. HEX triplet: 87, 0C and 82. RGB value is (135,12,130). Sum of RGB (Red+Green+Blue) = 135+12+130=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #870C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870C82 is #78F37D. Grayscale: #3D3D3D. Windows color (decimal): -7926654 or 8522887. OLE color: 8522887.

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

Color convert

RGB13512130-
CMYK00.910.040.47
HSL302.44º83.67%28.82%-
HSV(B)302.44º91.11%52.94%-
XYZ14.157.0321.73-
YUV62.23166.25179.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=48.74%
G=4.33%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351213000.910.040.47302.4483.6728.82
Hex87C8205B42F12e541d
Octal20714202013345745612435
Binary1000011111001000001001011011100101111100101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870C82; }

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

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

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

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

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

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

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

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