Shades of Purple #85007B
Tints of Purple #85007B
RGB
CMYK
RGB Variations
Color information
#85007B (or 0x85007B) is known color: Purple. HEX triplet: 85, 00 and 7B. RGB value is (133,0,123). Sum of RGB (Red+Green+Blue) = 133+0+123=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85007B is #7AFF84. Grayscale: #353535. Windows color (decimal): -8060805 or 8061061. OLE color: 8061061.
HSL color Cylindrical-coordinate representation of color #85007B: hue angle of 304.51º 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 #85007B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.08 | 0.48 |
| HSL | 304.51º | 1% | 0.26% | - |
| HSV(B) | 304.51º | 1% | 0.52% | - |
| XYZ | 13.25 | 6.42 | 19.28 | - |
| YUV | 53.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 123 | 0 | 1 | 0.08 | 0.48 | 304.51 | 1 | 0.26 |
| Hex | 85 | 0 | 7B | 0 | 64 | 8 | 30 | 131 | 64 | 1A |
| Octal | 205 | 0 | 173 | 0 | 144 | 10 | 60 | 461 | 144 | 32 |
| Binary | 10000101 | 0 | 1111011 | 0 | 1100100 | 1000 | 110000 | 100110001 | 1100100 | 11010 |
Color Harmonies of #85007B
Complementary color
Monochromatic Colors of #85007B
Black with #85007B
Text Example
Text Example
White with #85007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85007B; }
p { color: rgb(133,0,123); }
H1.HeaderClassName
{
color: #85007B;
}
.AnyTagClassName
{
color: #85007B;
}
</style>
background-color css
<style>
a { background-color: #85007B; }
a { background-color: rgb(133,0,123); }
div.DivClassName
{
background-color: #85007B;
}
.BgClassName
{
background-color: #85007B;
}
</style>
border-color css
<style>
span { border-color: #85007B; }
span { border-color: rgb(133,0,123); }
td.TdClassName
{
border-color: #85007B;
}
.TagClassName
{
border-color: #85007B;
}
</style>