Shades of Palatinate Purple #621655
Tints of Palatinate Purple #621655
RGB
CMYK
RGB Variations
Color information
#621655 (or 0x621655) is known color: Palatinate Purple. HEX triplet: 62, 16 and 55. RGB value is (98,22,85). Sum of RGB (Red+Green+Blue) = 98+22+85=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621655 is #9DE9AA. Grayscale: #333333. Windows color (decimal): -10348971 or 5576290. OLE color: 5576290.
HSL color Cylindrical-coordinate representation of color #621655: hue angle of 310.26º 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 #621655 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 85 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.62 |
| HSL | 310.26º | 0.63% | 0.24% | - |
| HSV(B) | 310.26º | 0.78% | 0.38% | - |
| XYZ | 6.96 | 3.83 | 8.97 | - |
| YUV | 51.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 85 | 0 | 0.78 | 0.13 | 0.62 | 310.26 | 0.63 | 0.24 |
| Hex | 62 | 16 | 55 | 0 | 4E | D | 3E | 136 | 3F | 18 |
| Octal | 142 | 26 | 125 | 0 | 116 | 15 | 76 | 466 | 77 | 30 |
| Binary | 1100010 | 10110 | 1010101 | 0 | 1001110 | 1101 | 111110 | 100110110 | 111111 | 11000 |
Color Harmonies of #621655
Complementary color
Monochromatic Colors of #621655
Black with #621655
Text Example
Text Example
White with #621655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621655; }
p { color: rgb(98,22,85); }
H1.HeaderClassName
{
color: #621655;
}
.AnyTagClassName
{
color: #621655;
}
</style>
background-color css
<style>
a { background-color: #621655; }
a { background-color: rgb(98,22,85); }
div.DivClassName
{
background-color: #621655;
}
.BgClassName
{
background-color: #621655;
}
</style>
border-color css
<style>
span { border-color: #621655; }
span { border-color: rgb(98,22,85); }
td.TdClassName
{
border-color: #621655;
}
.TagClassName
{
border-color: #621655;
}
</style>