Shades of Dark Purple #854074
Tints of Dark Purple #854074
RGB
CMYK
RGB Variations
Color information
#854074 (or 0x854074) is known color: Dark Purple. HEX triplet: 85, 40 and 74. RGB value is (133,64,116). Sum of RGB (Red+Green+Blue) = 133+64+116=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854074 is #7ABF8B. Grayscale: #5A5A5A. Windows color (decimal): -8044428 or 7618693. OLE color: 7618693.
HSL color Cylindrical-coordinate representation of color #854074: hue angle of 314.78º 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 #854074 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 116 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.48 |
| HSL | 314.78º | 0.35% | 0.39% | - |
| HSV(B) | 314.78º | 0.52% | 0.52% | - |
| XYZ | 14.66 | 9.91 | 17.66 | - |
| YUV | 90.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 116 | 0 | 0.52 | 0.13 | 0.48 | 314.78 | 0.35 | 0.39 |
| Hex | 85 | 40 | 74 | 0 | 34 | D | 30 | 13B | 23 | 27 |
| Octal | 205 | 100 | 164 | 0 | 64 | 15 | 60 | 473 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1110100 | 0 | 110100 | 1101 | 110000 | 100111011 | 100011 | 100111 |
Color Harmonies of #854074
Complementary color
Monochromatic Colors of #854074
Black with #854074
Text Example
Text Example
White with #854074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854074; }
p { color: rgb(133,64,116); }
H1.HeaderClassName
{
color: #854074;
}
.AnyTagClassName
{
color: #854074;
}
</style>
background-color css
<style>
a { background-color: #854074; }
a { background-color: rgb(133,64,116); }
div.DivClassName
{
background-color: #854074;
}
.BgClassName
{
background-color: #854074;
}
</style>
border-color css
<style>
span { border-color: #854074; }
span { border-color: rgb(133,64,116); }
td.TdClassName
{
border-color: #854074;
}
.TagClassName
{
border-color: #854074;
}
</style>