#872F79

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

Shades of Dark Purple #872F79

Tints of Dark Purple #872F79

Color information

#872F79 (or 0x872F79) is unknown color: approx Dark Purple. HEX triplet: 87, 2F and 79. RGB value is (135,47,121). Sum of RGB (Red+Green+Blue) = 135+47+121=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #872F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F79 is #78D086. Grayscale: #515151. Windows color (decimal): -7917703 or 7942023. OLE color: 7942023.

HSL color Cylindrical-coordinate representation of color #872F79: hue angle of 309.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F79 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13547121-
CMYK00.650.100.47
HSL309.55º48.35%35.69%-
HSV(B)309.55º65.19%52.94%-
XYZ14.468.5618.98-
YUV81.75150.15165.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=44.55%
G=15.51%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354712100.650.100.47309.5548.3535.69
Hex872F79041A2F1363024
Octal20757171010112574666044
Binary100001111011111111001010000011010101111100110110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F79; }

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

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

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

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

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

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

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

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