Shades of Purple #85046E
Tints of Purple #85046E
RGB
CMYK
RGB Variations
Color information
#85046E (or 0x85046E) is known color: Purple. HEX triplet: 85, 04 and 6E. RGB value is (133,4,110). Sum of RGB (Red+Green+Blue) = 133+4+110=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046E is #7AFB91. Grayscale: #363636. Windows color (decimal): -8059794 or 7210117. OLE color: 7210117.
HSL color Cylindrical-coordinate representation of color #85046E: hue angle of 310.7º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85046E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.48 |
| HSL | 310.7º | 0.94% | 0.27% | - |
| HSV(B) | 310.7º | 0.97% | 0.52% | - |
| XYZ | 12.53 | 6.2 | 15.29 | - |
| YUV | 54.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 110 | 0 | 0.97 | 0.17 | 0.48 | 310.7 | 0.94 | 0.27 |
| Hex | 85 | 4 | 6E | 0 | 61 | 11 | 30 | 137 | 5E | 1B |
| Octal | 205 | 4 | 156 | 0 | 141 | 21 | 60 | 467 | 136 | 33 |
| Binary | 10000101 | 100 | 1101110 | 0 | 1100001 | 10001 | 110000 | 100110111 | 1011110 | 11011 |
Color Harmonies of #85046E
Complementary color
Monochromatic Colors of #85046E
Black with #85046E
Text Example
Text Example
White with #85046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85046E; }
p { color: rgb(133,4,110); }
H1.HeaderClassName
{
color: #85046E;
}
.AnyTagClassName
{
color: #85046E;
}
</style>
background-color css
<style>
a { background-color: #85046E; }
a { background-color: rgb(133,4,110); }
div.DivClassName
{
background-color: #85046E;
}
.BgClassName
{
background-color: #85046E;
}
</style>
border-color css
<style>
span { border-color: #85046E; }
span { border-color: rgb(133,4,110); }
td.TdClassName
{
border-color: #85046E;
}
.TagClassName
{
border-color: #85046E;
}
</style>