#872A78

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

Shades of Dark Purple #872A78

Tints of Dark Purple #872A78

Color information

#872A78 (or 0x872A78) is unknown color: approx Dark Purple. HEX triplet: 87, 2A and 78. RGB value is (135,42,120). Sum of RGB (Red+Green+Blue) = 135+42+120=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #872A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A78 is #78D587. Grayscale: #4E4E4E. Windows color (decimal): -7918984 or 7875207. OLE color: 7875207.

HSL color Cylindrical-coordinate representation of color #872A78: hue angle of 309.68º 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 #872A78 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13542120-
CMYK00.690.110.47
HSL309.68º52.54%34.71%-
HSV(B)309.68º68.89%52.94%-
XYZ14.218.1618.6-
YUV78.7151.31168.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=45.45%
G=14.14%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354212000.690.110.47309.6852.5434.71
Hex872A78045B2F1363523
Octal20752170010513574666543
Binary100001111010101111000010001011011101111100110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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