Shades of Dark Purple #87367A
Tints of Dark Purple #87367A
RGB
CMYK
RGB Variations
Color information
#87367A (or 0x87367A) is known color: Dark Purple. HEX triplet: 87, 36 and 7A. RGB value is (135,54,122). Sum of RGB (Red+Green+Blue) = 135+54+122=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87367A is #78C985. Grayscale: #555555. Windows color (decimal): -7915910 or 8009351. OLE color: 8009351.
HSL color Cylindrical-coordinate representation of color #87367A: hue angle of 309.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87367A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 122 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.47 |
| HSL | 309.63º | 0.43% | 0.37% | - |
| HSV(B) | 309.63º | 0.6% | 0.53% | - |
| XYZ | 14.82 | 9.19 | 19.41 | - |
| YUV | 85.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 122 | 0 | 0.60 | 0.10 | 0.47 | 309.63 | 0.43 | 0.37 |
| Hex | 87 | 36 | 7A | 0 | 3C | A | 2F | 136 | 2B | 25 |
| Octal | 207 | 66 | 172 | 0 | 74 | 12 | 57 | 466 | 53 | 45 |
| Binary | 10000111 | 110110 | 1111010 | 0 | 111100 | 1010 | 101111 | 100110110 | 101011 | 100101 |
Color Harmonies of #87367A
Complementary color
Monochromatic Colors of #87367A
Black with #87367A
Text Example
Text Example
White with #87367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87367A; }
p { color: rgb(135,54,122); }
H1.HeaderClassName
{
color: #87367A;
}
.AnyTagClassName
{
color: #87367A;
}
</style>
background-color css
<style>
a { background-color: #87367A; }
a { background-color: rgb(135,54,122); }
div.DivClassName
{
background-color: #87367A;
}
.BgClassName
{
background-color: #87367A;
}
</style>
border-color css
<style>
span { border-color: #87367A; }
span { border-color: rgb(135,54,122); }
td.TdClassName
{
border-color: #87367A;
}
.TagClassName
{
border-color: #87367A;
}
</style>