Shades of Palatinate Purple #622D5E
Tints of Palatinate Purple #622D5E
RGB
CMYK
RGB Variations
Color information
#622D5E (or 0x622D5E) is known color: Palatinate Purple. HEX triplet: 62, 2D and 5E. RGB value is (98,45,94). Sum of RGB (Red+Green+Blue) = 98+45+94=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #622D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D5E is #9DD2A1. Grayscale: #424242. Windows color (decimal): -10343074 or 6172002. OLE color: 6172002.
HSL color Cylindrical-coordinate representation of color #622D5E: hue angle of 304.53º 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 #622D5E is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 94 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.62 |
| HSL | 304.53º | 0.37% | 0.28% | - |
| HSV(B) | 304.53º | 0.54% | 0.38% | - |
| XYZ | 8 | 5.28 | 11.19 | - |
| YUV | 66.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 94 | 0 | 0.54 | 0.04 | 0.62 | 304.53 | 0.37 | 0.28 |
| Hex | 62 | 2D | 5E | 0 | 36 | 4 | 3E | 131 | 25 | 1C |
| Octal | 142 | 55 | 136 | 0 | 66 | 4 | 76 | 461 | 45 | 34 |
| Binary | 1100010 | 101101 | 1011110 | 0 | 110110 | 100 | 111110 | 100110001 | 100101 | 11100 |
Color Harmonies of #622D5E
Complementary color
Monochromatic Colors of #622D5E
Black with #622D5E
Text Example
Text Example
White with #622D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D5E; }
p { color: rgb(98,45,94); }
H1.HeaderClassName
{
color: #622D5E;
}
.AnyTagClassName
{
color: #622D5E;
}
</style>
background-color css
<style>
a { background-color: #622D5E; }
a { background-color: rgb(98,45,94); }
div.DivClassName
{
background-color: #622D5E;
}
.BgClassName
{
background-color: #622D5E;
}
</style>
border-color css
<style>
span { border-color: #622D5E; }
span { border-color: rgb(98,45,94); }
td.TdClassName
{
border-color: #622D5E;
}
.TagClassName
{
border-color: #622D5E;
}
</style>