#872676

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

Shades of Dark Purple #872676

Tints of Dark Purple #872676

Color information

#872676 (or 0x872676) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 76. RGB value is (135,38,118). Sum of RGB (Red+Green+Blue) = 135+38+118=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #872676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872676 is #78D989. Grayscale: #4B4B4B. Windows color (decimal): -7920010 or 7743111. OLE color: 7743111.

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

Color convert

RGB13538118-
CMYK00.720.130.47
HSL310.52º56.07%33.92%-
HSV(B)310.52º71.85%52.94%-
XYZ13.957.8517.92-
YUV76.12151.64170-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=46.39%
G=13.06%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353811800.720.130.47310.5256.0733.92
Hex872676048D2F1373822
Octal20746166011015574677042
Binary100001111001101110110010010001101101111100110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872676; }

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

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

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

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

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

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

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

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