Shades of Dark Purple #873168
Tints of Dark Purple #873168
RGB
CMYK
RGB Variations
Color information
#873168 (or 0x873168) is known color: Dark Purple. HEX triplet: 87, 31 and 68. RGB value is (135,49,104). Sum of RGB (Red+Green+Blue) = 135+49+104=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #873168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873168 is #78CE97. Grayscale: #505050. Windows color (decimal): -7917208 or 6828423. OLE color: 6828423.
HSL color Cylindrical-coordinate representation of color #873168: hue angle of 321.63º degrees, saturation: 0.47, 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 #873168 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 104 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.47 |
| HSL | 321.63º | 0.47% | 0.36% | - |
| HSV(B) | 321.63º | 0.64% | 0.53% | - |
| XYZ | 13.59 | 8.35 | 13.99 | - |
| YUV | 80.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 104 | 0 | 0.64 | 0.23 | 0.47 | 321.63 | 0.47 | 0.36 |
| Hex | 87 | 31 | 68 | 0 | 40 | 17 | 2F | 142 | 2F | 24 |
| Octal | 207 | 61 | 150 | 0 | 100 | 27 | 57 | 502 | 57 | 44 |
| Binary | 10000111 | 110001 | 1101000 | 0 | 1000000 | 10111 | 101111 | 101000010 | 101111 | 100100 |
Color Harmonies of #873168
Complementary color
Monochromatic Colors of #873168
Black with #873168
Text Example
Text Example
White with #873168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873168; }
p { color: rgb(135,49,104); }
H1.HeaderClassName
{
color: #873168;
}
.AnyTagClassName
{
color: #873168;
}
</style>
background-color css
<style>
a { background-color: #873168; }
a { background-color: rgb(135,49,104); }
div.DivClassName
{
background-color: #873168;
}
.BgClassName
{
background-color: #873168;
}
</style>
border-color css
<style>
span { border-color: #873168; }
span { border-color: rgb(135,49,104); }
td.TdClassName
{
border-color: #873168;
}
.TagClassName
{
border-color: #873168;
}
</style>