Shades of Dark Purple #872765
Tints of Dark Purple #872765
RGB
CMYK
RGB Variations
Color information
#872765 (or 0x872765) is known color: Dark Purple. HEX triplet: 87, 27 and 65. RGB value is (135,39,101). Sum of RGB (Red+Green+Blue) = 135+39+101=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872765 is #78D89A. Grayscale: #4A4A4A. Windows color (decimal): -7919771 or 6629255. OLE color: 6629255.
HSL color Cylindrical-coordinate representation of color #872765: hue angle of 321.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872765 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 101 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.47 |
| HSL | 321.25º | 0.55% | 0.34% | - |
| HSV(B) | 321.25º | 0.71% | 0.53% | - |
| XYZ | 13.07 | 7.54 | 13.08 | - |
| YUV | 74.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 101 | 0 | 0.71 | 0.25 | 0.47 | 321.25 | 0.55 | 0.34 |
| Hex | 87 | 27 | 65 | 0 | 47 | 19 | 2F | 141 | 37 | 22 |
| Octal | 207 | 47 | 145 | 0 | 107 | 31 | 57 | 501 | 67 | 42 |
| Binary | 10000111 | 100111 | 1100101 | 0 | 1000111 | 11001 | 101111 | 101000001 | 110111 | 100010 |
Color Harmonies of #872765
Complementary color
Monochromatic Colors of #872765
Black with #872765
Text Example
Text Example
White with #872765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872765; }
p { color: rgb(135,39,101); }
H1.HeaderClassName
{
color: #872765;
}
.AnyTagClassName
{
color: #872765;
}
</style>
background-color css
<style>
a { background-color: #872765; }
a { background-color: rgb(135,39,101); }
div.DivClassName
{
background-color: #872765;
}
.BgClassName
{
background-color: #872765;
}
</style>
border-color css
<style>
span { border-color: #872765; }
span { border-color: rgb(135,39,101); }
td.TdClassName
{
border-color: #872765;
}
.TagClassName
{
border-color: #872765;
}
</style>