Shades of Purple #85017D
Tints of Purple #85017D
RGB
CMYK
RGB Variations
Color information
#85017D (or 0x85017D) is known color: Purple. HEX triplet: 85, 01 and 7D. RGB value is (133,1,125). Sum of RGB (Red+Green+Blue) = 133+1+125=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85017D is #7AFE82. Grayscale: #363636. Windows color (decimal): -8060547 or 8192389. OLE color: 8192389.
HSL color Cylindrical-coordinate representation of color #85017D: hue angle of 303.64º 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 #85017D is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.48 |
| HSL | 303.64º | 0.99% | 0.26% | - |
| HSV(B) | 303.64º | 0.99% | 0.52% | - |
| XYZ | 13.39 | 6.49 | 19.95 | - |
| YUV | 54.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 125 | 0 | 0.99 | 0.06 | 0.48 | 303.64 | 0.99 | 0.26 |
| Hex | 85 | 1 | 7D | 0 | 63 | 6 | 30 | 130 | 63 | 1A |
| Octal | 205 | 1 | 175 | 0 | 143 | 6 | 60 | 460 | 143 | 32 |
| Binary | 10000101 | 1 | 1111101 | 0 | 1100011 | 110 | 110000 | 100110000 | 1100011 | 11010 |
Color Harmonies of #85017D
Complementary color
Monochromatic Colors of #85017D
Black with #85017D
Text Example
Text Example
White with #85017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85017D; }
p { color: rgb(133,1,125); }
H1.HeaderClassName
{
color: #85017D;
}
.AnyTagClassName
{
color: #85017D;
}
</style>
background-color css
<style>
a { background-color: #85017D; }
a { background-color: rgb(133,1,125); }
div.DivClassName
{
background-color: #85017D;
}
.BgClassName
{
background-color: #85017D;
}
</style>
border-color css
<style>
span { border-color: #85017D; }
span { border-color: rgb(133,1,125); }
td.TdClassName
{
border-color: #85017D;
}
.TagClassName
{
border-color: #85017D;
}
</style>