Shades of Palatinate Purple #621364
Tints of Palatinate Purple #621364
RGB
CMYK
RGB Variations
Color information
#621364 (or 0x621364) is known color: Palatinate Purple. HEX triplet: 62, 13 and 64. RGB value is (98,19,100). Sum of RGB (Red+Green+Blue) = 98+19+100=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #621364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621364 is #9DEC9B. Grayscale: #333333. Windows color (decimal): -10349724 or 6558562. OLE color: 6558562.
HSL color Cylindrical-coordinate representation of color #621364: hue angle of 298.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621364 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 19 | 100 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.61 |
| HSL | 298.52º | 0.68% | 0.23% | - |
| HSV(B) | 298.52º | 0.81% | 0.39% | - |
| XYZ | 7.57 | 3.98 | 12.43 | - |
| YUV | 51.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 100 | 0.02 | 0.81 | 0 | 0.61 | 298.52 | 0.68 | 0.23 |
| Hex | 62 | 13 | 64 | 2 | 51 | 0 | 3D | 12B | 44 | 17 |
| Octal | 142 | 23 | 144 | 2 | 121 | 0 | 75 | 453 | 104 | 27 |
| Binary | 1100010 | 10011 | 1100100 | 10 | 1010001 | 0 | 111101 | 100101011 | 1000100 | 10111 |
Color Harmonies of #621364
Complementary color
Monochromatic Colors of #621364
Black with #621364
Text Example
Text Example
White with #621364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621364; }
p { color: rgb(98,19,100); }
H1.HeaderClassName
{
color: #621364;
}
.AnyTagClassName
{
color: #621364;
}
</style>
background-color css
<style>
a { background-color: #621364; }
a { background-color: rgb(98,19,100); }
div.DivClassName
{
background-color: #621364;
}
.BgClassName
{
background-color: #621364;
}
</style>
border-color css
<style>
span { border-color: #621364; }
span { border-color: rgb(98,19,100); }
td.TdClassName
{
border-color: #621364;
}
.TagClassName
{
border-color: #621364;
}
</style>