Shades of Palatinate Purple #622C5F
Tints of Palatinate Purple #622C5F
RGB
CMYK
RGB Variations
Color information
#622C5F (or 0x622C5F) is known color: Palatinate Purple. HEX triplet: 62, 2C and 5F. RGB value is (98,44,95). Sum of RGB (Red+Green+Blue) = 98+44+95=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #622C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C5F is #9DD3A0. Grayscale: #414141. Windows color (decimal): -10343329 or 6237282. OLE color: 6237282.
HSL color Cylindrical-coordinate representation of color #622C5F: hue angle of 303.33º 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 #622C5F is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 95 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.62 |
| HSL | 303.33º | 0.38% | 0.28% | - |
| HSV(B) | 303.33º | 0.55% | 0.38% | - |
| XYZ | 8 | 5.22 | 11.41 | - |
| YUV | 65.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 95 | 0 | 0.55 | 0.03 | 0.62 | 303.33 | 0.38 | 0.28 |
| Hex | 62 | 2C | 5F | 0 | 37 | 3 | 3E | 12F | 26 | 1C |
| Octal | 142 | 54 | 137 | 0 | 67 | 3 | 76 | 457 | 46 | 34 |
| Binary | 1100010 | 101100 | 1011111 | 0 | 110111 | 11 | 111110 | 100101111 | 100110 | 11100 |
Color Harmonies of #622C5F
Complementary color
Monochromatic Colors of #622C5F
Black with #622C5F
Text Example
Text Example
White with #622C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C5F; }
p { color: rgb(98,44,95); }
H1.HeaderClassName
{
color: #622C5F;
}
.AnyTagClassName
{
color: #622C5F;
}
</style>
background-color css
<style>
a { background-color: #622C5F; }
a { background-color: rgb(98,44,95); }
div.DivClassName
{
background-color: #622C5F;
}
.BgClassName
{
background-color: #622C5F;
}
</style>
border-color css
<style>
span { border-color: #622C5F; }
span { border-color: rgb(98,44,95); }
td.TdClassName
{
border-color: #622C5F;
}
.TagClassName
{
border-color: #622C5F;
}
</style>