Shades of Palatinate Purple #601463
Tints of Palatinate Purple #601463
RGB
CMYK
RGB Variations
Color information
#601463 (or 0x601463) is known color: Palatinate Purple. HEX triplet: 60, 14 and 63. RGB value is (96,20,99). Sum of RGB (Red+Green+Blue) = 96+20+99=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #601463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601463 is #9FEB9C. Grayscale: #333333. Windows color (decimal): -10480541 or 6493280. OLE color: 6493280.
HSL color Cylindrical-coordinate representation of color #601463: hue angle of 297.72º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601463 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 20 | 99 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.61 |
| HSL | 297.72º | 0.66% | 0.23% | - |
| HSV(B) | 297.72º | 0.8% | 0.39% | - |
| XYZ | 7.33 | 3.89 | 12.17 | - |
| YUV | 51.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 99 | 0.03 | 0.80 | 0 | 0.61 | 297.72 | 0.66 | 0.23 |
| Hex | 60 | 14 | 63 | 3 | 50 | 0 | 3D | 12A | 42 | 17 |
| Octal | 140 | 24 | 143 | 3 | 120 | 0 | 75 | 452 | 102 | 27 |
| Binary | 1100000 | 10100 | 1100011 | 11 | 1010000 | 0 | 111101 | 100101010 | 1000010 | 10111 |
Color Harmonies of #601463
Complementary color
Monochromatic Colors of #601463
Black with #601463
Text Example
Text Example
White with #601463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601463; }
p { color: rgb(96,20,99); }
H1.HeaderClassName
{
color: #601463;
}
.AnyTagClassName
{
color: #601463;
}
</style>
background-color css
<style>
a { background-color: #601463; }
a { background-color: rgb(96,20,99); }
div.DivClassName
{
background-color: #601463;
}
.BgClassName
{
background-color: #601463;
}
</style>
border-color css
<style>
span { border-color: #601463; }
span { border-color: rgb(96,20,99); }
td.TdClassName
{
border-color: #601463;
}
.TagClassName
{
border-color: #601463;
}
</style>