Shades of Dark Purple #87197B
Tints of Dark Purple #87197B
RGB
CMYK
RGB Variations
Color information
#87197B (or 0x87197B) is known color: Dark Purple. HEX triplet: 87, 19 and 7B. RGB value is (135,25,123). Sum of RGB (Red+Green+Blue) = 135+25+123=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87197B is #78E684. Grayscale: #444444. Windows color (decimal): -7923333 or 8067463. OLE color: 8067463.
HSL color Cylindrical-coordinate representation of color #87197B: hue angle of 306.55º 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 #87197B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 123 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.47 |
| HSL | 306.55º | 0.69% | 0.31% | - |
| HSV(B) | 306.55º | 0.81% | 0.53% | - |
| XYZ | 13.91 | 7.28 | 19.41 | - |
| YUV | 69.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 123 | 0 | 0.81 | 0.09 | 0.47 | 306.55 | 0.69 | 0.31 |
| Hex | 87 | 19 | 7B | 0 | 51 | 9 | 2F | 133 | 45 | 1F |
| Octal | 207 | 31 | 173 | 0 | 121 | 11 | 57 | 463 | 105 | 37 |
| Binary | 10000111 | 11001 | 1111011 | 0 | 1010001 | 1001 | 101111 | 100110011 | 1000101 | 11111 |
Color Harmonies of #87197B
Complementary color
Monochromatic Colors of #87197B
Black with #87197B
Text Example
Text Example
White with #87197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87197B; }
p { color: rgb(135,25,123); }
H1.HeaderClassName
{
color: #87197B;
}
.AnyTagClassName
{
color: #87197B;
}
</style>
background-color css
<style>
a { background-color: #87197B; }
a { background-color: rgb(135,25,123); }
div.DivClassName
{
background-color: #87197B;
}
.BgClassName
{
background-color: #87197B;
}
</style>
border-color css
<style>
span { border-color: #87197B; }
span { border-color: rgb(135,25,123); }
td.TdClassName
{
border-color: #87197B;
}
.TagClassName
{
border-color: #87197B;
}
</style>