Shades of Palatinate Purple #62225B
Tints of Palatinate Purple #62225B
RGB
CMYK
RGB Variations
Color information
#62225B (or 0x62225B) is known color: Palatinate Purple. HEX triplet: 62, 22 and 5B. RGB value is (98,34,91). Sum of RGB (Red+Green+Blue) = 98+34+91=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62225B is #9DDDA4. Grayscale: #3B3B3B. Windows color (decimal): -10345893 or 5972578. OLE color: 5972578.
HSL color Cylindrical-coordinate representation of color #62225B: hue angle of 306.56º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62225B is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 91 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.62 |
| HSL | 306.56º | 0.48% | 0.26% | - |
| HSV(B) | 306.56º | 0.65% | 0.38% | - |
| XYZ | 7.5 | 4.5 | 10.37 | - |
| YUV | 59.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 91 | 0 | 0.65 | 0.07 | 0.62 | 306.56 | 0.48 | 0.26 |
| Hex | 62 | 22 | 5B | 0 | 41 | 7 | 3E | 133 | 30 | 1A |
| Octal | 142 | 42 | 133 | 0 | 101 | 7 | 76 | 463 | 60 | 32 |
| Binary | 1100010 | 100010 | 1011011 | 0 | 1000001 | 111 | 111110 | 100110011 | 110000 | 11010 |
Color Harmonies of #62225B
Complementary color
Monochromatic Colors of #62225B
Black with #62225B
Text Example
Text Example
White with #62225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62225B; }
p { color: rgb(98,34,91); }
H1.HeaderClassName
{
color: #62225B;
}
.AnyTagClassName
{
color: #62225B;
}
</style>
background-color css
<style>
a { background-color: #62225B; }
a { background-color: rgb(98,34,91); }
div.DivClassName
{
background-color: #62225B;
}
.BgClassName
{
background-color: #62225B;
}
</style>
border-color css
<style>
span { border-color: #62225B; }
span { border-color: rgb(98,34,91); }
td.TdClassName
{
border-color: #62225B;
}
.TagClassName
{
border-color: #62225B;
}
</style>