Shades of Palatinate Purple #621559
Tints of Palatinate Purple #621559
RGB
CMYK
RGB Variations
Color information
#621559 (or 0x621559) is known color: Palatinate Purple. HEX triplet: 62, 15 and 59. RGB value is (98,21,89). Sum of RGB (Red+Green+Blue) = 98+21+89=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #621559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621559 is #9DEAA6. Grayscale: #333333. Windows color (decimal): -10349223 or 5838178. OLE color: 5838178.
HSL color Cylindrical-coordinate representation of color #621559: hue angle of 307.01º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621559 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 89 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.62 |
| HSL | 307.01º | 0.65% | 0.23% | - |
| HSV(B) | 307.01º | 0.79% | 0.38% | - |
| XYZ | 7.11 | 3.85 | 9.82 | - |
| YUV | 51.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 89 | 0 | 0.79 | 0.09 | 0.62 | 307.01 | 0.65 | 0.23 |
| Hex | 62 | 15 | 59 | 0 | 4F | 9 | 3E | 133 | 41 | 17 |
| Octal | 142 | 25 | 131 | 0 | 117 | 11 | 76 | 463 | 101 | 27 |
| Binary | 1100010 | 10101 | 1011001 | 0 | 1001111 | 1001 | 111110 | 100110011 | 1000001 | 10111 |
Color Harmonies of #621559
Complementary color
Monochromatic Colors of #621559
Black with #621559
Text Example
Text Example
White with #621559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621559; }
p { color: rgb(98,21,89); }
H1.HeaderClassName
{
color: #621559;
}
.AnyTagClassName
{
color: #621559;
}
</style>
background-color css
<style>
a { background-color: #621559; }
a { background-color: rgb(98,21,89); }
div.DivClassName
{
background-color: #621559;
}
.BgClassName
{
background-color: #621559;
}
</style>
border-color css
<style>
span { border-color: #621559; }
span { border-color: rgb(98,21,89); }
td.TdClassName
{
border-color: #621559;
}
.TagClassName
{
border-color: #621559;
}
</style>