Shades of Palatinate Purple #622F59
Tints of Palatinate Purple #622F59
RGB
CMYK
RGB Variations
Color information
#622F59 (or 0x622F59) is known color: Palatinate Purple. HEX triplet: 62, 2F and 59. RGB value is (98,47,89). Sum of RGB (Red+Green+Blue) = 98+47+89=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #622F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F59 is #9DD0A6. Grayscale: #424242. Windows color (decimal): -10342567 or 5844834. OLE color: 5844834.
HSL color Cylindrical-coordinate representation of color #622F59: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #622F59 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 89 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.62 |
| HSL | 310.59º | 0.35% | 0.28% | - |
| HSV(B) | 310.59º | 0.52% | 0.38% | - |
| XYZ | 7.86 | 5.35 | 10.07 | - |
| YUV | 67.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 89 | 0 | 0.52 | 0.09 | 0.62 | 310.59 | 0.35 | 0.28 |
| Hex | 62 | 2F | 59 | 0 | 34 | 9 | 3E | 137 | 23 | 1C |
| Octal | 142 | 57 | 131 | 0 | 64 | 11 | 76 | 467 | 43 | 34 |
| Binary | 1100010 | 101111 | 1011001 | 0 | 110100 | 1001 | 111110 | 100110111 | 100011 | 11100 |
Color Harmonies of #622F59
Complementary color
Monochromatic Colors of #622F59
Black with #622F59
Text Example
Text Example
White with #622F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F59; }
p { color: rgb(98,47,89); }
H1.HeaderClassName
{
color: #622F59;
}
.AnyTagClassName
{
color: #622F59;
}
</style>
background-color css
<style>
a { background-color: #622F59; }
a { background-color: rgb(98,47,89); }
div.DivClassName
{
background-color: #622F59;
}
.BgClassName
{
background-color: #622F59;
}
</style>
border-color css
<style>
span { border-color: #622F59; }
span { border-color: rgb(98,47,89); }
td.TdClassName
{
border-color: #622F59;
}
.TagClassName
{
border-color: #622F59;
}
</style>