Shades of Purple #85027B
Tints of Purple #85027B
RGB
CMYK
RGB Variations
Color information
#85027B (or 0x85027B) is known color: Purple. HEX triplet: 85, 02 and 7B. RGB value is (133,2,123). Sum of RGB (Red+Green+Blue) = 133+2+123=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85027B is #7AFD84. Grayscale: #363636. Windows color (decimal): -8060293 or 8061573. OLE color: 8061573.
HSL color Cylindrical-coordinate representation of color #85027B: hue angle of 304.58º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85027B is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 123 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.48 |
| HSL | 304.58º | 0.97% | 0.26% | - |
| HSV(B) | 304.58º | 0.98% | 0.52% | - |
| XYZ | 13.27 | 6.46 | 19.29 | - |
| YUV | 54.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 123 | 0 | 0.98 | 0.08 | 0.48 | 304.58 | 0.97 | 0.26 |
| Hex | 85 | 2 | 7B | 0 | 62 | 8 | 30 | 131 | 61 | 1A |
| Octal | 205 | 2 | 173 | 0 | 142 | 10 | 60 | 461 | 141 | 32 |
| Binary | 10000101 | 10 | 1111011 | 0 | 1100010 | 1000 | 110000 | 100110001 | 1100001 | 11010 |
Color Harmonies of #85027B
Complementary color
Monochromatic Colors of #85027B
Black with #85027B
Text Example
Text Example
White with #85027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85027B; }
p { color: rgb(133,2,123); }
H1.HeaderClassName
{
color: #85027B;
}
.AnyTagClassName
{
color: #85027B;
}
</style>
background-color css
<style>
a { background-color: #85027B; }
a { background-color: rgb(133,2,123); }
div.DivClassName
{
background-color: #85027B;
}
.BgClassName
{
background-color: #85027B;
}
</style>
border-color css
<style>
span { border-color: #85027B; }
span { border-color: rgb(133,2,123); }
td.TdClassName
{
border-color: #85027B;
}
.TagClassName
{
border-color: #85027B;
}
</style>