Shades of Palatinate Purple #622C51
Tints of Palatinate Purple #622C51
RGB
CMYK
RGB Variations
Color information
#622C51 (or 0x622C51) is known color: Palatinate Purple. HEX triplet: 62, 2C and 51. RGB value is (98,44,81). Sum of RGB (Red+Green+Blue) = 98+44+81=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C51 is #9DD3AE. Grayscale: #404040. Windows color (decimal): -10343343 or 5319778. OLE color: 5319778.
HSL color Cylindrical-coordinate representation of color #622C51: hue angle of 318.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #622C51 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 81 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.62 |
| HSL | 318.89º | 0.38% | 0.28% | - |
| HSV(B) | 318.89º | 0.55% | 0.38% | - |
| XYZ | 7.42 | 4.99 | 8.36 | - |
| YUV | 64.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 81 | 0 | 0.55 | 0.17 | 0.62 | 318.89 | 0.38 | 0.28 |
| Hex | 62 | 2C | 51 | 0 | 37 | 11 | 3E | 13F | 26 | 1C |
| Octal | 142 | 54 | 121 | 0 | 67 | 21 | 76 | 477 | 46 | 34 |
| Binary | 1100010 | 101100 | 1010001 | 0 | 110111 | 10001 | 111110 | 100111111 | 100110 | 11100 |
Color Harmonies of #622C51
Complementary color
Monochromatic Colors of #622C51
Black with #622C51
Text Example
Text Example
White with #622C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C51; }
p { color: rgb(98,44,81); }
H1.HeaderClassName
{
color: #622C51;
}
.AnyTagClassName
{
color: #622C51;
}
</style>
background-color css
<style>
a { background-color: #622C51; }
a { background-color: rgb(98,44,81); }
div.DivClassName
{
background-color: #622C51;
}
.BgClassName
{
background-color: #622C51;
}
</style>
border-color css
<style>
span { border-color: #622C51; }
span { border-color: rgb(98,44,81); }
td.TdClassName
{
border-color: #622C51;
}
.TagClassName
{
border-color: #622C51;
}
</style>