Shades of Purple #85017A
Tints of Purple #85017A
RGB
CMYK
RGB Variations
Color information
#85017A (or 0x85017A) is known color: Purple. HEX triplet: 85, 01 and 7A. RGB value is (133,1,122). Sum of RGB (Red+Green+Blue) = 133+1+122=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85017A is #7AFE85. Grayscale: #353535. Windows color (decimal): -8060550 or 7995781. OLE color: 7995781.
HSL color Cylindrical-coordinate representation of color #85017A: hue angle of 305º 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 #85017A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.48 |
| HSL | 305º | 0.99% | 0.26% | - |
| HSV(B) | 305º | 0.99% | 0.52% | - |
| XYZ | 13.2 | 6.41 | 18.95 | - |
| YUV | 54.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 122 | 0 | 0.99 | 0.08 | 0.48 | 305 | 0.99 | 0.26 |
| Hex | 85 | 1 | 7A | 0 | 63 | 8 | 30 | 131 | 63 | 1A |
| Octal | 205 | 1 | 172 | 0 | 143 | 10 | 60 | 461 | 143 | 32 |
| Binary | 10000101 | 1 | 1111010 | 0 | 1100011 | 1000 | 110000 | 100110001 | 1100011 | 11010 |
Color Harmonies of #85017A
Complementary color
Monochromatic Colors of #85017A
Black with #85017A
Text Example
Text Example
White with #85017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85017A; }
p { color: rgb(133,1,122); }
H1.HeaderClassName
{
color: #85017A;
}
.AnyTagClassName
{
color: #85017A;
}
</style>
background-color css
<style>
a { background-color: #85017A; }
a { background-color: rgb(133,1,122); }
div.DivClassName
{
background-color: #85017A;
}
.BgClassName
{
background-color: #85017A;
}
</style>
border-color css
<style>
span { border-color: #85017A; }
span { border-color: rgb(133,1,122); }
td.TdClassName
{
border-color: #85017A;
}
.TagClassName
{
border-color: #85017A;
}
</style>