Shades of Palatinate Purple #621961
Tints of Palatinate Purple #621961
RGB
CMYK
RGB Variations
Color information
#621961 (or 0x621961) is known color: Palatinate Purple. HEX triplet: 62, 19 and 61. RGB value is (98,25,97). Sum of RGB (Red+Green+Blue) = 98+25+97=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621961 is #9DE69E. Grayscale: #363636. Windows color (decimal): -10348191 or 6363490. OLE color: 6363490.
HSL color Cylindrical-coordinate representation of color #621961: hue angle of 300.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621961 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 97 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.62 |
| HSL | 300.82º | 0.59% | 0.24% | - |
| HSV(B) | 300.82º | 0.74% | 0.38% | - |
| XYZ | 7.54 | 4.15 | 11.71 | - |
| YUV | 55.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 97 | 0 | 0.74 | 0.01 | 0.62 | 300.82 | 0.59 | 0.24 |
| Hex | 62 | 19 | 61 | 0 | 4A | 1 | 3E | 12D | 3B | 18 |
| Octal | 142 | 31 | 141 | 0 | 112 | 1 | 76 | 455 | 73 | 30 |
| Binary | 1100010 | 11001 | 1100001 | 0 | 1001010 | 1 | 111110 | 100101101 | 111011 | 11000 |
Color Harmonies of #621961
Complementary color
Monochromatic Colors of #621961
Black with #621961
Text Example
Text Example
White with #621961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621961; }
p { color: rgb(98,25,97); }
H1.HeaderClassName
{
color: #621961;
}
.AnyTagClassName
{
color: #621961;
}
</style>
background-color css
<style>
a { background-color: #621961; }
a { background-color: rgb(98,25,97); }
div.DivClassName
{
background-color: #621961;
}
.BgClassName
{
background-color: #621961;
}
</style>
border-color css
<style>
span { border-color: #621961; }
span { border-color: rgb(98,25,97); }
td.TdClassName
{
border-color: #621961;
}
.TagClassName
{
border-color: #621961;
}
</style>