Shades of Purple #85047E
Tints of Purple #85047E
RGB
CMYK
RGB Variations
Color information
#85047E (or 0x85047E) is known color: Purple. HEX triplet: 85, 04 and 7E. RGB value is (133,4,126). Sum of RGB (Red+Green+Blue) = 133+4+126=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85047E is #7AFB81. Grayscale: #383838. Windows color (decimal): -8059778 or 8258693. OLE color: 8258693.
HSL color Cylindrical-coordinate representation of color #85047E: hue angle of 303.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85047E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 126 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.48 |
| HSL | 303.26º | 0.94% | 0.27% | - |
| HSV(B) | 303.26º | 0.97% | 0.52% | - |
| XYZ | 13.48 | 6.58 | 20.3 | - |
| YUV | 56.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 126 | 0 | 0.97 | 0.05 | 0.48 | 303.26 | 0.94 | 0.27 |
| Hex | 85 | 4 | 7E | 0 | 61 | 5 | 30 | 12F | 5E | 1B |
| Octal | 205 | 4 | 176 | 0 | 141 | 5 | 60 | 457 | 136 | 33 |
| Binary | 10000101 | 100 | 1111110 | 0 | 1100001 | 101 | 110000 | 100101111 | 1011110 | 11011 |
Color Harmonies of #85047E
Complementary color
Monochromatic Colors of #85047E
Black with #85047E
Text Example
Text Example
White with #85047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85047E; }
p { color: rgb(133,4,126); }
H1.HeaderClassName
{
color: #85047E;
}
.AnyTagClassName
{
color: #85047E;
}
</style>
background-color css
<style>
a { background-color: #85047E; }
a { background-color: rgb(133,4,126); }
div.DivClassName
{
background-color: #85047E;
}
.BgClassName
{
background-color: #85047E;
}
</style>
border-color css
<style>
span { border-color: #85047E; }
span { border-color: rgb(133,4,126); }
td.TdClassName
{
border-color: #85047E;
}
.TagClassName
{
border-color: #85047E;
}
</style>