Shades of Palatinate Purple #60355A
Tints of Palatinate Purple #60355A
RGB
CMYK
RGB Variations
Color information
#60355A (or 0x60355A) is known color: Palatinate Purple. HEX triplet: 60, 35 and 5A. RGB value is (96,53,90). Sum of RGB (Red+Green+Blue) = 96+53+90=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60355A is #9FCAA5. Grayscale: #454545. Windows color (decimal): -10472102 or 5911904. OLE color: 5911904.
HSL color Cylindrical-coordinate representation of color #60355A: hue angle of 308.37º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60355A is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 90 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.62 |
| HSL | 308.37º | 0.29% | 0.29% | - |
| HSV(B) | 308.37º | 0.45% | 0.38% | - |
| XYZ | 7.94 | 5.77 | 10.37 | - |
| YUV | 70.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 90 | 0 | 0.45 | 0.06 | 0.62 | 308.37 | 0.29 | 0.29 |
| Hex | 60 | 35 | 5A | 0 | 2D | 6 | 3E | 134 | 1D | 1D |
| Octal | 140 | 65 | 132 | 0 | 55 | 6 | 76 | 464 | 35 | 35 |
| Binary | 1100000 | 110101 | 1011010 | 0 | 101101 | 110 | 111110 | 100110100 | 11101 | 11101 |
Color Harmonies of #60355A
Complementary color
Monochromatic Colors of #60355A
Black with #60355A
Text Example
Text Example
White with #60355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60355A; }
p { color: rgb(96,53,90); }
H1.HeaderClassName
{
color: #60355A;
}
.AnyTagClassName
{
color: #60355A;
}
</style>
background-color css
<style>
a { background-color: #60355A; }
a { background-color: rgb(96,53,90); }
div.DivClassName
{
background-color: #60355A;
}
.BgClassName
{
background-color: #60355A;
}
</style>
border-color css
<style>
span { border-color: #60355A; }
span { border-color: rgb(96,53,90); }
td.TdClassName
{
border-color: #60355A;
}
.TagClassName
{
border-color: #60355A;
}
</style>