Shades of Palatinate Purple #600063
Tints of Palatinate Purple #600063
RGB
CMYK
RGB Variations
Color information
#600063 (or 0x600063) is known color: Palatinate Purple. HEX triplet: 60, 00 and 63. RGB value is (96,0,99). Sum of RGB (Red+Green+Blue) = 96+0+99=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #600063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600063 is #9FFF9C. Grayscale: #272727. Windows color (decimal): -10485661 or 6488160. OLE color: 6488160.
HSL color Cylindrical-coordinate representation of color #600063: hue angle of 298.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600063 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 0 | 99 | - |
| CMYK | 0.03 | 1 | 0 | 0.61 |
| HSL | 298.18º | 1% | 0.19% | - |
| HSV(B) | 298.18º | 1% | 0.39% | - |
| XYZ | 7.08 | 3.39 | 12.09 | - |
| YUV | 39.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 99 | 0.03 | 1 | 0 | 0.61 | 298.18 | 1 | 0.19 |
| Hex | 60 | 0 | 63 | 3 | 64 | 0 | 3D | 12A | 64 | 13 |
| Octal | 140 | 0 | 143 | 3 | 144 | 0 | 75 | 452 | 144 | 23 |
| Binary | 1100000 | 0 | 1100011 | 11 | 1100100 | 0 | 111101 | 100101010 | 1100100 | 10011 |
Color Harmonies of #600063
Complementary color
Monochromatic Colors of #600063
Black with #600063
Text Example
Text Example
White with #600063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600063; }
p { color: rgb(96,0,99); }
H1.HeaderClassName
{
color: #600063;
}
.AnyTagClassName
{
color: #600063;
}
</style>
background-color css
<style>
a { background-color: #600063; }
a { background-color: rgb(96,0,99); }
div.DivClassName
{
background-color: #600063;
}
.BgClassName
{
background-color: #600063;
}
</style>
border-color css
<style>
span { border-color: #600063; }
span { border-color: rgb(96,0,99); }
td.TdClassName
{
border-color: #600063;
}
.TagClassName
{
border-color: #600063;
}
</style>