Shades of Palatinate Purple #622C5D
Tints of Palatinate Purple #622C5D
RGB
CMYK
RGB Variations
Color information
#622C5D (or 0x622C5D) is known color: Palatinate Purple. HEX triplet: 62, 2C and 5D. RGB value is (98,44,93). Sum of RGB (Red+Green+Blue) = 98+44+93=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #622C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C5D is #9DD3A2. Grayscale: #414141. Windows color (decimal): -10343331 or 6106210. OLE color: 6106210.
HSL color Cylindrical-coordinate representation of color #622C5D: hue angle of 305.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #622C5D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 93 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.62 |
| HSL | 305.56º | 0.38% | 0.28% | - |
| HSV(B) | 305.56º | 0.55% | 0.38% | - |
| XYZ | 7.91 | 5.19 | 10.94 | - |
| YUV | 65.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 93 | 0 | 0.55 | 0.05 | 0.62 | 305.56 | 0.38 | 0.28 |
| Hex | 62 | 2C | 5D | 0 | 37 | 5 | 3E | 132 | 26 | 1C |
| Octal | 142 | 54 | 135 | 0 | 67 | 5 | 76 | 462 | 46 | 34 |
| Binary | 1100010 | 101100 | 1011101 | 0 | 110111 | 101 | 111110 | 100110010 | 100110 | 11100 |
Color Harmonies of #622C5D
Complementary color
Monochromatic Colors of #622C5D
Black with #622C5D
Text Example
Text Example
White with #622C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C5D; }
p { color: rgb(98,44,93); }
H1.HeaderClassName
{
color: #622C5D;
}
.AnyTagClassName
{
color: #622C5D;
}
</style>
background-color css
<style>
a { background-color: #622C5D; }
a { background-color: rgb(98,44,93); }
div.DivClassName
{
background-color: #622C5D;
}
.BgClassName
{
background-color: #622C5D;
}
</style>
border-color css
<style>
span { border-color: #622C5D; }
span { border-color: rgb(98,44,93); }
td.TdClassName
{
border-color: #622C5D;
}
.TagClassName
{
border-color: #622C5D;
}
</style>