Shades of Dark Purple #872965
Tints of Dark Purple #872965
RGB
CMYK
RGB Variations
Color information
#872965 (or 0x872965) is known color: Dark Purple. HEX triplet: 87, 29 and 65. RGB value is (135,41,101). Sum of RGB (Red+Green+Blue) = 135+41+101=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #872965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872965 is #78D69A. Grayscale: #4B4B4B. Windows color (decimal): -7919259 or 6629767. OLE color: 6629767.
HSL color Cylindrical-coordinate representation of color #872965: hue angle of 321.7º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872965 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 101 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.47 |
| HSL | 321.7º | 0.53% | 0.35% | - |
| HSV(B) | 321.7º | 0.7% | 0.53% | - |
| XYZ | 13.13 | 7.68 | 13.1 | - |
| YUV | 75.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 101 | 0 | 0.70 | 0.25 | 0.47 | 321.7 | 0.53 | 0.35 |
| Hex | 87 | 29 | 65 | 0 | 46 | 19 | 2F | 142 | 35 | 23 |
| Octal | 207 | 51 | 145 | 0 | 106 | 31 | 57 | 502 | 65 | 43 |
| Binary | 10000111 | 101001 | 1100101 | 0 | 1000110 | 11001 | 101111 | 101000010 | 110101 | 100011 |
Color Harmonies of #872965
Complementary color
Monochromatic Colors of #872965
Black with #872965
Text Example
Text Example
White with #872965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872965; }
p { color: rgb(135,41,101); }
H1.HeaderClassName
{
color: #872965;
}
.AnyTagClassName
{
color: #872965;
}
</style>
background-color css
<style>
a { background-color: #872965; }
a { background-color: rgb(135,41,101); }
div.DivClassName
{
background-color: #872965;
}
.BgClassName
{
background-color: #872965;
}
</style>
border-color css
<style>
span { border-color: #872965; }
span { border-color: rgb(135,41,101); }
td.TdClassName
{
border-color: #872965;
}
.TagClassName
{
border-color: #872965;
}
</style>