Shades of Palatinate Purple #621A56
Tints of Palatinate Purple #621A56
RGB
CMYK
RGB Variations
Color information
#621A56 (or 0x621A56) is known color: Palatinate Purple. HEX triplet: 62, 1A and 56. RGB value is (98,26,86). Sum of RGB (Red+Green+Blue) = 98+26+86=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #621A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A56 is #9DE5A9. Grayscale: #363636. Windows color (decimal): -10347946 or 5642850. OLE color: 5642850.
HSL color Cylindrical-coordinate representation of color #621A56: hue angle of 310º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A56 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 86 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.62 |
| HSL | 310º | 0.58% | 0.24% | - |
| HSV(B) | 310º | 0.73% | 0.38% | - |
| XYZ | 7.09 | 4.01 | 9.2 | - |
| YUV | 54.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 86 | 0 | 0.73 | 0.12 | 0.62 | 310 | 0.58 | 0.24 |
| Hex | 62 | 1A | 56 | 0 | 49 | C | 3E | 136 | 3A | 18 |
| Octal | 142 | 32 | 126 | 0 | 111 | 14 | 76 | 466 | 72 | 30 |
| Binary | 1100010 | 11010 | 1010110 | 0 | 1001001 | 1100 | 111110 | 100110110 | 111010 | 11000 |
Color Harmonies of #621A56
Complementary color
Monochromatic Colors of #621A56
Black with #621A56
Text Example
Text Example
White with #621A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A56; }
p { color: rgb(98,26,86); }
H1.HeaderClassName
{
color: #621A56;
}
.AnyTagClassName
{
color: #621A56;
}
</style>
background-color css
<style>
a { background-color: #621A56; }
a { background-color: rgb(98,26,86); }
div.DivClassName
{
background-color: #621A56;
}
.BgClassName
{
background-color: #621A56;
}
</style>
border-color css
<style>
span { border-color: #621A56; }
span { border-color: rgb(98,26,86); }
td.TdClassName
{
border-color: #621A56;
}
.TagClassName
{
border-color: #621A56;
}
</style>