Shades of Palatinate Purple #621A60
Tints of Palatinate Purple #621A60
RGB
CMYK
RGB Variations
Color information
#621A60 (or 0x621A60) is known color: Palatinate Purple. HEX triplet: 62, 1A and 60. RGB value is (98,26,96). Sum of RGB (Red+Green+Blue) = 98+26+96=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A60 is #9DE59F. Grayscale: #373737. Windows color (decimal): -10347936 or 6298210. OLE color: 6298210.
HSL color Cylindrical-coordinate representation of color #621A60: hue angle of 301.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A60 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 96 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.62 |
| HSL | 301.67º | 0.58% | 0.24% | - |
| HSV(B) | 301.67º | 0.73% | 0.38% | - |
| XYZ | 7.52 | 4.18 | 11.48 | - |
| YUV | 55.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 96 | 0 | 0.73 | 0.02 | 0.62 | 301.67 | 0.58 | 0.24 |
| Hex | 62 | 1A | 60 | 0 | 49 | 2 | 3E | 12E | 3A | 18 |
| Octal | 142 | 32 | 140 | 0 | 111 | 2 | 76 | 456 | 72 | 30 |
| Binary | 1100010 | 11010 | 1100000 | 0 | 1001001 | 10 | 111110 | 100101110 | 111010 | 11000 |
Color Harmonies of #621A60
Complementary color
Monochromatic Colors of #621A60
Black with #621A60
Text Example
Text Example
White with #621A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A60; }
p { color: rgb(98,26,96); }
H1.HeaderClassName
{
color: #621A60;
}
.AnyTagClassName
{
color: #621A60;
}
</style>
background-color css
<style>
a { background-color: #621A60; }
a { background-color: rgb(98,26,96); }
div.DivClassName
{
background-color: #621A60;
}
.BgClassName
{
background-color: #621A60;
}
</style>
border-color css
<style>
span { border-color: #621A60; }
span { border-color: rgb(98,26,96); }
td.TdClassName
{
border-color: #621A60;
}
.TagClassName
{
border-color: #621A60;
}
</style>