Shades of Dark Purple #872082
Tints of Dark Purple #872082
RGB
CMYK
RGB Variations
Color information
#872082 (or 0x872082) is known color: Dark Purple. HEX triplet: 87, 20 and 82. RGB value is (135,32,130). Sum of RGB (Red+Green+Blue) = 135+32+130=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #872082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872082 is #78DF7D. Grayscale: #494949. Windows color (decimal): -7921534 or 8528007. OLE color: 8528007.
HSL color Cylindrical-coordinate representation of color #872082: hue angle of 302.91º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872082 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 130 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.47 |
| HSL | 302.91º | 0.62% | 0.33% | - |
| HSV(B) | 302.91º | 0.76% | 0.53% | - |
| XYZ | 14.54 | 7.8 | 21.86 | - |
| YUV | 73.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 130 | 0 | 0.76 | 0.04 | 0.47 | 302.91 | 0.62 | 0.33 |
| Hex | 87 | 20 | 82 | 0 | 4C | 4 | 2F | 12F | 3E | 21 |
| Octal | 207 | 40 | 202 | 0 | 114 | 4 | 57 | 457 | 76 | 41 |
| Binary | 10000111 | 100000 | 10000010 | 0 | 1001100 | 100 | 101111 | 100101111 | 111110 | 100001 |
Color Harmonies of #872082
Complementary color
Monochromatic Colors of #872082
Black with #872082
Text Example
Text Example
White with #872082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872082; }
p { color: rgb(135,32,130); }
H1.HeaderClassName
{
color: #872082;
}
.AnyTagClassName
{
color: #872082;
}
</style>
background-color css
<style>
a { background-color: #872082; }
a { background-color: rgb(135,32,130); }
div.DivClassName
{
background-color: #872082;
}
.BgClassName
{
background-color: #872082;
}
</style>
border-color css
<style>
span { border-color: #872082; }
span { border-color: rgb(135,32,130); }
td.TdClassName
{
border-color: #872082;
}
.TagClassName
{
border-color: #872082;
}
</style>