Shades of Palatinate Purple #60395B
Tints of Palatinate Purple #60395B
RGB
CMYK
RGB Variations
Color information
#60395B (or 0x60395B) is known color: Palatinate Purple. HEX triplet: 60, 39 and 5B. RGB value is (96,57,91). Sum of RGB (Red+Green+Blue) = 96+57+91=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395B is #9FC6A4. Grayscale: #484848. Windows color (decimal): -10471077 or 5978464. OLE color: 5978464.
HSL color Cylindrical-coordinate representation of color #60395B: hue angle of 307.69º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60395B is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 91 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.62 |
| HSL | 307.69º | 0.25% | 0.3% | - |
| HSV(B) | 307.69º | 0.41% | 0.38% | - |
| XYZ | 8.18 | 6.17 | 10.66 | - |
| YUV | 72.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 91 | 0 | 0.41 | 0.05 | 0.62 | 307.69 | 0.25 | 0.3 |
| Hex | 60 | 39 | 5B | 0 | 29 | 5 | 3E | 134 | 19 | 1E |
| Octal | 140 | 71 | 133 | 0 | 51 | 5 | 76 | 464 | 31 | 36 |
| Binary | 1100000 | 111001 | 1011011 | 0 | 101001 | 101 | 111110 | 100110100 | 11001 | 11110 |
Color Harmonies of #60395B
Complementary color
Monochromatic Colors of #60395B
Black with #60395B
Text Example
Text Example
White with #60395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60395B; }
p { color: rgb(96,57,91); }
H1.HeaderClassName
{
color: #60395B;
}
.AnyTagClassName
{
color: #60395B;
}
</style>
background-color css
<style>
a { background-color: #60395B; }
a { background-color: rgb(96,57,91); }
div.DivClassName
{
background-color: #60395B;
}
.BgClassName
{
background-color: #60395B;
}
</style>
border-color css
<style>
span { border-color: #60395B; }
span { border-color: rgb(96,57,91); }
td.TdClassName
{
border-color: #60395B;
}
.TagClassName
{
border-color: #60395B;
}
</style>