Shades of Palatinate Purple #601253
Tints of Palatinate Purple #601253
RGB
CMYK
RGB Variations
Color information
#601253 (or 0x601253) is known color: Palatinate Purple. HEX triplet: 60, 12 and 53. RGB value is (96,18,83). Sum of RGB (Red+Green+Blue) = 96+18+83=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601253 is #9FEDAC. Grayscale: #303030. Windows color (decimal): -10481069 or 5444192. OLE color: 5444192.
HSL color Cylindrical-coordinate representation of color #601253: hue angle of 310º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601253 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 83 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.62 |
| HSL | 310º | 0.68% | 0.22% | - |
| HSV(B) | 310º | 0.81% | 0.38% | - |
| XYZ | 6.6 | 3.54 | 8.52 | - |
| YUV | 48.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 83 | 0 | 0.81 | 0.14 | 0.62 | 310 | 0.68 | 0.22 |
| Hex | 60 | 12 | 53 | 0 | 51 | E | 3E | 136 | 44 | 16 |
| Octal | 140 | 22 | 123 | 0 | 121 | 16 | 76 | 466 | 104 | 26 |
| Binary | 1100000 | 10010 | 1010011 | 0 | 1010001 | 1110 | 111110 | 100110110 | 1000100 | 10110 |
Color Harmonies of #601253
Complementary color
Monochromatic Colors of #601253
Black with #601253
Text Example
Text Example
White with #601253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601253; }
p { color: rgb(96,18,83); }
H1.HeaderClassName
{
color: #601253;
}
.AnyTagClassName
{
color: #601253;
}
</style>
background-color css
<style>
a { background-color: #601253; }
a { background-color: rgb(96,18,83); }
div.DivClassName
{
background-color: #601253;
}
.BgClassName
{
background-color: #601253;
}
</style>
border-color css
<style>
span { border-color: #601253; }
span { border-color: rgb(96,18,83); }
td.TdClassName
{
border-color: #601253;
}
.TagClassName
{
border-color: #601253;
}
</style>