Shades of Dark Purple #87277D
Tints of Dark Purple #87277D
RGB
CMYK
RGB Variations
Color information
#87277D (or 0x87277D) is known color: Dark Purple. HEX triplet: 87, 27 and 7D. RGB value is (135,39,125). Sum of RGB (Red+Green+Blue) = 135+39+125=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87277D is #78D882. Grayscale: #4D4D4D. Windows color (decimal): -7919747 or 8202119. OLE color: 8202119.
HSL color Cylindrical-coordinate representation of color #87277D: hue angle of 306.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87277D is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 125 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.47 |
| HSL | 306.25º | 0.55% | 0.34% | - |
| HSV(B) | 306.25º | 0.71% | 0.53% | - |
| XYZ | 14.42 | 8.08 | 20.2 | - |
| YUV | 77.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 125 | 0 | 0.71 | 0.07 | 0.47 | 306.25 | 0.55 | 0.34 |
| Hex | 87 | 27 | 7D | 0 | 47 | 7 | 2F | 132 | 37 | 22 |
| Octal | 207 | 47 | 175 | 0 | 107 | 7 | 57 | 462 | 67 | 42 |
| Binary | 10000111 | 100111 | 1111101 | 0 | 1000111 | 111 | 101111 | 100110010 | 110111 | 100010 |
Color Harmonies of #87277D
Complementary color
Monochromatic Colors of #87277D
Black with #87277D
Text Example
Text Example
White with #87277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87277D; }
p { color: rgb(135,39,125); }
H1.HeaderClassName
{
color: #87277D;
}
.AnyTagClassName
{
color: #87277D;
}
</style>
background-color css
<style>
a { background-color: #87277D; }
a { background-color: rgb(135,39,125); }
div.DivClassName
{
background-color: #87277D;
}
.BgClassName
{
background-color: #87277D;
}
</style>
border-color css
<style>
span { border-color: #87277D; }
span { border-color: rgb(135,39,125); }
td.TdClassName
{
border-color: #87277D;
}
.TagClassName
{
border-color: #87277D;
}
</style>