Shades of Dark Purple #87317A
Tints of Dark Purple #87317A
RGB
CMYK
RGB Variations
Color information
#87317A (or 0x87317A) is known color: Dark Purple. HEX triplet: 87, 31 and 7A. RGB value is (135,49,122). Sum of RGB (Red+Green+Blue) = 135+49+122=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #87317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87317A is #78CE85. Grayscale: #525252. Windows color (decimal): -7917190 or 8008071. OLE color: 8008071.
HSL color Cylindrical-coordinate representation of color #87317A: hue angle of 309.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87317A is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 122 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.47 |
| HSL | 309.07º | 0.47% | 0.36% | - |
| HSV(B) | 309.07º | 0.64% | 0.53% | - |
| XYZ | 14.6 | 8.75 | 19.33 | - |
| YUV | 83.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 122 | 0 | 0.64 | 0.10 | 0.47 | 309.07 | 0.47 | 0.36 |
| Hex | 87 | 31 | 7A | 0 | 40 | A | 2F | 135 | 2F | 24 |
| Octal | 207 | 61 | 172 | 0 | 100 | 12 | 57 | 465 | 57 | 44 |
| Binary | 10000111 | 110001 | 1111010 | 0 | 1000000 | 1010 | 101111 | 100110101 | 101111 | 100100 |
Color Harmonies of #87317A
Complementary color
Monochromatic Colors of #87317A
Black with #87317A
Text Example
Text Example
White with #87317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87317A; }
p { color: rgb(135,49,122); }
H1.HeaderClassName
{
color: #87317A;
}
.AnyTagClassName
{
color: #87317A;
}
</style>
background-color css
<style>
a { background-color: #87317A; }
a { background-color: rgb(135,49,122); }
div.DivClassName
{
background-color: #87317A;
}
.BgClassName
{
background-color: #87317A;
}
</style>
border-color css
<style>
span { border-color: #87317A; }
span { border-color: rgb(135,49,122); }
td.TdClassName
{
border-color: #87317A;
}
.TagClassName
{
border-color: #87317A;
}
</style>