#872488

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

Shades of Dark Purple #872488

Tints of Dark Purple #872488

Color information

#872488 (or 0x872488) is unknown color: approx Dark Purple. HEX triplet: 87, 24 and 88. RGB value is (135,36,136). Sum of RGB (Red+Green+Blue) = 135+36+136=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #872488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872488 is #78DB77. Grayscale: #4C4C4C. Windows color (decimal): -7920504 or 8922247. OLE color: 8922247.

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

Color convert

RGB13536136-
CMYK0.010.7400.47
HSL299.4º58.14%33.73%-
HSV(B)299.4º73.53%53.33%-
XYZ15.078.1924.08-
YUV77161.3169.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=43.97%
G=11.73%
B=44.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135361360.010.7400.47299.458.1433.73
Hex87248814A02F12b3a22
Octal2074421011120574537242
Binary1000011110010010001000110010100101111100101011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872488; }

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

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

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

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

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

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

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

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