Shades of Palatinate Purple #622B59
Tints of Palatinate Purple #622B59
RGB
CMYK
RGB Variations
Color information
#622B59 (or 0x622B59) is known color: Palatinate Purple. HEX triplet: 62, 2B and 59. RGB value is (98,43,89). Sum of RGB (Red+Green+Blue) = 98+43+89=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #622B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B59 is #9DD4A6. Grayscale: #404040. Windows color (decimal): -10343591 or 5843810. OLE color: 5843810.
HSL color Cylindrical-coordinate representation of color #622B59: hue angle of 309.82º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B59 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 89 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.62 |
| HSL | 309.82º | 0.39% | 0.28% | - |
| HSV(B) | 309.82º | 0.56% | 0.38% | - |
| XYZ | 7.7 | 5.05 | 10.02 | - |
| YUV | 64.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 89 | 0 | 0.56 | 0.09 | 0.62 | 309.82 | 0.39 | 0.28 |
| Hex | 62 | 2B | 59 | 0 | 38 | 9 | 3E | 136 | 27 | 1C |
| Octal | 142 | 53 | 131 | 0 | 70 | 11 | 76 | 466 | 47 | 34 |
| Binary | 1100010 | 101011 | 1011001 | 0 | 111000 | 1001 | 111110 | 100110110 | 100111 | 11100 |
Color Harmonies of #622B59
Complementary color
Monochromatic Colors of #622B59
Black with #622B59
Text Example
Text Example
White with #622B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B59; }
p { color: rgb(98,43,89); }
H1.HeaderClassName
{
color: #622B59;
}
.AnyTagClassName
{
color: #622B59;
}
</style>
background-color css
<style>
a { background-color: #622B59; }
a { background-color: rgb(98,43,89); }
div.DivClassName
{
background-color: #622B59;
}
.BgClassName
{
background-color: #622B59;
}
</style>
border-color css
<style>
span { border-color: #622B59; }
span { border-color: rgb(98,43,89); }
td.TdClassName
{
border-color: #622B59;
}
.TagClassName
{
border-color: #622B59;
}
</style>