Shades of Palatinate Purple #60365A
Tints of Palatinate Purple #60365A
RGB
CMYK
RGB Variations
Color information
#60365A (or 0x60365A) is known color: Palatinate Purple. HEX triplet: 60, 36 and 5A. RGB value is (96,54,90). Sum of RGB (Red+Green+Blue) = 96+54+90=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365A is #9FC9A5. Grayscale: #464646. Windows color (decimal): -10471846 or 5912160. OLE color: 5912160.
HSL color Cylindrical-coordinate representation of color #60365A: hue angle of 308.57º 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 #60365A is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 90 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.62 |
| HSL | 308.57º | 0.28% | 0.29% | - |
| HSV(B) | 308.57º | 0.44% | 0.38% | - |
| XYZ | 7.99 | 5.86 | 10.38 | - |
| YUV | 70.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 90 | 0 | 0.44 | 0.06 | 0.62 | 308.57 | 0.28 | 0.29 |
| Hex | 60 | 36 | 5A | 0 | 2C | 6 | 3E | 135 | 1C | 1D |
| Octal | 140 | 66 | 132 | 0 | 54 | 6 | 76 | 465 | 34 | 35 |
| Binary | 1100000 | 110110 | 1011010 | 0 | 101100 | 110 | 111110 | 100110101 | 11100 | 11101 |
Color Harmonies of #60365A
Complementary color
Monochromatic Colors of #60365A
Black with #60365A
Text Example
Text Example
White with #60365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60365A; }
p { color: rgb(96,54,90); }
H1.HeaderClassName
{
color: #60365A;
}
.AnyTagClassName
{
color: #60365A;
}
</style>
background-color css
<style>
a { background-color: #60365A; }
a { background-color: rgb(96,54,90); }
div.DivClassName
{
background-color: #60365A;
}
.BgClassName
{
background-color: #60365A;
}
</style>
border-color css
<style>
span { border-color: #60365A; }
span { border-color: rgb(96,54,90); }
td.TdClassName
{
border-color: #60365A;
}
.TagClassName
{
border-color: #60365A;
}
</style>