Shades of Dark Purple #853C7A
Tints of Dark Purple #853C7A
RGB
CMYK
RGB Variations
Color information
#853C7A (or 0x853C7A) is known color: Dark Purple. HEX triplet: 85, 3C and 7A. RGB value is (133,60,122). Sum of RGB (Red+Green+Blue) = 133+60+122=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C7A is #7AC385. Grayscale: #585858. Windows color (decimal): -8045446 or 8010885. OLE color: 8010885.
HSL color Cylindrical-coordinate representation of color #853C7A: hue angle of 309.04º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C7A is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 122 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.48 |
| HSL | 309.04º | 0.38% | 0.38% | - |
| HSV(B) | 309.04º | 0.55% | 0.52% | - |
| XYZ | 14.8 | 9.62 | 19.49 | - |
| YUV | 88.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 122 | 0 | 0.55 | 0.08 | 0.48 | 309.04 | 0.38 | 0.38 |
| Hex | 85 | 3C | 7A | 0 | 37 | 8 | 30 | 135 | 26 | 26 |
| Octal | 205 | 74 | 172 | 0 | 67 | 10 | 60 | 465 | 46 | 46 |
| Binary | 10000101 | 111100 | 1111010 | 0 | 110111 | 1000 | 110000 | 100110101 | 100110 | 100110 |
Color Harmonies of #853C7A
Complementary color
Monochromatic Colors of #853C7A
Black with #853C7A
Text Example
Text Example
White with #853C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C7A; }
p { color: rgb(133,60,122); }
H1.HeaderClassName
{
color: #853C7A;
}
.AnyTagClassName
{
color: #853C7A;
}
</style>
background-color css
<style>
a { background-color: #853C7A; }
a { background-color: rgb(133,60,122); }
div.DivClassName
{
background-color: #853C7A;
}
.BgClassName
{
background-color: #853C7A;
}
</style>
border-color css
<style>
span { border-color: #853C7A; }
span { border-color: rgb(133,60,122); }
td.TdClassName
{
border-color: #853C7A;
}
.TagClassName
{
border-color: #853C7A;
}
</style>