Shades of Dark Purple #872566
Tints of Dark Purple #872566
RGB
CMYK
RGB Variations
Color information
#872566 (or 0x872566) is known color: Dark Purple. HEX triplet: 87, 25 and 66. RGB value is (135,37,102). Sum of RGB (Red+Green+Blue) = 135+37+102=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872566 is #78DA99. Grayscale: #494949. Windows color (decimal): -7920282 or 6694279. OLE color: 6694279.
HSL color Cylindrical-coordinate representation of color #872566: hue angle of 320.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872566 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 102 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.47 |
| HSL | 320.2º | 0.57% | 0.34% | - |
| HSV(B) | 320.2º | 0.73% | 0.53% | - |
| XYZ | 13.05 | 7.43 | 13.32 | - |
| YUV | 73.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 102 | 0 | 0.73 | 0.24 | 0.47 | 320.2 | 0.57 | 0.34 |
| Hex | 87 | 25 | 66 | 0 | 49 | 18 | 2F | 140 | 39 | 22 |
| Octal | 207 | 45 | 146 | 0 | 111 | 30 | 57 | 500 | 71 | 42 |
| Binary | 10000111 | 100101 | 1100110 | 0 | 1001001 | 11000 | 101111 | 101000000 | 111001 | 100010 |
Color Harmonies of #872566
Complementary color
Monochromatic Colors of #872566
Black with #872566
Text Example
Text Example
White with #872566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872566; }
p { color: rgb(135,37,102); }
H1.HeaderClassName
{
color: #872566;
}
.AnyTagClassName
{
color: #872566;
}
</style>
background-color css
<style>
a { background-color: #872566; }
a { background-color: rgb(135,37,102); }
div.DivClassName
{
background-color: #872566;
}
.BgClassName
{
background-color: #872566;
}
</style>
border-color css
<style>
span { border-color: #872566; }
span { border-color: rgb(135,37,102); }
td.TdClassName
{
border-color: #872566;
}
.TagClassName
{
border-color: #872566;
}
</style>