Shades of Dark Purple #873077
Tints of Dark Purple #873077
RGB
CMYK
RGB Variations
Color information
#873077 (or 0x873077) is known color: Dark Purple. HEX triplet: 87, 30 and 77. RGB value is (135,48,119). Sum of RGB (Red+Green+Blue) = 135+48+119=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873077 is #78CF88. Grayscale: #515151. Windows color (decimal): -7917449 or 7811207. OLE color: 7811207.
HSL color Cylindrical-coordinate representation of color #873077: hue angle of 311.03º 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 #873077 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 119 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.47 |
| HSL | 311.03º | 0.48% | 0.36% | - |
| HSV(B) | 311.03º | 0.64% | 0.53% | - |
| XYZ | 14.38 | 8.6 | 18.35 | - |
| YUV | 82.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 119 | 0 | 0.64 | 0.12 | 0.47 | 311.03 | 0.48 | 0.36 |
| Hex | 87 | 30 | 77 | 0 | 40 | C | 2F | 137 | 30 | 24 |
| Octal | 207 | 60 | 167 | 0 | 100 | 14 | 57 | 467 | 60 | 44 |
| Binary | 10000111 | 110000 | 1110111 | 0 | 1000000 | 1100 | 101111 | 100110111 | 110000 | 100100 |
Color Harmonies of #873077
Complementary color
Monochromatic Colors of #873077
Black with #873077
Text Example
Text Example
White with #873077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873077; }
p { color: rgb(135,48,119); }
H1.HeaderClassName
{
color: #873077;
}
.AnyTagClassName
{
color: #873077;
}
</style>
background-color css
<style>
a { background-color: #873077; }
a { background-color: rgb(135,48,119); }
div.DivClassName
{
background-color: #873077;
}
.BgClassName
{
background-color: #873077;
}
</style>
border-color css
<style>
span { border-color: #873077; }
span { border-color: rgb(135,48,119); }
td.TdClassName
{
border-color: #873077;
}
.TagClassName
{
border-color: #873077;
}
</style>