#872C78

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

Shades of Dark Purple #872C78

Tints of Dark Purple #872C78

Color information

#872C78 (or 0x872C78) is unknown color: approx Dark Purple. HEX triplet: 87, 2C and 78. RGB value is (135,44,120). Sum of RGB (Red+Green+Blue) = 135+44+120=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #872C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C78 is #78D387. Grayscale: #4F4F4F. Windows color (decimal): -7918472 or 7875719. OLE color: 7875719.

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

Color convert

RGB13544120-
CMYK00.670.110.47
HSL309.89º50.84%35.1%-
HSV(B)309.89º67.41%52.94%-
XYZ14.288.3118.62-
YUV79.87150.65167.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=45.15%
G=14.72%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354412000.670.110.47309.8950.8435.1
Hex872C78043B2F1363323
Octal20754170010313574666343
Binary100001111011001111000010000111011101111100110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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