Shades of Dark Purple #87306D
Tints of Dark Purple #87306D
RGB
CMYK
RGB Variations
Color information
#87306D (or 0x87306D) is known color: Dark Purple. HEX triplet: 87, 30 and 6D. RGB value is (135,48,109). Sum of RGB (Red+Green+Blue) = 135+48+109=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87306D is #78CF92. Grayscale: #505050. Windows color (decimal): -7917459 or 7155847. OLE color: 7155847.
HSL color Cylindrical-coordinate representation of color #87306D: hue angle of 317.93º 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 #87306D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 109 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.47 |
| HSL | 317.93º | 0.48% | 0.36% | - |
| HSV(B) | 317.93º | 0.64% | 0.53% | - |
| XYZ | 13.81 | 8.37 | 15.36 | - |
| YUV | 80.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 109 | 0 | 0.64 | 0.19 | 0.47 | 317.93 | 0.48 | 0.36 |
| Hex | 87 | 30 | 6D | 0 | 40 | 13 | 2F | 13E | 30 | 24 |
| Octal | 207 | 60 | 155 | 0 | 100 | 23 | 57 | 476 | 60 | 44 |
| Binary | 10000111 | 110000 | 1101101 | 0 | 1000000 | 10011 | 101111 | 100111110 | 110000 | 100100 |
Color Harmonies of #87306D
Complementary color
Monochromatic Colors of #87306D
Black with #87306D
Text Example
Text Example
White with #87306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87306D; }
p { color: rgb(135,48,109); }
H1.HeaderClassName
{
color: #87306D;
}
.AnyTagClassName
{
color: #87306D;
}
</style>
background-color css
<style>
a { background-color: #87306D; }
a { background-color: rgb(135,48,109); }
div.DivClassName
{
background-color: #87306D;
}
.BgClassName
{
background-color: #87306D;
}
</style>
border-color css
<style>
span { border-color: #87306D; }
span { border-color: rgb(135,48,109); }
td.TdClassName
{
border-color: #87306D;
}
.TagClassName
{
border-color: #87306D;
}
</style>