Shades of Palatinate Purple #60305C
Tints of Palatinate Purple #60305C
RGB
CMYK
RGB Variations
Color information
#60305C (or 0x60305C) is known color: Palatinate Purple. HEX triplet: 60, 30 and 5C. RGB value is (96,48,92). Sum of RGB (Red+Green+Blue) = 96+48+92=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305C is #9FCFA3. Grayscale: #434343. Windows color (decimal): -10473380 or 6041696. OLE color: 6041696.
HSL color Cylindrical-coordinate representation of color #60305C: hue angle of 305º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60305C is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 92 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.62 |
| HSL | 305º | 0.33% | 0.28% | - |
| HSV(B) | 305º | 0.5% | 0.38% | - |
| XYZ | 7.81 | 5.37 | 10.75 | - |
| YUV | 67.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 92 | 0 | 0.50 | 0.04 | 0.62 | 305 | 0.33 | 0.28 |
| Hex | 60 | 30 | 5C | 0 | 32 | 4 | 3E | 131 | 21 | 1C |
| Octal | 140 | 60 | 134 | 0 | 62 | 4 | 76 | 461 | 41 | 34 |
| Binary | 1100000 | 110000 | 1011100 | 0 | 110010 | 100 | 111110 | 100110001 | 100001 | 11100 |
Color Harmonies of #60305C
Complementary color
Monochromatic Colors of #60305C
Black with #60305C
Text Example
Text Example
White with #60305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60305C; }
p { color: rgb(96,48,92); }
H1.HeaderClassName
{
color: #60305C;
}
.AnyTagClassName
{
color: #60305C;
}
</style>
background-color css
<style>
a { background-color: #60305C; }
a { background-color: rgb(96,48,92); }
div.DivClassName
{
background-color: #60305C;
}
.BgClassName
{
background-color: #60305C;
}
</style>
border-color css
<style>
span { border-color: #60305C; }
span { border-color: rgb(96,48,92); }
td.TdClassName
{
border-color: #60305C;
}
.TagClassName
{
border-color: #60305C;
}
</style>