Shades of Purple #85027E
Tints of Purple #85027E
RGB
CMYK
RGB Variations
Color information
#85027E (or 0x85027E) is known color: Purple. HEX triplet: 85, 02 and 7E. RGB value is (133,2,126). Sum of RGB (Red+Green+Blue) = 133+2+126=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85027E is #7AFD81. Grayscale: #363636. Windows color (decimal): -8060290 or 8258181. OLE color: 8258181.
HSL color Cylindrical-coordinate representation of color #85027E: hue angle of 303.21º 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 #85027E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 126 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.48 |
| HSL | 303.21º | 0.97% | 0.26% | - |
| HSV(B) | 303.21º | 0.98% | 0.52% | - |
| XYZ | 13.46 | 6.54 | 20.29 | - |
| YUV | 55.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 126 | 0 | 0.98 | 0.05 | 0.48 | 303.21 | 0.97 | 0.26 |
| Hex | 85 | 2 | 7E | 0 | 62 | 5 | 30 | 12F | 61 | 1A |
| Octal | 205 | 2 | 176 | 0 | 142 | 5 | 60 | 457 | 141 | 32 |
| Binary | 10000101 | 10 | 1111110 | 0 | 1100010 | 101 | 110000 | 100101111 | 1100001 | 11010 |
Color Harmonies of #85027E
Complementary color
Monochromatic Colors of #85027E
Black with #85027E
Text Example
Text Example
White with #85027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85027E; }
p { color: rgb(133,2,126); }
H1.HeaderClassName
{
color: #85027E;
}
.AnyTagClassName
{
color: #85027E;
}
</style>
background-color css
<style>
a { background-color: #85027E; }
a { background-color: rgb(133,2,126); }
div.DivClassName
{
background-color: #85027E;
}
.BgClassName
{
background-color: #85027E;
}
</style>
border-color css
<style>
span { border-color: #85027E; }
span { border-color: rgb(133,2,126); }
td.TdClassName
{
border-color: #85027E;
}
.TagClassName
{
border-color: #85027E;
}
</style>