Shades of Dark Purple #854073
Tints of Dark Purple #854073
RGB
CMYK
RGB Variations
Color information
#854073 (or 0x854073) is known color: Dark Purple. HEX triplet: 85, 40 and 73. RGB value is (133,64,115). Sum of RGB (Red+Green+Blue) = 133+64+115=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #854073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854073 is #7ABF8C. Grayscale: #5A5A5A. Windows color (decimal): -8044429 or 7553157. OLE color: 7553157.
HSL color Cylindrical-coordinate representation of color #854073: hue angle of 315.65º 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 #854073 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 115 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.48 |
| HSL | 315.65º | 0.35% | 0.39% | - |
| HSV(B) | 315.65º | 0.52% | 0.52% | - |
| XYZ | 14.6 | 9.89 | 17.36 | - |
| YUV | 90.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 115 | 0 | 0.52 | 0.14 | 0.48 | 315.65 | 0.35 | 0.39 |
| Hex | 85 | 40 | 73 | 0 | 34 | E | 30 | 13C | 23 | 27 |
| Octal | 205 | 100 | 163 | 0 | 64 | 16 | 60 | 474 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1110011 | 0 | 110100 | 1110 | 110000 | 100111100 | 100011 | 100111 |
Color Harmonies of #854073
Complementary color
Monochromatic Colors of #854073
Black with #854073
Text Example
Text Example
White with #854073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854073; }
p { color: rgb(133,64,115); }
H1.HeaderClassName
{
color: #854073;
}
.AnyTagClassName
{
color: #854073;
}
</style>
background-color css
<style>
a { background-color: #854073; }
a { background-color: rgb(133,64,115); }
div.DivClassName
{
background-color: #854073;
}
.BgClassName
{
background-color: #854073;
}
</style>
border-color css
<style>
span { border-color: #854073; }
span { border-color: rgb(133,64,115); }
td.TdClassName
{
border-color: #854073;
}
.TagClassName
{
border-color: #854073;
}
</style>