Shades of Dark Purple #874073
Tints of Dark Purple #874073
RGB
CMYK
RGB Variations
Color information
#874073 (or 0x874073) is known color: Dark Purple. HEX triplet: 87, 40 and 73. RGB value is (135,64,115). Sum of RGB (Red+Green+Blue) = 135+64+115=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874073 is #78BF8C. Grayscale: #5A5A5A. Windows color (decimal): -7913357 or 7553159. OLE color: 7553159.
HSL color Cylindrical-coordinate representation of color #874073: hue angle of 316.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874073 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 115 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.47 |
| HSL | 316.9º | 0.36% | 0.39% | - |
| HSV(B) | 316.9º | 0.53% | 0.53% | - |
| XYZ | 14.92 | 10.06 | 17.37 | - |
| YUV | 91.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 115 | 0 | 0.53 | 0.15 | 0.47 | 316.9 | 0.36 | 0.39 |
| Hex | 87 | 40 | 73 | 0 | 35 | F | 2F | 13D | 24 | 27 |
| Octal | 207 | 100 | 163 | 0 | 65 | 17 | 57 | 475 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1110011 | 0 | 110101 | 1111 | 101111 | 100111101 | 100100 | 100111 |
Color Harmonies of #874073
Complementary color
Monochromatic Colors of #874073
Black with #874073
Text Example
Text Example
White with #874073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874073; }
p { color: rgb(135,64,115); }
H1.HeaderClassName
{
color: #874073;
}
.AnyTagClassName
{
color: #874073;
}
</style>
background-color css
<style>
a { background-color: #874073; }
a { background-color: rgb(135,64,115); }
div.DivClassName
{
background-color: #874073;
}
.BgClassName
{
background-color: #874073;
}
</style>
border-color css
<style>
span { border-color: #874073; }
span { border-color: rgb(135,64,115); }
td.TdClassName
{
border-color: #874073;
}
.TagClassName
{
border-color: #874073;
}
</style>