Shades of Dark Purple #872365
Tints of Dark Purple #872365
RGB
CMYK
RGB Variations
Color information
#872365 (or 0x872365) is known color: Dark Purple. HEX triplet: 87, 23 and 65. RGB value is (135,35,101). Sum of RGB (Red+Green+Blue) = 135+35+101=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #872365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872365 is #78DC9A. Grayscale: #484848. Windows color (decimal): -7920795 or 6628231. OLE color: 6628231.
HSL color Cylindrical-coordinate representation of color #872365: hue angle of 320.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872365 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 101 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.47 |
| HSL | 320.4º | 0.59% | 0.33% | - |
| HSV(B) | 320.4º | 0.74% | 0.53% | - |
| XYZ | 12.94 | 7.29 | 13.04 | - |
| YUV | 72.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 101 | 0 | 0.74 | 0.25 | 0.47 | 320.4 | 0.59 | 0.33 |
| Hex | 87 | 23 | 65 | 0 | 4A | 19 | 2F | 140 | 3B | 21 |
| Octal | 207 | 43 | 145 | 0 | 112 | 31 | 57 | 500 | 73 | 41 |
| Binary | 10000111 | 100011 | 1100101 | 0 | 1001010 | 11001 | 101111 | 101000000 | 111011 | 100001 |
Color Harmonies of #872365
Complementary color
Monochromatic Colors of #872365
Black with #872365
Text Example
Text Example
White with #872365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872365; }
p { color: rgb(135,35,101); }
H1.HeaderClassName
{
color: #872365;
}
.AnyTagClassName
{
color: #872365;
}
</style>
background-color css
<style>
a { background-color: #872365; }
a { background-color: rgb(135,35,101); }
div.DivClassName
{
background-color: #872365;
}
.BgClassName
{
background-color: #872365;
}
</style>
border-color css
<style>
span { border-color: #872365; }
span { border-color: rgb(135,35,101); }
td.TdClassName
{
border-color: #872365;
}
.TagClassName
{
border-color: #872365;
}
</style>