Shades of Palatinate Purple #622D56
Tints of Palatinate Purple #622D56
RGB
CMYK
RGB Variations
Color information
#622D56 (or 0x622D56) is known color: Palatinate Purple. HEX triplet: 62, 2D and 56. RGB value is (98,45,86). Sum of RGB (Red+Green+Blue) = 98+45+86=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #622D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D56 is #9DD2A9. Grayscale: #414141. Windows color (decimal): -10343082 or 5647714. OLE color: 5647714.
HSL color Cylindrical-coordinate representation of color #622D56: hue angle of 313.58º 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 #622D56 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 86 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.62 |
| HSL | 313.58º | 0.37% | 0.28% | - |
| HSV(B) | 313.58º | 0.54% | 0.38% | - |
| XYZ | 7.66 | 5.15 | 9.39 | - |
| YUV | 65.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 86 | 0 | 0.54 | 0.12 | 0.62 | 313.58 | 0.37 | 0.28 |
| Hex | 62 | 2D | 56 | 0 | 36 | C | 3E | 13A | 25 | 1C |
| Octal | 142 | 55 | 126 | 0 | 66 | 14 | 76 | 472 | 45 | 34 |
| Binary | 1100010 | 101101 | 1010110 | 0 | 110110 | 1100 | 111110 | 100111010 | 100101 | 11100 |
Color Harmonies of #622D56
Complementary color
Monochromatic Colors of #622D56
Black with #622D56
Text Example
Text Example
White with #622D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D56; }
p { color: rgb(98,45,86); }
H1.HeaderClassName
{
color: #622D56;
}
.AnyTagClassName
{
color: #622D56;
}
</style>
background-color css
<style>
a { background-color: #622D56; }
a { background-color: rgb(98,45,86); }
div.DivClassName
{
background-color: #622D56;
}
.BgClassName
{
background-color: #622D56;
}
</style>
border-color css
<style>
span { border-color: #622D56; }
span { border-color: rgb(98,45,86); }
td.TdClassName
{
border-color: #622D56;
}
.TagClassName
{
border-color: #622D56;
}
</style>