#872376

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

Shades of Dark Purple #872376

Tints of Dark Purple #872376

Color information

#872376 (or 0x872376) is unknown color: approx Dark Purple. HEX triplet: 87, 23 and 76. RGB value is (135,35,118). Sum of RGB (Red+Green+Blue) = 135+35+118=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #872376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872376 is #78DC89. Grayscale: #4A4A4A. Windows color (decimal): -7920778 or 7742343. OLE color: 7742343.

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

Color convert

RGB13535118-
CMYK00.740.130.47
HSL310.2º58.82%33.33%-
HSV(B)310.2º74.07%52.94%-
XYZ13.867.6617.89-
YUV74.36152.63171.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=46.88%
G=12.15%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353511800.740.130.47310.258.8233.33
Hex87237604AD2F1363b21
Octal20743166011215574667341
Binary100001111000111110110010010101101101111100110110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872376; }

 p { color: rgb(135,35,118); }

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

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

 a { background-color: rgb(135,35,118); }

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

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

 span { border-color: rgb(135,35,118); }

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