Shades of Palatinate Purple #601254
Tints of Palatinate Purple #601254
RGB
CMYK
RGB Variations
Color information
#601254 (or 0x601254) is known color: Palatinate Purple. HEX triplet: 60, 12 and 54. RGB value is (96,18,84). Sum of RGB (Red+Green+Blue) = 96+18+84=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #601254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601254 is #9FEDAB. Grayscale: #303030. Windows color (decimal): -10481068 or 5509728. OLE color: 5509728.
HSL color Cylindrical-coordinate representation of color #601254: hue angle of 309.23º 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 #601254 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 84 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.62 |
| HSL | 309.23º | 0.68% | 0.22% | - |
| HSV(B) | 309.23º | 0.81% | 0.38% | - |
| XYZ | 6.64 | 3.56 | 8.72 | - |
| YUV | 48.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 84 | 0 | 0.81 | 0.12 | 0.62 | 309.23 | 0.68 | 0.22 |
| Hex | 60 | 12 | 54 | 0 | 51 | C | 3E | 135 | 44 | 16 |
| Octal | 140 | 22 | 124 | 0 | 121 | 14 | 76 | 465 | 104 | 26 |
| Binary | 1100000 | 10010 | 1010100 | 0 | 1010001 | 1100 | 111110 | 100110101 | 1000100 | 10110 |
Color Harmonies of #601254
Complementary color
Monochromatic Colors of #601254
Black with #601254
Text Example
Text Example
White with #601254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601254; }
p { color: rgb(96,18,84); }
H1.HeaderClassName
{
color: #601254;
}
.AnyTagClassName
{
color: #601254;
}
</style>
background-color css
<style>
a { background-color: #601254; }
a { background-color: rgb(96,18,84); }
div.DivClassName
{
background-color: #601254;
}
.BgClassName
{
background-color: #601254;
}
</style>
border-color css
<style>
span { border-color: #601254; }
span { border-color: rgb(96,18,84); }
td.TdClassName
{
border-color: #601254;
}
.TagClassName
{
border-color: #601254;
}
</style>