#872464

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

Shades of Dark Purple #872464

Tints of Dark Purple #872464

Color information

#872464 (or 0x872464) is unknown color: approx Dark Purple. HEX triplet: 87, 24 and 64. RGB value is (135,36,100). Sum of RGB (Red+Green+Blue) = 135+36+100=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #872464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872464 is #78DB9B. Grayscale: #484848. Windows color (decimal): -7920540 or 6562951. OLE color: 6562951.

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

Color convert

RGB13536100-
CMYK00.730.260.47
HSL321.21º57.89%33.53%-
HSV(B)321.21º73.33%52.94%-
XYZ12.927.3312.79-
YUV72.9143.3172.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=49.82%
G=13.28%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353610000.730.260.47321.2157.8933.53
Hex8724640491A2F1413a22
Octal20744144011132575017242
Binary1000011110010011001000100100111010101111101000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872464; }

 p { color: rgb(135,36,100); }

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

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

 a { background-color: rgb(135,36,100); }

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

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

 span { border-color: rgb(135,36,100); }

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