Shades of Palatinate Purple #621652
Tints of Palatinate Purple #621652
RGB
CMYK
RGB Variations
Color information
#621652 (or 0x621652) is known color: Palatinate Purple. HEX triplet: 62, 16 and 52. RGB value is (98,22,82). Sum of RGB (Red+Green+Blue) = 98+22+82=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621652 is #9DE9AD. Grayscale: #333333. Windows color (decimal): -10348974 or 5379682. OLE color: 5379682.
HSL color Cylindrical-coordinate representation of color #621652: hue angle of 312.63º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621652 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 82 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.62 |
| HSL | 312.63º | 0.63% | 0.24% | - |
| HSV(B) | 312.63º | 0.78% | 0.38% | - |
| XYZ | 6.85 | 3.78 | 8.35 | - |
| YUV | 51.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 82 | 0 | 0.78 | 0.16 | 0.62 | 312.63 | 0.63 | 0.24 |
| Hex | 62 | 16 | 52 | 0 | 4E | 10 | 3E | 139 | 3F | 18 |
| Octal | 142 | 26 | 122 | 0 | 116 | 20 | 76 | 471 | 77 | 30 |
| Binary | 1100010 | 10110 | 1010010 | 0 | 1001110 | 10000 | 111110 | 100111001 | 111111 | 11000 |
Color Harmonies of #621652
Complementary color
Monochromatic Colors of #621652
Black with #621652
Text Example
Text Example
White with #621652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621652; }
p { color: rgb(98,22,82); }
H1.HeaderClassName
{
color: #621652;
}
.AnyTagClassName
{
color: #621652;
}
</style>
background-color css
<style>
a { background-color: #621652; }
a { background-color: rgb(98,22,82); }
div.DivClassName
{
background-color: #621652;
}
.BgClassName
{
background-color: #621652;
}
</style>
border-color css
<style>
span { border-color: #621652; }
span { border-color: rgb(98,22,82); }
td.TdClassName
{
border-color: #621652;
}
.TagClassName
{
border-color: #621652;
}
</style>