Shades of Palatinate Purple #60335E
Tints of Palatinate Purple #60335E
RGB
CMYK
RGB Variations
Color information
#60335E (or 0x60335E) is known color: Palatinate Purple. HEX triplet: 60, 33 and 5E. RGB value is (96,51,94). Sum of RGB (Red+Green+Blue) = 96+51+94=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60335E is #9FCCA1. Grayscale: #454545. Windows color (decimal): -10472610 or 6173536. OLE color: 6173536.
HSL color Cylindrical-coordinate representation of color #60335E: hue angle of 302.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60335E is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 94 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.62 |
| HSL | 302.67º | 0.31% | 0.29% | - |
| HSV(B) | 302.67º | 0.47% | 0.38% | - |
| XYZ | 8.03 | 5.66 | 11.26 | - |
| YUV | 69.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 94 | 0 | 0.47 | 0.02 | 0.62 | 302.67 | 0.31 | 0.29 |
| Hex | 60 | 33 | 5E | 0 | 2F | 2 | 3E | 12F | 1F | 1D |
| Octal | 140 | 63 | 136 | 0 | 57 | 2 | 76 | 457 | 37 | 35 |
| Binary | 1100000 | 110011 | 1011110 | 0 | 101111 | 10 | 111110 | 100101111 | 11111 | 11101 |
Color Harmonies of #60335E
Complementary color
Monochromatic Colors of #60335E
Black with #60335E
Text Example
Text Example
White with #60335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60335E; }
p { color: rgb(96,51,94); }
H1.HeaderClassName
{
color: #60335E;
}
.AnyTagClassName
{
color: #60335E;
}
</style>
background-color css
<style>
a { background-color: #60335E; }
a { background-color: rgb(96,51,94); }
div.DivClassName
{
background-color: #60335E;
}
.BgClassName
{
background-color: #60335E;
}
</style>
border-color css
<style>
span { border-color: #60335E; }
span { border-color: rgb(96,51,94); }
td.TdClassName
{
border-color: #60335E;
}
.TagClassName
{
border-color: #60335E;
}
</style>