Shades of Palatinate Purple #622851
Tints of Palatinate Purple #622851
RGB
CMYK
RGB Variations
Color information
#622851 (or 0x622851) is known color: Palatinate Purple. HEX triplet: 62, 28 and 51. RGB value is (98,40,81). Sum of RGB (Red+Green+Blue) = 98+40+81=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #622851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622851 is #9DD7AE. Grayscale: #3D3D3D. Windows color (decimal): -10344367 or 5318754. OLE color: 5318754.
HSL color Cylindrical-coordinate representation of color #622851: hue angle of 317.59º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #622851 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 81 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.62 |
| HSL | 317.59º | 0.42% | 0.27% | - |
| HSV(B) | 317.59º | 0.59% | 0.38% | - |
| XYZ | 7.28 | 4.71 | 8.31 | - |
| YUV | 62.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 81 | 0 | 0.59 | 0.17 | 0.62 | 317.59 | 0.42 | 0.27 |
| Hex | 62 | 28 | 51 | 0 | 3B | 11 | 3E | 13E | 2A | 1B |
| Octal | 142 | 50 | 121 | 0 | 73 | 21 | 76 | 476 | 52 | 33 |
| Binary | 1100010 | 101000 | 1010001 | 0 | 111011 | 10001 | 111110 | 100111110 | 101010 | 11011 |
Color Harmonies of #622851
Complementary color
Monochromatic Colors of #622851
Black with #622851
Text Example
Text Example
White with #622851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622851; }
p { color: rgb(98,40,81); }
H1.HeaderClassName
{
color: #622851;
}
.AnyTagClassName
{
color: #622851;
}
</style>
background-color css
<style>
a { background-color: #622851; }
a { background-color: rgb(98,40,81); }
div.DivClassName
{
background-color: #622851;
}
.BgClassName
{
background-color: #622851;
}
</style>
border-color css
<style>
span { border-color: #622851; }
span { border-color: rgb(98,40,81); }
td.TdClassName
{
border-color: #622851;
}
.TagClassName
{
border-color: #622851;
}
</style>