Shades of Dark Purple #874075
Tints of Dark Purple #874075
RGB
CMYK
RGB Variations
Color information
#874075 (or 0x874075) is known color: Dark Purple. HEX triplet: 87, 40 and 75. RGB value is (135,64,117). Sum of RGB (Red+Green+Blue) = 135+64+117=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874075 is #78BF8A. Grayscale: #5B5B5B. Windows color (decimal): -7913355 or 7684231. OLE color: 7684231.
HSL color Cylindrical-coordinate representation of color #874075: hue angle of 315.21º 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 #874075 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 117 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.47 |
| HSL | 315.21º | 0.36% | 0.39% | - |
| HSV(B) | 315.21º | 0.53% | 0.53% | - |
| XYZ | 15.04 | 10.1 | 17.99 | - |
| YUV | 91.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 117 | 0 | 0.53 | 0.13 | 0.47 | 315.21 | 0.36 | 0.39 |
| Hex | 87 | 40 | 75 | 0 | 35 | D | 2F | 13B | 24 | 27 |
| Octal | 207 | 100 | 165 | 0 | 65 | 15 | 57 | 473 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1110101 | 0 | 110101 | 1101 | 101111 | 100111011 | 100100 | 100111 |
Color Harmonies of #874075
Complementary color
Monochromatic Colors of #874075
Black with #874075
Text Example
Text Example
White with #874075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874075; }
p { color: rgb(135,64,117); }
H1.HeaderClassName
{
color: #874075;
}
.AnyTagClassName
{
color: #874075;
}
</style>
background-color css
<style>
a { background-color: #874075; }
a { background-color: rgb(135,64,117); }
div.DivClassName
{
background-color: #874075;
}
.BgClassName
{
background-color: #874075;
}
</style>
border-color css
<style>
span { border-color: #874075; }
span { border-color: rgb(135,64,117); }
td.TdClassName
{
border-color: #874075;
}
.TagClassName
{
border-color: #874075;
}
</style>