Shades of Dark Purple #87407A
Tints of Dark Purple #87407A
RGB
CMYK
RGB Variations
Color information
#87407A (or 0x87407A) is known color: Dark Purple. HEX triplet: 87, 40 and 7A. RGB value is (135,64,122). Sum of RGB (Red+Green+Blue) = 135+64+122=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #87407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407A is #78BF85. Grayscale: #5B5B5B. Windows color (decimal): -7913350 or 8011911. OLE color: 8011911.
HSL color Cylindrical-coordinate representation of color #87407A: hue angle of 310.99º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87407A is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 122 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.47 |
| HSL | 310.99º | 0.36% | 0.39% | - |
| HSV(B) | 310.99º | 0.53% | 0.53% | - |
| XYZ | 15.34 | 10.22 | 19.58 | - |
| YUV | 91.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 122 | 0 | 0.53 | 0.10 | 0.47 | 310.99 | 0.36 | 0.39 |
| Hex | 87 | 40 | 7A | 0 | 35 | A | 2F | 137 | 24 | 27 |
| Octal | 207 | 100 | 172 | 0 | 65 | 12 | 57 | 467 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1111010 | 0 | 110101 | 1010 | 101111 | 100110111 | 100100 | 100111 |
Color Harmonies of #87407A
Complementary color
Monochromatic Colors of #87407A
Black with #87407A
Text Example
Text Example
White with #87407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87407A; }
p { color: rgb(135,64,122); }
H1.HeaderClassName
{
color: #87407A;
}
.AnyTagClassName
{
color: #87407A;
}
</style>
background-color css
<style>
a { background-color: #87407A; }
a { background-color: rgb(135,64,122); }
div.DivClassName
{
background-color: #87407A;
}
.BgClassName
{
background-color: #87407A;
}
</style>
border-color css
<style>
span { border-color: #87407A; }
span { border-color: rgb(135,64,122); }
td.TdClassName
{
border-color: #87407A;
}
.TagClassName
{
border-color: #87407A;
}
</style>