Shades of Dark Purple #87246F
Tints of Dark Purple #87246F
RGB
CMYK
RGB Variations
Color information
#87246F (or 0x87246F) is known color: Dark Purple. HEX triplet: 87, 24 and 6F. RGB value is (135,36,111). Sum of RGB (Red+Green+Blue) = 135+36+111=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87246F is #78DB90. Grayscale: #494949. Windows color (decimal): -7920529 or 7283847. OLE color: 7283847.
HSL color Cylindrical-coordinate representation of color #87246F: hue angle of 314.55º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87246F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 36 | 111 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.47 |
| HSL | 314.55º | 0.58% | 0.34% | - |
| HSV(B) | 314.55º | 0.73% | 0.53% | - |
| XYZ | 13.49 | 7.56 | 15.79 | - |
| YUV | 74.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 111 | 0 | 0.73 | 0.18 | 0.47 | 314.55 | 0.58 | 0.34 |
| Hex | 87 | 24 | 6F | 0 | 49 | 12 | 2F | 13B | 3A | 22 |
| Octal | 207 | 44 | 157 | 0 | 111 | 22 | 57 | 473 | 72 | 42 |
| Binary | 10000111 | 100100 | 1101111 | 0 | 1001001 | 10010 | 101111 | 100111011 | 111010 | 100010 |
Color Harmonies of #87246F
Complementary color
Monochromatic Colors of #87246F
Black with #87246F
Text Example
Text Example
White with #87246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87246F; }
p { color: rgb(135,36,111); }
H1.HeaderClassName
{
color: #87246F;
}
.AnyTagClassName
{
color: #87246F;
}
</style>
background-color css
<style>
a { background-color: #87246F; }
a { background-color: rgb(135,36,111); }
div.DivClassName
{
background-color: #87246F;
}
.BgClassName
{
background-color: #87246F;
}
</style>
border-color css
<style>
span { border-color: #87246F; }
span { border-color: rgb(135,36,111); }
td.TdClassName
{
border-color: #87246F;
}
.TagClassName
{
border-color: #87246F;
}
</style>