Shades of Palatinate Purple #622D59
Tints of Palatinate Purple #622D59
RGB
CMYK
RGB Variations
Color information
#622D59 (or 0x622D59) is known color: Palatinate Purple. HEX triplet: 62, 2D and 59. RGB value is (98,45,89). Sum of RGB (Red+Green+Blue) = 98+45+89=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #622D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D59 is #9DD2A6. Grayscale: #414141. Windows color (decimal): -10343079 or 5844322. OLE color: 5844322.
HSL color Cylindrical-coordinate representation of color #622D59: hue angle of 310.19º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622D59 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 89 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.62 |
| HSL | 310.19º | 0.37% | 0.28% | - |
| HSV(B) | 310.19º | 0.54% | 0.38% | - |
| XYZ | 7.78 | 5.19 | 10.04 | - |
| YUV | 65.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 89 | 0 | 0.54 | 0.09 | 0.62 | 310.19 | 0.37 | 0.28 |
| Hex | 62 | 2D | 59 | 0 | 36 | 9 | 3E | 136 | 25 | 1C |
| Octal | 142 | 55 | 131 | 0 | 66 | 11 | 76 | 466 | 45 | 34 |
| Binary | 1100010 | 101101 | 1011001 | 0 | 110110 | 1001 | 111110 | 100110110 | 100101 | 11100 |
Color Harmonies of #622D59
Complementary color
Monochromatic Colors of #622D59
Black with #622D59
Text Example
Text Example
White with #622D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D59; }
p { color: rgb(98,45,89); }
H1.HeaderClassName
{
color: #622D59;
}
.AnyTagClassName
{
color: #622D59;
}
</style>
background-color css
<style>
a { background-color: #622D59; }
a { background-color: rgb(98,45,89); }
div.DivClassName
{
background-color: #622D59;
}
.BgClassName
{
background-color: #622D59;
}
</style>
border-color css
<style>
span { border-color: #622D59; }
span { border-color: rgb(98,45,89); }
td.TdClassName
{
border-color: #622D59;
}
.TagClassName
{
border-color: #622D59;
}
</style>