Shades of Purple #85077F
Tints of Purple #85077F
RGB
CMYK
RGB Variations
Color information
#85077F (or 0x85077F) is known color: Purple. HEX triplet: 85, 07 and 7F. RGB value is (133,7,127). Sum of RGB (Red+Green+Blue) = 133+7+127=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85077F is #7AF880. Grayscale: #3A3A3A. Windows color (decimal): -8059009 or 8324997. OLE color: 8324997.
HSL color Cylindrical-coordinate representation of color #85077F: hue angle of 302.86º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85077F is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.48 |
| HSL | 302.86º | 0.9% | 0.27% | - |
| HSV(B) | 302.86º | 0.95% | 0.52% | - |
| XYZ | 13.58 | 6.67 | 20.65 | - |
| YUV | 58.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 127 | 0 | 0.95 | 0.05 | 0.48 | 302.86 | 0.9 | 0.27 |
| Hex | 85 | 7 | 7F | 0 | 5F | 5 | 30 | 12F | 5A | 1B |
| Octal | 205 | 7 | 177 | 0 | 137 | 5 | 60 | 457 | 132 | 33 |
| Binary | 10000101 | 111 | 1111111 | 0 | 1011111 | 101 | 110000 | 100101111 | 1011010 | 11011 |
Color Harmonies of #85077F
Complementary color
Monochromatic Colors of #85077F
Black with #85077F
Text Example
Text Example
White with #85077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85077F; }
p { color: rgb(133,7,127); }
H1.HeaderClassName
{
color: #85077F;
}
.AnyTagClassName
{
color: #85077F;
}
</style>
background-color css
<style>
a { background-color: #85077F; }
a { background-color: rgb(133,7,127); }
div.DivClassName
{
background-color: #85077F;
}
.BgClassName
{
background-color: #85077F;
}
</style>
border-color css
<style>
span { border-color: #85077F; }
span { border-color: rgb(133,7,127); }
td.TdClassName
{
border-color: #85077F;
}
.TagClassName
{
border-color: #85077F;
}
</style>