#872782

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

Shades of Dark Purple #872782

Tints of Dark Purple #872782

Color information

#872782 (or 0x872782) is unknown color: approx Dark Purple. HEX triplet: 87, 27 and 82. RGB value is (135,39,130). Sum of RGB (Red+Green+Blue) = 135+39+130=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #872782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872782 is #78D87D. Grayscale: #4D4D4D. Windows color (decimal): -7919742 or 8529799. OLE color: 8529799.

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

Color convert

RGB13539130-
CMYK00.710.040.47
HSL303.12º55.17%34.12%-
HSV(B)303.12º71.11%52.94%-
XYZ14.758.2121.93-
YUV78.08157.3168.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=44.41%
G=12.83%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353913000.710.040.47303.1255.1734.12
Hex87278204742F12f3722
Octal2074720201074574576742
Binary100001111001111000001001000111100101111100101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872782; }

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

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

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

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

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

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

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

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