Shades of Palatinate Purple #621964
Tints of Palatinate Purple #621964
RGB
CMYK
RGB Variations
Color information
#621964 (or 0x621964) is known color: Palatinate Purple. HEX triplet: 62, 19 and 64. RGB value is (98,25,100). Sum of RGB (Red+Green+Blue) = 98+25+100=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #621964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621964 is #9DE69B. Grayscale: #373737. Windows color (decimal): -10348188 or 6560098. OLE color: 6560098.
HSL color Cylindrical-coordinate representation of color #621964: hue angle of 298.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621964 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 25 | 100 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.61 |
| HSL | 298.4º | 0.6% | 0.25% | - |
| HSV(B) | 298.4º | 0.75% | 0.39% | - |
| XYZ | 7.68 | 4.21 | 12.46 | - |
| YUV | 55.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 100 | 0.02 | 0.75 | 0 | 0.61 | 298.4 | 0.6 | 0.25 |
| Hex | 62 | 19 | 64 | 2 | 4B | 0 | 3D | 12A | 3C | 19 |
| Octal | 142 | 31 | 144 | 2 | 113 | 0 | 75 | 452 | 74 | 31 |
| Binary | 1100010 | 11001 | 1100100 | 10 | 1001011 | 0 | 111101 | 100101010 | 111100 | 11001 |
Color Harmonies of #621964
Complementary color
Monochromatic Colors of #621964
Black with #621964
Text Example
Text Example
White with #621964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621964; }
p { color: rgb(98,25,100); }
H1.HeaderClassName
{
color: #621964;
}
.AnyTagClassName
{
color: #621964;
}
</style>
background-color css
<style>
a { background-color: #621964; }
a { background-color: rgb(98,25,100); }
div.DivClassName
{
background-color: #621964;
}
.BgClassName
{
background-color: #621964;
}
</style>
border-color css
<style>
span { border-color: #621964; }
span { border-color: rgb(98,25,100); }
td.TdClassName
{
border-color: #621964;
}
.TagClassName
{
border-color: #621964;
}
</style>