Shades of Palatinate Purple #622D52
Tints of Palatinate Purple #622D52
RGB
CMYK
RGB Variations
Color information
#622D52 (or 0x622D52) is known color: Palatinate Purple. HEX triplet: 62, 2D and 52. RGB value is (98,45,82). Sum of RGB (Red+Green+Blue) = 98+45+82=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #622D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D52 is #9DD2AD. Grayscale: #404040. Windows color (decimal): -10343086 or 5385570. OLE color: 5385570.
HSL color Cylindrical-coordinate representation of color #622D52: hue angle of 318.11º 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 #622D52 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 82 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.62 |
| HSL | 318.11º | 0.37% | 0.28% | - |
| HSV(B) | 318.11º | 0.54% | 0.38% | - |
| XYZ | 7.5 | 5.08 | 8.57 | - |
| YUV | 65.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 82 | 0 | 0.54 | 0.16 | 0.62 | 318.11 | 0.37 | 0.28 |
| Hex | 62 | 2D | 52 | 0 | 36 | 10 | 3E | 13E | 25 | 1C |
| Octal | 142 | 55 | 122 | 0 | 66 | 20 | 76 | 476 | 45 | 34 |
| Binary | 1100010 | 101101 | 1010010 | 0 | 110110 | 10000 | 111110 | 100111110 | 100101 | 11100 |
Color Harmonies of #622D52
Complementary color
Monochromatic Colors of #622D52
Black with #622D52
Text Example
Text Example
White with #622D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D52; }
p { color: rgb(98,45,82); }
H1.HeaderClassName
{
color: #622D52;
}
.AnyTagClassName
{
color: #622D52;
}
</style>
background-color css
<style>
a { background-color: #622D52; }
a { background-color: rgb(98,45,82); }
div.DivClassName
{
background-color: #622D52;
}
.BgClassName
{
background-color: #622D52;
}
</style>
border-color css
<style>
span { border-color: #622D52; }
span { border-color: rgb(98,45,82); }
td.TdClassName
{
border-color: #622D52;
}
.TagClassName
{
border-color: #622D52;
}
</style>