Shades of Dark Purple #87307C
Tints of Dark Purple #87307C
RGB
CMYK
RGB Variations
Color information
#87307C (or 0x87307C) is known color: Dark Purple. HEX triplet: 87, 30 and 7C. RGB value is (135,48,124). Sum of RGB (Red+Green+Blue) = 135+48+124=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87307C is #78CF83. Grayscale: #525252. Windows color (decimal): -7917444 or 8138887. OLE color: 8138887.
HSL color Cylindrical-coordinate representation of color #87307C: hue angle of 307.59º degrees, saturation: 0.48, 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 #87307C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 124 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.47 |
| HSL | 307.59º | 0.48% | 0.36% | - |
| HSV(B) | 307.59º | 0.64% | 0.53% | - |
| XYZ | 14.69 | 8.72 | 19.98 | - |
| YUV | 82.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 124 | 0 | 0.64 | 0.08 | 0.47 | 307.59 | 0.48 | 0.36 |
| Hex | 87 | 30 | 7C | 0 | 40 | 8 | 2F | 134 | 30 | 24 |
| Octal | 207 | 60 | 174 | 0 | 100 | 10 | 57 | 464 | 60 | 44 |
| Binary | 10000111 | 110000 | 1111100 | 0 | 1000000 | 1000 | 101111 | 100110100 | 110000 | 100100 |
Color Harmonies of #87307C
Complementary color
Monochromatic Colors of #87307C
Black with #87307C
Text Example
Text Example
White with #87307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87307C; }
p { color: rgb(135,48,124); }
H1.HeaderClassName
{
color: #87307C;
}
.AnyTagClassName
{
color: #87307C;
}
</style>
background-color css
<style>
a { background-color: #87307C; }
a { background-color: rgb(135,48,124); }
div.DivClassName
{
background-color: #87307C;
}
.BgClassName
{
background-color: #87307C;
}
</style>
border-color css
<style>
span { border-color: #87307C; }
span { border-color: rgb(135,48,124); }
td.TdClassName
{
border-color: #87307C;
}
.TagClassName
{
border-color: #87307C;
}
</style>