Shades of Palatinate Purple #621966
Tints of Palatinate Purple #621966
RGB
CMYK
RGB Variations
Color information
#621966 (or 0x621966) is known color: Palatinate Purple. HEX triplet: 62, 19 and 66. RGB value is (98,25,102). Sum of RGB (Red+Green+Blue) = 98+25+102=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #621966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621966 is #9DE699. Grayscale: #373737. Windows color (decimal): -10348186 or 6691170. OLE color: 6691170.
HSL color Cylindrical-coordinate representation of color #621966: hue angle of 296.88º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621966 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 25 | 102 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.6 |
| HSL | 296.88º | 0.61% | 0.25% | - |
| HSV(B) | 296.88º | 0.75% | 0.4% | - |
| XYZ | 7.78 | 4.25 | 12.98 | - |
| YUV | 55.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 102 | 0.04 | 0.75 | 0 | 0.6 | 296.88 | 0.61 | 0.25 |
| Hex | 62 | 19 | 66 | 4 | 4B | 0 | 3C | 129 | 3D | 19 |
| Octal | 142 | 31 | 146 | 4 | 113 | 0 | 74 | 451 | 75 | 31 |
| Binary | 1100010 | 11001 | 1100110 | 100 | 1001011 | 0 | 111100 | 100101001 | 111101 | 11001 |
Color Harmonies of #621966
Complementary color
Monochromatic Colors of #621966
Black with #621966
Text Example
Text Example
White with #621966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621966; }
p { color: rgb(98,25,102); }
H1.HeaderClassName
{
color: #621966;
}
.AnyTagClassName
{
color: #621966;
}
</style>
background-color css
<style>
a { background-color: #621966; }
a { background-color: rgb(98,25,102); }
div.DivClassName
{
background-color: #621966;
}
.BgClassName
{
background-color: #621966;
}
</style>
border-color css
<style>
span { border-color: #621966; }
span { border-color: rgb(98,25,102); }
td.TdClassName
{
border-color: #621966;
}
.TagClassName
{
border-color: #621966;
}
</style>