Shades of Purple #85066E
Tints of Purple #85066E
RGB
CMYK
RGB Variations
Color information
#85066E (or 0x85066E) is known color: Purple. HEX triplet: 85, 06 and 6E. RGB value is (133,6,110). Sum of RGB (Red+Green+Blue) = 133+6+110=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85066E is #7AF991. Grayscale: #373737. Windows color (decimal): -8059282 or 7210629. OLE color: 7210629.
HSL color Cylindrical-coordinate representation of color #85066E: hue angle of 310.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85066E is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 110 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.48 |
| HSL | 310.87º | 0.91% | 0.27% | - |
| HSV(B) | 310.87º | 0.95% | 0.52% | - |
| XYZ | 12.55 | 6.24 | 15.3 | - |
| YUV | 55.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 110 | 0 | 0.95 | 0.17 | 0.48 | 310.87 | 0.91 | 0.27 |
| Hex | 85 | 6 | 6E | 0 | 5F | 11 | 30 | 137 | 5B | 1B |
| Octal | 205 | 6 | 156 | 0 | 137 | 21 | 60 | 467 | 133 | 33 |
| Binary | 10000101 | 110 | 1101110 | 0 | 1011111 | 10001 | 110000 | 100110111 | 1011011 | 11011 |
Color Harmonies of #85066E
Complementary color
Monochromatic Colors of #85066E
Black with #85066E
Text Example
Text Example
White with #85066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85066E; }
p { color: rgb(133,6,110); }
H1.HeaderClassName
{
color: #85066E;
}
.AnyTagClassName
{
color: #85066E;
}
</style>
background-color css
<style>
a { background-color: #85066E; }
a { background-color: rgb(133,6,110); }
div.DivClassName
{
background-color: #85066E;
}
.BgClassName
{
background-color: #85066E;
}
</style>
border-color css
<style>
span { border-color: #85066E; }
span { border-color: rgb(133,6,110); }
td.TdClassName
{
border-color: #85066E;
}
.TagClassName
{
border-color: #85066E;
}
</style>