Shades of Purple #85017E
Tints of Purple #85017E
RGB
CMYK
RGB Variations
Color information
#85017E (or 0x85017E) is known color: Purple. HEX triplet: 85, 01 and 7E. RGB value is (133,1,126). Sum of RGB (Red+Green+Blue) = 133+1+126=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85017E is #7AFE81. Grayscale: #363636. Windows color (decimal): -8060546 or 8257925. OLE color: 8257925.
HSL color Cylindrical-coordinate representation of color #85017E: hue angle of 303.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85017E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.48 |
| HSL | 303.18º | 0.99% | 0.26% | - |
| HSV(B) | 303.18º | 0.99% | 0.52% | - |
| XYZ | 13.45 | 6.51 | 20.29 | - |
| YUV | 54.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 126 | 0 | 0.99 | 0.05 | 0.48 | 303.18 | 0.99 | 0.26 |
| Hex | 85 | 1 | 7E | 0 | 63 | 5 | 30 | 12F | 63 | 1A |
| Octal | 205 | 1 | 176 | 0 | 143 | 5 | 60 | 457 | 143 | 32 |
| Binary | 10000101 | 1 | 1111110 | 0 | 1100011 | 101 | 110000 | 100101111 | 1100011 | 11010 |
Color Harmonies of #85017E
Complementary color
Monochromatic Colors of #85017E
Black with #85017E
Text Example
Text Example
White with #85017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85017E; }
p { color: rgb(133,1,126); }
H1.HeaderClassName
{
color: #85017E;
}
.AnyTagClassName
{
color: #85017E;
}
</style>
background-color css
<style>
a { background-color: #85017E; }
a { background-color: rgb(133,1,126); }
div.DivClassName
{
background-color: #85017E;
}
.BgClassName
{
background-color: #85017E;
}
</style>
border-color css
<style>
span { border-color: #85017E; }
span { border-color: rgb(133,1,126); }
td.TdClassName
{
border-color: #85017E;
}
.TagClassName
{
border-color: #85017E;
}
</style>