Shades of Dark Purple #871962
Tints of Dark Purple #871962
RGB
CMYK
RGB Variations
Color information
#871962 (or 0x871962) is known color: Dark Purple. HEX triplet: 87, 19 and 62. RGB value is (135,25,98). Sum of RGB (Red+Green+Blue) = 135+25+98=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #871962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871962 is #78E69D. Grayscale: #424242. Windows color (decimal): -7923358 or 6429063. OLE color: 6429063.
HSL color Cylindrical-coordinate representation of color #871962: hue angle of 320.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871962 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 98 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.47 |
| HSL | 320.18º | 0.69% | 0.31% | - |
| HSV(B) | 320.18º | 0.81% | 0.53% | - |
| XYZ | 12.54 | 6.73 | 12.19 | - |
| YUV | 66.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 98 | 0 | 0.81 | 0.27 | 0.47 | 320.18 | 0.69 | 0.31 |
| Hex | 87 | 19 | 62 | 0 | 51 | 1B | 2F | 140 | 45 | 1F |
| Octal | 207 | 31 | 142 | 0 | 121 | 33 | 57 | 500 | 105 | 37 |
| Binary | 10000111 | 11001 | 1100010 | 0 | 1010001 | 11011 | 101111 | 101000000 | 1000101 | 11111 |
Color Harmonies of #871962
Complementary color
Monochromatic Colors of #871962
Black with #871962
Text Example
Text Example
White with #871962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871962; }
p { color: rgb(135,25,98); }
H1.HeaderClassName
{
color: #871962;
}
.AnyTagClassName
{
color: #871962;
}
</style>
background-color css
<style>
a { background-color: #871962; }
a { background-color: rgb(135,25,98); }
div.DivClassName
{
background-color: #871962;
}
.BgClassName
{
background-color: #871962;
}
</style>
border-color css
<style>
span { border-color: #871962; }
span { border-color: rgb(135,25,98); }
td.TdClassName
{
border-color: #871962;
}
.TagClassName
{
border-color: #871962;
}
</style>