Shades of Palatinate Purple #60365E
Tints of Palatinate Purple #60365E
RGB
CMYK
RGB Variations
Color information
#60365E (or 0x60365E) is known color: Palatinate Purple. HEX triplet: 60, 36 and 5E. RGB value is (96,54,94). Sum of RGB (Red+Green+Blue) = 96+54+94=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365E is #9FC9A1. Grayscale: #474747. Windows color (decimal): -10471842 or 6174304. OLE color: 6174304.
HSL color Cylindrical-coordinate representation of color #60365E: hue angle of 302.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60365E is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 94 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.62 |
| HSL | 302.86º | 0.28% | 0.29% | - |
| HSV(B) | 302.86º | 0.44% | 0.38% | - |
| XYZ | 8.16 | 5.93 | 11.3 | - |
| YUV | 71.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 94 | 0 | 0.44 | 0.02 | 0.62 | 302.86 | 0.28 | 0.29 |
| Hex | 60 | 36 | 5E | 0 | 2C | 2 | 3E | 12F | 1C | 1D |
| Octal | 140 | 66 | 136 | 0 | 54 | 2 | 76 | 457 | 34 | 35 |
| Binary | 1100000 | 110110 | 1011110 | 0 | 101100 | 10 | 111110 | 100101111 | 11100 | 11101 |
Color Harmonies of #60365E
Complementary color
Monochromatic Colors of #60365E
Black with #60365E
Text Example
Text Example
White with #60365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60365E; }
p { color: rgb(96,54,94); }
H1.HeaderClassName
{
color: #60365E;
}
.AnyTagClassName
{
color: #60365E;
}
</style>
background-color css
<style>
a { background-color: #60365E; }
a { background-color: rgb(96,54,94); }
div.DivClassName
{
background-color: #60365E;
}
.BgClassName
{
background-color: #60365E;
}
</style>
border-color css
<style>
span { border-color: #60365E; }
span { border-color: rgb(96,54,94); }
td.TdClassName
{
border-color: #60365E;
}
.TagClassName
{
border-color: #60365E;
}
</style>