#872466

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

Shades of Dark Purple #872466

Tints of Dark Purple #872466

Color information

#872466 (or 0x872466) is unknown color: approx Dark Purple. HEX triplet: 87, 24 and 66. RGB value is (135,36,102). Sum of RGB (Red+Green+Blue) = 135+36+102=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #872466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872466 is #78DB99. Grayscale: #484848. Windows color (decimal): -7920538 or 6694023. OLE color: 6694023.

HSL color Cylindrical-coordinate representation of color #872466: hue angle of 320º 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 #872466 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13536102-
CMYK00.730.240.47
HSL320º57.89%33.53%-
HSV(B)320º73.33%52.94%-
XYZ13.027.3713.31-
YUV73.12144.3172.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=49.45%
G=13.19%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353610200.730.240.4732057.8933.53
Hex872466049182F1403a22
Octal20744146011130575007242
Binary1000011110010011001100100100111000101111101000000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872466; }

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

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

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

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

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

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

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

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