Shades of Palatinate Purple #621568
Tints of Palatinate Purple #621568
RGB
CMYK
RGB Variations
Color information
#621568 (or 0x621568) is known color: Palatinate Purple. HEX triplet: 62, 15 and 68. RGB value is (98,21,104). Sum of RGB (Red+Green+Blue) = 98+21+104=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #621568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621568 is #9DEA97. Grayscale: #353535. Windows color (decimal): -10349208 or 6821218. OLE color: 6821218.
HSL color Cylindrical-coordinate representation of color #621568: hue angle of 295.66º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621568 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 21 | 104 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.59 |
| HSL | 295.66º | 0.66% | 0.25% | - |
| HSV(B) | 295.66º | 0.8% | 0.41% | - |
| XYZ | 7.8 | 4.13 | 13.48 | - |
| YUV | 53.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 104 | 0.06 | 0.80 | 0 | 0.59 | 295.66 | 0.66 | 0.25 |
| Hex | 62 | 15 | 68 | 6 | 50 | 0 | 3B | 128 | 42 | 19 |
| Octal | 142 | 25 | 150 | 6 | 120 | 0 | 73 | 450 | 102 | 31 |
| Binary | 1100010 | 10101 | 1101000 | 110 | 1010000 | 0 | 111011 | 100101000 | 1000010 | 11001 |
Color Harmonies of #621568
Complementary color
Monochromatic Colors of #621568
Black with #621568
Text Example
Text Example
White with #621568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621568; }
p { color: rgb(98,21,104); }
H1.HeaderClassName
{
color: #621568;
}
.AnyTagClassName
{
color: #621568;
}
</style>
background-color css
<style>
a { background-color: #621568; }
a { background-color: rgb(98,21,104); }
div.DivClassName
{
background-color: #621568;
}
.BgClassName
{
background-color: #621568;
}
</style>
border-color css
<style>
span { border-color: #621568; }
span { border-color: rgb(98,21,104); }
td.TdClassName
{
border-color: #621568;
}
.TagClassName
{
border-color: #621568;
}
</style>