Shades of Palatinate Purple #622256
Tints of Palatinate Purple #622256
RGB
CMYK
RGB Variations
Color information
#622256 (or 0x622256) is known color: Palatinate Purple. HEX triplet: 62, 22 and 56. RGB value is (98,34,86). Sum of RGB (Red+Green+Blue) = 98+34+86=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622256 is #9DDDA9. Grayscale: #3A3A3A. Windows color (decimal): -10345898 or 5644898. OLE color: 5644898.
HSL color Cylindrical-coordinate representation of color #622256: hue angle of 311.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622256 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 86 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.62 |
| HSL | 311.25º | 0.48% | 0.26% | - |
| HSV(B) | 311.25º | 0.65% | 0.38% | - |
| XYZ | 7.29 | 4.41 | 9.27 | - |
| YUV | 59.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 86 | 0 | 0.65 | 0.12 | 0.62 | 311.25 | 0.48 | 0.26 |
| Hex | 62 | 22 | 56 | 0 | 41 | C | 3E | 137 | 30 | 1A |
| Octal | 142 | 42 | 126 | 0 | 101 | 14 | 76 | 467 | 60 | 32 |
| Binary | 1100010 | 100010 | 1010110 | 0 | 1000001 | 1100 | 111110 | 100110111 | 110000 | 11010 |
Color Harmonies of #622256
Complementary color
Monochromatic Colors of #622256
Black with #622256
Text Example
Text Example
White with #622256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622256; }
p { color: rgb(98,34,86); }
H1.HeaderClassName
{
color: #622256;
}
.AnyTagClassName
{
color: #622256;
}
</style>
background-color css
<style>
a { background-color: #622256; }
a { background-color: rgb(98,34,86); }
div.DivClassName
{
background-color: #622256;
}
.BgClassName
{
background-color: #622256;
}
</style>
border-color css
<style>
span { border-color: #622256; }
span { border-color: rgb(98,34,86); }
td.TdClassName
{
border-color: #622256;
}
.TagClassName
{
border-color: #622256;
}
</style>