Shades of Palatinate Purple #621963
Tints of Palatinate Purple #621963
RGB
CMYK
RGB Variations
Color information
#621963 (or 0x621963) is known color: Palatinate Purple. HEX triplet: 62, 19 and 63. RGB value is (98,25,99). Sum of RGB (Red+Green+Blue) = 98+25+99=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #621963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621963 is #9DE69C. Grayscale: #373737. Windows color (decimal): -10348189 or 6494562. OLE color: 6494562.
HSL color Cylindrical-coordinate representation of color #621963: hue angle of 299.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621963 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 25 | 99 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.61 |
| HSL | 299.19º | 0.6% | 0.24% | - |
| HSV(B) | 299.19º | 0.75% | 0.39% | - |
| XYZ | 7.64 | 4.19 | 12.21 | - |
| YUV | 55.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 99 | 0.01 | 0.75 | 0 | 0.61 | 299.19 | 0.6 | 0.24 |
| Hex | 62 | 19 | 63 | 1 | 4B | 0 | 3D | 12B | 3C | 18 |
| Octal | 142 | 31 | 143 | 1 | 113 | 0 | 75 | 453 | 74 | 30 |
| Binary | 1100010 | 11001 | 1100011 | 1 | 1001011 | 0 | 111101 | 100101011 | 111100 | 11000 |
Color Harmonies of #621963
Complementary color
Monochromatic Colors of #621963
Black with #621963
Text Example
Text Example
White with #621963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621963; }
p { color: rgb(98,25,99); }
H1.HeaderClassName
{
color: #621963;
}
.AnyTagClassName
{
color: #621963;
}
</style>
background-color css
<style>
a { background-color: #621963; }
a { background-color: rgb(98,25,99); }
div.DivClassName
{
background-color: #621963;
}
.BgClassName
{
background-color: #621963;
}
</style>
border-color css
<style>
span { border-color: #621963; }
span { border-color: rgb(98,25,99); }
td.TdClassName
{
border-color: #621963;
}
.TagClassName
{
border-color: #621963;
}
</style>