Shades of Palatinate Purple #610363
Tints of Palatinate Purple #610363
RGB
CMYK
RGB Variations
Color information
#610363 (or 0x610363) is known color: Palatinate Purple. HEX triplet: 61, 03 and 63. RGB value is (97,3,99). Sum of RGB (Red+Green+Blue) = 97+3+99=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #610363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610363 is #9EFC9C. Grayscale: #292929. Windows color (decimal): -10419357 or 6488929. OLE color: 6488929.
HSL color Cylindrical-coordinate representation of color #610363: hue angle of 298.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610363 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 3 | 99 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.61 |
| HSL | 298.75º | 0.94% | 0.2% | - |
| HSV(B) | 298.75º | 0.97% | 0.39% | - |
| XYZ | 7.21 | 3.51 | 12.1 | - |
| YUV | 42.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 99 | 0.02 | 0.97 | 0 | 0.61 | 298.75 | 0.94 | 0.2 |
| Hex | 61 | 3 | 63 | 2 | 61 | 0 | 3D | 12B | 5E | 14 |
| Octal | 141 | 3 | 143 | 2 | 141 | 0 | 75 | 453 | 136 | 24 |
| Binary | 1100001 | 11 | 1100011 | 10 | 1100001 | 0 | 111101 | 100101011 | 1011110 | 10100 |
Color Harmonies of #610363
Complementary color
Monochromatic Colors of #610363
Black with #610363
Text Example
Text Example
White with #610363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610363; }
p { color: rgb(97,3,99); }
H1.HeaderClassName
{
color: #610363;
}
.AnyTagClassName
{
color: #610363;
}
</style>
background-color css
<style>
a { background-color: #610363; }
a { background-color: rgb(97,3,99); }
div.DivClassName
{
background-color: #610363;
}
.BgClassName
{
background-color: #610363;
}
</style>
border-color css
<style>
span { border-color: #610363; }
span { border-color: rgb(97,3,99); }
td.TdClassName
{
border-color: #610363;
}
.TagClassName
{
border-color: #610363;
}
</style>