Shades of Dark Purple #872287
Tints of Dark Purple #872287
RGB
CMYK
RGB Variations
Color information
#872287 (or 0x872287) is known color: Dark Purple. HEX triplet: 87, 22 and 87. RGB value is (135,34,135). Sum of RGB (Red+Green+Blue) = 135+34+135=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872287 is #78DD78. Grayscale: #4B4B4B. Windows color (decimal): -7921017 or 8856199. OLE color: 8856199.
HSL color Cylindrical-coordinate representation of color #872287: hue angle of 300º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872287 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 135 | - |
| CMYK | 0 | 0.75 | 0 | 0.47 |
| HSL | 300º | 0.6% | 0.33% | - |
| HSV(B) | 300º | 0.75% | 0.53% | - |
| XYZ | 14.94 | 8.04 | 23.69 | - |
| YUV | 75.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 135 | 0 | 0.75 | 0 | 0.47 | 300 | 0.6 | 0.33 |
| Hex | 87 | 22 | 87 | 0 | 4B | 0 | 2F | 12C | 3C | 21 |
| Octal | 207 | 42 | 207 | 0 | 113 | 0 | 57 | 454 | 74 | 41 |
| Binary | 10000111 | 100010 | 10000111 | 0 | 1001011 | 0 | 101111 | 100101100 | 111100 | 100001 |
Color Harmonies of #872287
Complementary color
Monochromatic Colors of #872287
Black with #872287
Text Example
Text Example
White with #872287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872287; }
p { color: rgb(135,34,135); }
H1.HeaderClassName
{
color: #872287;
}
.AnyTagClassName
{
color: #872287;
}
</style>
background-color css
<style>
a { background-color: #872287; }
a { background-color: rgb(135,34,135); }
div.DivClassName
{
background-color: #872287;
}
.BgClassName
{
background-color: #872287;
}
</style>
border-color css
<style>
span { border-color: #872287; }
span { border-color: rgb(135,34,135); }
td.TdClassName
{
border-color: #872287;
}
.TagClassName
{
border-color: #872287;
}
</style>