Shades of Palatinate Purple #622B54
Tints of Palatinate Purple #622B54
RGB
CMYK
RGB Variations
Color information
#622B54 (or 0x622B54) is known color: Palatinate Purple. HEX triplet: 62, 2B and 54. RGB value is (98,43,84). Sum of RGB (Red+Green+Blue) = 98+43+84=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #622B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B54 is #9DD4AB. Grayscale: #404040. Windows color (decimal): -10343596 or 5516130. OLE color: 5516130.
HSL color Cylindrical-coordinate representation of color #622B54: hue angle of 315.27º 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 #622B54 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 84 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.62 |
| HSL | 315.27º | 0.39% | 0.28% | - |
| HSV(B) | 315.27º | 0.56% | 0.38% | - |
| XYZ | 7.5 | 4.96 | 8.95 | - |
| YUV | 64.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 84 | 0 | 0.56 | 0.14 | 0.62 | 315.27 | 0.39 | 0.28 |
| Hex | 62 | 2B | 54 | 0 | 38 | E | 3E | 13B | 27 | 1C |
| Octal | 142 | 53 | 124 | 0 | 70 | 16 | 76 | 473 | 47 | 34 |
| Binary | 1100010 | 101011 | 1010100 | 0 | 111000 | 1110 | 111110 | 100111011 | 100111 | 11100 |
Color Harmonies of #622B54
Complementary color
Monochromatic Colors of #622B54
Black with #622B54
Text Example
Text Example
White with #622B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B54; }
p { color: rgb(98,43,84); }
H1.HeaderClassName
{
color: #622B54;
}
.AnyTagClassName
{
color: #622B54;
}
</style>
background-color css
<style>
a { background-color: #622B54; }
a { background-color: rgb(98,43,84); }
div.DivClassName
{
background-color: #622B54;
}
.BgClassName
{
background-color: #622B54;
}
</style>
border-color css
<style>
span { border-color: #622B54; }
span { border-color: rgb(98,43,84); }
td.TdClassName
{
border-color: #622B54;
}
.TagClassName
{
border-color: #622B54;
}
</style>