Shades of Palatinate Purple #60244F
Tints of Palatinate Purple #60244F
RGB
CMYK
RGB Variations
Color information
#60244F (or 0x60244F) is known color: Palatinate Purple. HEX triplet: 60, 24 and 4F. RGB value is (96,36,79). Sum of RGB (Red+Green+Blue) = 96+36+79=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60244F is #9FDBB0. Grayscale: #3A3A3A. Windows color (decimal): -10476465 or 5186656. OLE color: 5186656.
HSL color Cylindrical-coordinate representation of color #60244F: hue angle of 317º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60244F is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 79 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.62 |
| HSL | 317º | 0.45% | 0.26% | - |
| HSV(B) | 317º | 0.63% | 0.38% | - |
| XYZ | 6.87 | 4.31 | 7.87 | - |
| YUV | 58.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 79 | 0 | 0.62 | 0.18 | 0.62 | 317 | 0.45 | 0.26 |
| Hex | 60 | 24 | 4F | 0 | 3E | 12 | 3E | 13D | 2D | 1A |
| Octal | 140 | 44 | 117 | 0 | 76 | 22 | 76 | 475 | 55 | 32 |
| Binary | 1100000 | 100100 | 1001111 | 0 | 111110 | 10010 | 111110 | 100111101 | 101101 | 11010 |
Color Harmonies of #60244F
Complementary color
Monochromatic Colors of #60244F
Black with #60244F
Text Example
Text Example
White with #60244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60244F; }
p { color: rgb(96,36,79); }
H1.HeaderClassName
{
color: #60244F;
}
.AnyTagClassName
{
color: #60244F;
}
</style>
background-color css
<style>
a { background-color: #60244F; }
a { background-color: rgb(96,36,79); }
div.DivClassName
{
background-color: #60244F;
}
.BgClassName
{
background-color: #60244F;
}
</style>
border-color css
<style>
span { border-color: #60244F; }
span { border-color: rgb(96,36,79); }
td.TdClassName
{
border-color: #60244F;
}
.TagClassName
{
border-color: #60244F;
}
</style>