Shades of Dark Purple #854079
Tints of Dark Purple #854079
RGB
CMYK
RGB Variations
Color information
#854079 (or 0x854079) is known color: Dark Purple. HEX triplet: 85, 40 and 79. RGB value is (133,64,121). Sum of RGB (Red+Green+Blue) = 133+64+121=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854079 is #7ABF86. Grayscale: #5A5A5A. Windows color (decimal): -8044423 or 7946373. OLE color: 7946373.
HSL color Cylindrical-coordinate representation of color #854079: hue angle of 310.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854079 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 121 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.48 |
| HSL | 310.43º | 0.35% | 0.39% | - |
| HSV(B) | 310.43º | 0.52% | 0.52% | - |
| XYZ | 14.96 | 10.03 | 19.24 | - |
| YUV | 91.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 121 | 0 | 0.52 | 0.09 | 0.48 | 310.43 | 0.35 | 0.39 |
| Hex | 85 | 40 | 79 | 0 | 34 | 9 | 30 | 136 | 23 | 27 |
| Octal | 205 | 100 | 171 | 0 | 64 | 11 | 60 | 466 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1111001 | 0 | 110100 | 1001 | 110000 | 100110110 | 100011 | 100111 |
Color Harmonies of #854079
Complementary color
Monochromatic Colors of #854079
Black with #854079
Text Example
Text Example
White with #854079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854079; }
p { color: rgb(133,64,121); }
H1.HeaderClassName
{
color: #854079;
}
.AnyTagClassName
{
color: #854079;
}
</style>
background-color css
<style>
a { background-color: #854079; }
a { background-color: rgb(133,64,121); }
div.DivClassName
{
background-color: #854079;
}
.BgClassName
{
background-color: #854079;
}
</style>
border-color css
<style>
span { border-color: #854079; }
span { border-color: rgb(133,64,121); }
td.TdClassName
{
border-color: #854079;
}
.TagClassName
{
border-color: #854079;
}
</style>