Shades of Purple #85007A
Tints of Purple #85007A
RGB
CMYK
RGB Variations
Color information
#85007A (or 0x85007A) is known color: Purple. HEX triplet: 85, 00 and 7A. RGB value is (133,0,122). Sum of RGB (Red+Green+Blue) = 133+0+122=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85007A is #7AFF85. Grayscale: #353535. Windows color (decimal): -8060806 or 7995525. OLE color: 7995525.
HSL color Cylindrical-coordinate representation of color #85007A: hue angle of 304.96º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85007A is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.08 | 0.48 |
| HSL | 304.96º | 1% | 0.26% | - |
| HSV(B) | 304.96º | 1% | 0.52% | - |
| XYZ | 13.19 | 6.39 | 18.95 | - |
| YUV | 53.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 122 | 0 | 1 | 0.08 | 0.48 | 304.96 | 1 | 0.26 |
| Hex | 85 | 0 | 7A | 0 | 64 | 8 | 30 | 131 | 64 | 1A |
| Octal | 205 | 0 | 172 | 0 | 144 | 10 | 60 | 461 | 144 | 32 |
| Binary | 10000101 | 0 | 1111010 | 0 | 1100100 | 1000 | 110000 | 100110001 | 1100100 | 11010 |
Color Harmonies of #85007A
Complementary color
Monochromatic Colors of #85007A
Black with #85007A
Text Example
Text Example
White with #85007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85007A; }
p { color: rgb(133,0,122); }
H1.HeaderClassName
{
color: #85007A;
}
.AnyTagClassName
{
color: #85007A;
}
</style>
background-color css
<style>
a { background-color: #85007A; }
a { background-color: rgb(133,0,122); }
div.DivClassName
{
background-color: #85007A;
}
.BgClassName
{
background-color: #85007A;
}
</style>
border-color css
<style>
span { border-color: #85007A; }
span { border-color: rgb(133,0,122); }
td.TdClassName
{
border-color: #85007A;
}
.TagClassName
{
border-color: #85007A;
}
</style>