#862872

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

Shades of Dark Purple #862872

Tints of Dark Purple #862872

Color information

#862872 (or 0x862872) is unknown color: approx Dark Purple. HEX triplet: 86, 28 and 72. RGB value is (134,40,114). Sum of RGB (Red+Green+Blue) = 134+40+114=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #862872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862872 is #79D78D. Grayscale: #4C4C4C. Windows color (decimal): -7985038 or 7481478. OLE color: 7481478.

HSL color Cylindrical-coordinate representation of color #862872: hue angle of 312.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862872 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13440114-
CMYK00.700.150.47
HSL312.77º54.02%34.12%-
HSV(B)312.77º70.15%52.55%-
XYZ13.637.816.71-
YUV76.54149.14168.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=46.53%
G=13.89%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344011400.700.150.47312.7754.0234.12
Hex862872046F2F1393622
Octal20650162010617574716642
Binary100001101010001110010010001101111101111100111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862872; }

 p { color: rgb(134,40,114); }

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

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

 a { background-color: rgb(134,40,114); }

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

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

 span { border-color: rgb(134,40,114); }

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