Shades of Dark Purple #873075
Tints of Dark Purple #873075
RGB
CMYK
RGB Variations
Color information
#873075 (or 0x873075) is known color: Dark Purple. HEX triplet: 87, 30 and 75. RGB value is (135,48,117). Sum of RGB (Red+Green+Blue) = 135+48+117=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873075 is #78CF8A. Grayscale: #515151. Windows color (decimal): -7917451 or 7680135. OLE color: 7680135.
HSL color Cylindrical-coordinate representation of color #873075: hue angle of 312.41º 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 #873075 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 117 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.47 |
| HSL | 312.41º | 0.48% | 0.36% | - |
| HSV(B) | 312.41º | 0.64% | 0.53% | - |
| XYZ | 14.26 | 8.55 | 17.73 | - |
| YUV | 81.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 117 | 0 | 0.64 | 0.13 | 0.47 | 312.41 | 0.48 | 0.36 |
| Hex | 87 | 30 | 75 | 0 | 40 | D | 2F | 138 | 30 | 24 |
| Octal | 207 | 60 | 165 | 0 | 100 | 15 | 57 | 470 | 60 | 44 |
| Binary | 10000111 | 110000 | 1110101 | 0 | 1000000 | 1101 | 101111 | 100111000 | 110000 | 100100 |
Color Harmonies of #873075
Complementary color
Monochromatic Colors of #873075
Black with #873075
Text Example
Text Example
White with #873075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873075; }
p { color: rgb(135,48,117); }
H1.HeaderClassName
{
color: #873075;
}
.AnyTagClassName
{
color: #873075;
}
</style>
background-color css
<style>
a { background-color: #873075; }
a { background-color: rgb(135,48,117); }
div.DivClassName
{
background-color: #873075;
}
.BgClassName
{
background-color: #873075;
}
</style>
border-color css
<style>
span { border-color: #873075; }
span { border-color: rgb(135,48,117); }
td.TdClassName
{
border-color: #873075;
}
.TagClassName
{
border-color: #873075;
}
</style>