Shades of Palatinate Purple #62245C
Tints of Palatinate Purple #62245C
RGB
CMYK
RGB Variations
Color information
#62245C (or 0x62245C) is known color: Palatinate Purple. HEX triplet: 62, 24 and 5C. RGB value is (98,36,92). Sum of RGB (Red+Green+Blue) = 98+36+92=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245C is #9DDBA3. Grayscale: #3C3C3C. Windows color (decimal): -10345380 or 6038626. OLE color: 6038626.
HSL color Cylindrical-coordinate representation of color #62245C: hue angle of 305.81º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62245C is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 92 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.62 |
| HSL | 305.81º | 0.46% | 0.26% | - |
| HSV(B) | 305.81º | 0.63% | 0.38% | - |
| XYZ | 7.6 | 4.63 | 10.62 | - |
| YUV | 60.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 92 | 0 | 0.63 | 0.06 | 0.62 | 305.81 | 0.46 | 0.26 |
| Hex | 62 | 24 | 5C | 0 | 3F | 6 | 3E | 132 | 2E | 1A |
| Octal | 142 | 44 | 134 | 0 | 77 | 6 | 76 | 462 | 56 | 32 |
| Binary | 1100010 | 100100 | 1011100 | 0 | 111111 | 110 | 111110 | 100110010 | 101110 | 11010 |
Color Harmonies of #62245C
Complementary color
Monochromatic Colors of #62245C
Black with #62245C
Text Example
Text Example
White with #62245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62245C; }
p { color: rgb(98,36,92); }
H1.HeaderClassName
{
color: #62245C;
}
.AnyTagClassName
{
color: #62245C;
}
</style>
background-color css
<style>
a { background-color: #62245C; }
a { background-color: rgb(98,36,92); }
div.DivClassName
{
background-color: #62245C;
}
.BgClassName
{
background-color: #62245C;
}
</style>
border-color css
<style>
span { border-color: #62245C; }
span { border-color: rgb(98,36,92); }
td.TdClassName
{
border-color: #62245C;
}
.TagClassName
{
border-color: #62245C;
}
</style>