Shades of Purple #85037C
Tints of Purple #85037C
RGB
CMYK
RGB Variations
Color information
#85037C (or 0x85037C) is known color: Purple. HEX triplet: 85, 03 and 7C. RGB value is (133,3,124). Sum of RGB (Red+Green+Blue) = 133+3+124=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85037C is #7AFC83. Grayscale: #373737. Windows color (decimal): -8060036 or 8127365. OLE color: 8127365.
HSL color Cylindrical-coordinate representation of color #85037C: hue angle of 304.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85037C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.48 |
| HSL | 304.15º | 0.96% | 0.27% | - |
| HSV(B) | 304.15º | 0.98% | 0.52% | - |
| XYZ | 13.34 | 6.51 | 19.62 | - |
| YUV | 55.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 124 | 0 | 0.98 | 0.07 | 0.48 | 304.15 | 0.96 | 0.27 |
| Hex | 85 | 3 | 7C | 0 | 62 | 7 | 30 | 130 | 60 | 1B |
| Octal | 205 | 3 | 174 | 0 | 142 | 7 | 60 | 460 | 140 | 33 |
| Binary | 10000101 | 11 | 1111100 | 0 | 1100010 | 111 | 110000 | 100110000 | 1100000 | 11011 |
Color Harmonies of #85037C
Complementary color
Monochromatic Colors of #85037C
Black with #85037C
Text Example
Text Example
White with #85037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85037C; }
p { color: rgb(133,3,124); }
H1.HeaderClassName
{
color: #85037C;
}
.AnyTagClassName
{
color: #85037C;
}
</style>
background-color css
<style>
a { background-color: #85037C; }
a { background-color: rgb(133,3,124); }
div.DivClassName
{
background-color: #85037C;
}
.BgClassName
{
background-color: #85037C;
}
</style>
border-color css
<style>
span { border-color: #85037C; }
span { border-color: rgb(133,3,124); }
td.TdClassName
{
border-color: #85037C;
}
.TagClassName
{
border-color: #85037C;
}
</style>