Shades of Palatinate Purple #622E53
Tints of Palatinate Purple #622E53
RGB
CMYK
RGB Variations
Color information
#622E53 (or 0x622E53) is known color: Palatinate Purple. HEX triplet: 62, 2E and 53. RGB value is (98,46,83). Sum of RGB (Red+Green+Blue) = 98+46+83=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #622E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E53 is #9DD1AC. Grayscale: #414141. Windows color (decimal): -10342829 or 5451362. OLE color: 5451362.
HSL color Cylindrical-coordinate representation of color #622E53: hue angle of 317.31º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E53 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 83 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.62 |
| HSL | 317.31º | 0.36% | 0.28% | - |
| HSV(B) | 317.31º | 0.53% | 0.38% | - |
| XYZ | 7.58 | 5.18 | 8.78 | - |
| YUV | 65.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 83 | 0 | 0.53 | 0.15 | 0.62 | 317.31 | 0.36 | 0.28 |
| Hex | 62 | 2E | 53 | 0 | 35 | F | 3E | 13D | 24 | 1C |
| Octal | 142 | 56 | 123 | 0 | 65 | 17 | 76 | 475 | 44 | 34 |
| Binary | 1100010 | 101110 | 1010011 | 0 | 110101 | 1111 | 111110 | 100111101 | 100100 | 11100 |
Color Harmonies of #622E53
Complementary color
Monochromatic Colors of #622E53
Black with #622E53
Text Example
Text Example
White with #622E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E53; }
p { color: rgb(98,46,83); }
H1.HeaderClassName
{
color: #622E53;
}
.AnyTagClassName
{
color: #622E53;
}
</style>
background-color css
<style>
a { background-color: #622E53; }
a { background-color: rgb(98,46,83); }
div.DivClassName
{
background-color: #622E53;
}
.BgClassName
{
background-color: #622E53;
}
</style>
border-color css
<style>
span { border-color: #622E53; }
span { border-color: rgb(98,46,83); }
td.TdClassName
{
border-color: #622E53;
}
.TagClassName
{
border-color: #622E53;
}
</style>