#872979

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

Shades of Dark Purple #872979

Tints of Dark Purple #872979

Color information

#872979 (or 0x872979) is unknown color: approx Dark Purple. HEX triplet: 87, 29 and 79. RGB value is (135,41,121). Sum of RGB (Red+Green+Blue) = 135+41+121=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #872979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872979 is #78D686. Grayscale: #4E4E4E. Windows color (decimal): -7919239 or 7940487. OLE color: 7940487.

HSL color Cylindrical-coordinate representation of color #872979: hue angle of 308.94º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872979 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13541121-
CMYK00.700.100.47
HSL308.94º53.41%34.51%-
HSV(B)308.94º69.63%52.94%-
XYZ14.248.1218.91-
YUV78.23152.14168.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=45.45%
G=13.80%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354112100.700.100.47308.9453.4134.51
Hex872979046A2F1353523
Octal20751171010612574656543
Binary100001111010011111001010001101010101111100110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872979; }

 p { color: rgb(135,41,121); }

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

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

 a { background-color: rgb(135,41,121); }

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

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

 span { border-color: rgb(135,41,121); }

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