Shades of Palatinate Purple #60245E
Tints of Palatinate Purple #60245E
RGB
CMYK
RGB Variations
Color information
#60245E (or 0x60245E) is known color: Palatinate Purple. HEX triplet: 60, 24 and 5E. RGB value is (96,36,94). Sum of RGB (Red+Green+Blue) = 96+36+94=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60245E is #9FDBA1. Grayscale: #3C3C3C. Windows color (decimal): -10476450 or 6169696. OLE color: 6169696.
HSL color Cylindrical-coordinate representation of color #60245E: hue angle of 302º 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 #60245E is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 94 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.62 |
| HSL | 302º | 0.45% | 0.26% | - |
| HSV(B) | 302º | 0.63% | 0.38% | - |
| XYZ | 7.48 | 4.56 | 11.08 | - |
| YUV | 60.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 94 | 0 | 0.62 | 0.02 | 0.62 | 302 | 0.45 | 0.26 |
| Hex | 60 | 24 | 5E | 0 | 3E | 2 | 3E | 12E | 2D | 1A |
| Octal | 140 | 44 | 136 | 0 | 76 | 2 | 76 | 456 | 55 | 32 |
| Binary | 1100000 | 100100 | 1011110 | 0 | 111110 | 10 | 111110 | 100101110 | 101101 | 11010 |
Color Harmonies of #60245E
Complementary color
Monochromatic Colors of #60245E
Black with #60245E
Text Example
Text Example
White with #60245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60245E; }
p { color: rgb(96,36,94); }
H1.HeaderClassName
{
color: #60245E;
}
.AnyTagClassName
{
color: #60245E;
}
</style>
background-color css
<style>
a { background-color: #60245E; }
a { background-color: rgb(96,36,94); }
div.DivClassName
{
background-color: #60245E;
}
.BgClassName
{
background-color: #60245E;
}
</style>
border-color css
<style>
span { border-color: #60245E; }
span { border-color: rgb(96,36,94); }
td.TdClassName
{
border-color: #60245E;
}
.TagClassName
{
border-color: #60245E;
}
</style>