Shades of Dark Purple #85207A
Tints of Dark Purple #85207A
RGB
CMYK
RGB Variations
Color information
#85207A (or 0x85207A) is known color: Dark Purple. HEX triplet: 85, 20 and 7A. RGB value is (133,32,122). Sum of RGB (Red+Green+Blue) = 133+32+122=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #85207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207A is #7ADF85. Grayscale: #484848. Windows color (decimal): -8052614 or 8003717. OLE color: 8003717.
HSL color Cylindrical-coordinate representation of color #85207A: hue angle of 306.53º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85207A is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 122 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.48 |
| HSL | 306.53º | 0.61% | 0.32% | - |
| HSV(B) | 306.53º | 0.76% | 0.52% | - |
| XYZ | 13.7 | 7.42 | 19.12 | - |
| YUV | 72.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 122 | 0 | 0.76 | 0.08 | 0.48 | 306.53 | 0.61 | 0.32 |
| Hex | 85 | 20 | 7A | 0 | 4C | 8 | 30 | 133 | 3D | 20 |
| Octal | 205 | 40 | 172 | 0 | 114 | 10 | 60 | 463 | 75 | 40 |
| Binary | 10000101 | 100000 | 1111010 | 0 | 1001100 | 1000 | 110000 | 100110011 | 111101 | 100000 |
Color Harmonies of #85207A
Complementary color
Monochromatic Colors of #85207A
Black with #85207A
Text Example
Text Example
White with #85207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85207A; }
p { color: rgb(133,32,122); }
H1.HeaderClassName
{
color: #85207A;
}
.AnyTagClassName
{
color: #85207A;
}
</style>
background-color css
<style>
a { background-color: #85207A; }
a { background-color: rgb(133,32,122); }
div.DivClassName
{
background-color: #85207A;
}
.BgClassName
{
background-color: #85207A;
}
</style>
border-color css
<style>
span { border-color: #85207A; }
span { border-color: rgb(133,32,122); }
td.TdClassName
{
border-color: #85207A;
}
.TagClassName
{
border-color: #85207A;
}
</style>