Shades of Palatinate Purple #621666
Tints of Palatinate Purple #621666
RGB
CMYK
RGB Variations
Color information
#621666 (or 0x621666) is known color: Palatinate Purple. HEX triplet: 62, 16 and 66. RGB value is (98,22,102). Sum of RGB (Red+Green+Blue) = 98+22+102=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #621666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621666 is #9DE999. Grayscale: #353535. Windows color (decimal): -10348954 or 6690402. OLE color: 6690402.
HSL color Cylindrical-coordinate representation of color #621666: hue angle of 297º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621666 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 22 | 102 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.6 |
| HSL | 297º | 0.65% | 0.24% | - |
| HSV(B) | 297º | 0.78% | 0.4% | - |
| XYZ | 7.72 | 4.13 | 12.96 | - |
| YUV | 53.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 102 | 0.04 | 0.78 | 0 | 0.6 | 297 | 0.65 | 0.24 |
| Hex | 62 | 16 | 66 | 4 | 4E | 0 | 3C | 129 | 41 | 18 |
| Octal | 142 | 26 | 146 | 4 | 116 | 0 | 74 | 451 | 101 | 30 |
| Binary | 1100010 | 10110 | 1100110 | 100 | 1001110 | 0 | 111100 | 100101001 | 1000001 | 11000 |
Color Harmonies of #621666
Complementary color
Monochromatic Colors of #621666
Black with #621666
Text Example
Text Example
White with #621666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621666; }
p { color: rgb(98,22,102); }
H1.HeaderClassName
{
color: #621666;
}
.AnyTagClassName
{
color: #621666;
}
</style>
background-color css
<style>
a { background-color: #621666; }
a { background-color: rgb(98,22,102); }
div.DivClassName
{
background-color: #621666;
}
.BgClassName
{
background-color: #621666;
}
</style>
border-color css
<style>
span { border-color: #621666; }
span { border-color: rgb(98,22,102); }
td.TdClassName
{
border-color: #621666;
}
.TagClassName
{
border-color: #621666;
}
</style>