#872A77

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

Shades of Dark Purple #872A77

Tints of Dark Purple #872A77

Color information

#872A77 (or 0x872A77) is unknown color: approx Dark Purple. HEX triplet: 87, 2A and 77. RGB value is (135,42,119). Sum of RGB (Red+Green+Blue) = 135+42+119=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #872A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A77 is #78D588. Grayscale: #4E4E4E. Windows color (decimal): -7918985 or 7809671. OLE color: 7809671.

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

Color convert

RGB13542119-
CMYK00.690.120.47
HSL310.32º52.54%34.71%-
HSV(B)310.32º68.89%52.94%-
XYZ14.158.1418.28-
YUV78.58150.81168.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=45.61%
G=14.19%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354211900.690.120.47310.3252.5434.71
Hex872A77045C2F1363523
Octal20752167010514574666543
Binary100001111010101110111010001011100101111100110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,119); }

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

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

 a { background-color: rgb(135,42,119); }

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

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

 span { border-color: rgb(135,42,119); }

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