Shades of Purple #85017C
Tints of Purple #85017C
RGB
CMYK
RGB Variations
Color information
#85017C (or 0x85017C) is known color: Purple. HEX triplet: 85, 01 and 7C. RGB value is (133,1,124). Sum of RGB (Red+Green+Blue) = 133+1+124=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85017C is #7AFE83. Grayscale: #363636. Windows color (decimal): -8060548 or 8126853. OLE color: 8126853.
HSL color Cylindrical-coordinate representation of color #85017C: hue angle of 304.09º 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 #85017C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.48 |
| HSL | 304.09º | 0.99% | 0.26% | - |
| HSV(B) | 304.09º | 0.99% | 0.52% | - |
| XYZ | 13.32 | 6.46 | 19.61 | - |
| YUV | 54.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 124 | 0 | 0.99 | 0.07 | 0.48 | 304.09 | 0.99 | 0.26 |
| Hex | 85 | 1 | 7C | 0 | 63 | 7 | 30 | 130 | 63 | 1A |
| Octal | 205 | 1 | 174 | 0 | 143 | 7 | 60 | 460 | 143 | 32 |
| Binary | 10000101 | 1 | 1111100 | 0 | 1100011 | 111 | 110000 | 100110000 | 1100011 | 11010 |
Color Harmonies of #85017C
Complementary color
Monochromatic Colors of #85017C
Black with #85017C
Text Example
Text Example
White with #85017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85017C; }
p { color: rgb(133,1,124); }
H1.HeaderClassName
{
color: #85017C;
}
.AnyTagClassName
{
color: #85017C;
}
</style>
background-color css
<style>
a { background-color: #85017C; }
a { background-color: rgb(133,1,124); }
div.DivClassName
{
background-color: #85017C;
}
.BgClassName
{
background-color: #85017C;
}
</style>
border-color css
<style>
span { border-color: #85017C; }
span { border-color: rgb(133,1,124); }
td.TdClassName
{
border-color: #85017C;
}
.TagClassName
{
border-color: #85017C;
}
</style>