Shades of Palatinate Purple #60295C
Tints of Palatinate Purple #60295C
RGB
CMYK
RGB Variations
Color information
#60295C (or 0x60295C) is known color: Palatinate Purple. HEX triplet: 60, 29 and 5C. RGB value is (96,41,92). Sum of RGB (Red+Green+Blue) = 96+41+92=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295C is #9FD6A3. Grayscale: #3F3F3F. Windows color (decimal): -10475172 or 6039904. OLE color: 6039904.
HSL color Cylindrical-coordinate representation of color #60295C: hue angle of 304.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60295C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 92 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.62 |
| HSL | 304.36º | 0.4% | 0.27% | - |
| HSV(B) | 304.36º | 0.57% | 0.38% | - |
| XYZ | 7.55 | 4.85 | 10.66 | - |
| YUV | 63.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 92 | 0 | 0.57 | 0.04 | 0.62 | 304.36 | 0.4 | 0.27 |
| Hex | 60 | 29 | 5C | 0 | 39 | 4 | 3E | 130 | 28 | 1B |
| Octal | 140 | 51 | 134 | 0 | 71 | 4 | 76 | 460 | 50 | 33 |
| Binary | 1100000 | 101001 | 1011100 | 0 | 111001 | 100 | 111110 | 100110000 | 101000 | 11011 |
Color Harmonies of #60295C
Complementary color
Monochromatic Colors of #60295C
Black with #60295C
Text Example
Text Example
White with #60295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60295C; }
p { color: rgb(96,41,92); }
H1.HeaderClassName
{
color: #60295C;
}
.AnyTagClassName
{
color: #60295C;
}
</style>
background-color css
<style>
a { background-color: #60295C; }
a { background-color: rgb(96,41,92); }
div.DivClassName
{
background-color: #60295C;
}
.BgClassName
{
background-color: #60295C;
}
</style>
border-color css
<style>
span { border-color: #60295C; }
span { border-color: rgb(96,41,92); }
td.TdClassName
{
border-color: #60295C;
}
.TagClassName
{
border-color: #60295C;
}
</style>