Shades of Dark Purple #872C81
Tints of Dark Purple #872C81
RGB
CMYK
RGB Variations
Color information
#872C81 (or 0x872C81) is known color: Dark Purple. HEX triplet: 87, 2C and 81. RGB value is (135,44,129). Sum of RGB (Red+Green+Blue) = 135+44+129=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #872C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C81 is #78D37E. Grayscale: #505050. Windows color (decimal): -7918463 or 8465543. OLE color: 8465543.
HSL color Cylindrical-coordinate representation of color #872C81: hue angle of 303.96º 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 #872C81 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 129 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.47 |
| HSL | 303.96º | 0.51% | 0.35% | - |
| HSV(B) | 303.96º | 0.67% | 0.53% | - |
| XYZ | 14.85 | 8.54 | 21.63 | - |
| YUV | 80.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 129 | 0 | 0.67 | 0.04 | 0.47 | 303.96 | 0.51 | 0.35 |
| Hex | 87 | 2C | 81 | 0 | 43 | 4 | 2F | 130 | 33 | 23 |
| Octal | 207 | 54 | 201 | 0 | 103 | 4 | 57 | 460 | 63 | 43 |
| Binary | 10000111 | 101100 | 10000001 | 0 | 1000011 | 100 | 101111 | 100110000 | 110011 | 100011 |
Color Harmonies of #872C81
Complementary color
Monochromatic Colors of #872C81
Black with #872C81
Text Example
Text Example
White with #872C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C81; }
p { color: rgb(135,44,129); }
H1.HeaderClassName
{
color: #872C81;
}
.AnyTagClassName
{
color: #872C81;
}
</style>
background-color css
<style>
a { background-color: #872C81; }
a { background-color: rgb(135,44,129); }
div.DivClassName
{
background-color: #872C81;
}
.BgClassName
{
background-color: #872C81;
}
</style>
border-color css
<style>
span { border-color: #872C81; }
span { border-color: rgb(135,44,129); }
td.TdClassName
{
border-color: #872C81;
}
.TagClassName
{
border-color: #872C81;
}
</style>