Shades of Palatinate Purple #60254F
Tints of Palatinate Purple #60254F
RGB
CMYK
RGB Variations
Color information
#60254F (or 0x60254F) is known color: Palatinate Purple. HEX triplet: 60, 25 and 4F. RGB value is (96,37,79). Sum of RGB (Red+Green+Blue) = 96+37+79=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60254F is #9FDAB0. Grayscale: #3B3B3B. Windows color (decimal): -10476209 or 5186912. OLE color: 5186912.
HSL color Cylindrical-coordinate representation of color #60254F: hue angle of 317.29º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60254F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 79 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.62 |
| HSL | 317.29º | 0.44% | 0.26% | - |
| HSV(B) | 317.29º | 0.61% | 0.38% | - |
| XYZ | 6.9 | 4.37 | 7.88 | - |
| YUV | 59.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 79 | 0 | 0.61 | 0.18 | 0.62 | 317.29 | 0.44 | 0.26 |
| Hex | 60 | 25 | 4F | 0 | 3D | 12 | 3E | 13D | 2C | 1A |
| Octal | 140 | 45 | 117 | 0 | 75 | 22 | 76 | 475 | 54 | 32 |
| Binary | 1100000 | 100101 | 1001111 | 0 | 111101 | 10010 | 111110 | 100111101 | 101100 | 11010 |
Color Harmonies of #60254F
Complementary color
Monochromatic Colors of #60254F
Black with #60254F
Text Example
Text Example
White with #60254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60254F; }
p { color: rgb(96,37,79); }
H1.HeaderClassName
{
color: #60254F;
}
.AnyTagClassName
{
color: #60254F;
}
</style>
background-color css
<style>
a { background-color: #60254F; }
a { background-color: rgb(96,37,79); }
div.DivClassName
{
background-color: #60254F;
}
.BgClassName
{
background-color: #60254F;
}
</style>
border-color css
<style>
span { border-color: #60254F; }
span { border-color: rgb(96,37,79); }
td.TdClassName
{
border-color: #60254F;
}
.TagClassName
{
border-color: #60254F;
}
</style>