#872066

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

Shades of Dark Purple #872066

Tints of Dark Purple #872066

Color information

#872066 (or 0x872066) is unknown color: approx Dark Purple. HEX triplet: 87, 20 and 66. RGB value is (135,32,102). Sum of RGB (Red+Green+Blue) = 135+32+102=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #872066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872066 is #78DF99. Grayscale: #464646. Windows color (decimal): -7921562 or 6692999. OLE color: 6692999.

HSL color Cylindrical-coordinate representation of color #872066: hue angle of 319.22º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872066 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13532102-
CMYK00.760.240.47
HSL319.22º61.68%32.75%-
HSV(B)319.22º76.3%52.94%-
XYZ12.917.1413.27-
YUV70.78145.62173.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=50.19%
G=11.90%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353210200.760.240.47319.2261.6832.75
Hex87206604C182F13f3e21
Octal20740146011430574777641
Binary1000011110000011001100100110011000101111100111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872066; }

 p { color: rgb(135,32,102); }

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

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

 a { background-color: rgb(135,32,102); }

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

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

 span { border-color: rgb(135,32,102); }

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