Shades of Dark Purple #873074
Tints of Dark Purple #873074
RGB
CMYK
RGB Variations
Color information
#873074 (or 0x873074) is known color: Dark Purple. HEX triplet: 87, 30 and 74. RGB value is (135,48,116). Sum of RGB (Red+Green+Blue) = 135+48+116=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #873074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873074 is #78CF8B. Grayscale: #515151. Windows color (decimal): -7917452 or 7614599. OLE color: 7614599.
HSL color Cylindrical-coordinate representation of color #873074: hue angle of 313.1º 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 #873074 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 116 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.47 |
| HSL | 313.1º | 0.48% | 0.36% | - |
| HSV(B) | 313.1º | 0.64% | 0.53% | - |
| XYZ | 14.2 | 8.53 | 17.42 | - |
| YUV | 81.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 116 | 0 | 0.64 | 0.14 | 0.47 | 313.1 | 0.48 | 0.36 |
| Hex | 87 | 30 | 74 | 0 | 40 | E | 2F | 139 | 30 | 24 |
| Octal | 207 | 60 | 164 | 0 | 100 | 16 | 57 | 471 | 60 | 44 |
| Binary | 10000111 | 110000 | 1110100 | 0 | 1000000 | 1110 | 101111 | 100111001 | 110000 | 100100 |
Color Harmonies of #873074
Complementary color
Monochromatic Colors of #873074
Black with #873074
Text Example
Text Example
White with #873074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873074; }
p { color: rgb(135,48,116); }
H1.HeaderClassName
{
color: #873074;
}
.AnyTagClassName
{
color: #873074;
}
</style>
background-color css
<style>
a { background-color: #873074; }
a { background-color: rgb(135,48,116); }
div.DivClassName
{
background-color: #873074;
}
.BgClassName
{
background-color: #873074;
}
</style>
border-color css
<style>
span { border-color: #873074; }
span { border-color: rgb(135,48,116); }
td.TdClassName
{
border-color: #873074;
}
.TagClassName
{
border-color: #873074;
}
</style>