Shades of Palatinate Purple #60295B
Tints of Palatinate Purple #60295B
RGB
CMYK
RGB Variations
Color information
#60295B (or 0x60295B) is known color: Palatinate Purple. HEX triplet: 60, 29 and 5B. RGB value is (96,41,91). Sum of RGB (Red+Green+Blue) = 96+41+91=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295B is #9FD6A4. Grayscale: #3E3E3E. Windows color (decimal): -10475173 or 5974368. OLE color: 5974368.
HSL color Cylindrical-coordinate representation of color #60295B: hue angle of 305.45º 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 #60295B is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 91 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.62 |
| HSL | 305.45º | 0.4% | 0.27% | - |
| HSV(B) | 305.45º | 0.57% | 0.38% | - |
| XYZ | 7.51 | 4.83 | 10.43 | - |
| YUV | 63.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 91 | 0 | 0.57 | 0.05 | 0.62 | 305.45 | 0.4 | 0.27 |
| Hex | 60 | 29 | 5B | 0 | 39 | 5 | 3E | 131 | 28 | 1B |
| Octal | 140 | 51 | 133 | 0 | 71 | 5 | 76 | 461 | 50 | 33 |
| Binary | 1100000 | 101001 | 1011011 | 0 | 111001 | 101 | 111110 | 100110001 | 101000 | 11011 |
Color Harmonies of #60295B
Complementary color
Monochromatic Colors of #60295B
Black with #60295B
Text Example
Text Example
White with #60295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60295B; }
p { color: rgb(96,41,91); }
H1.HeaderClassName
{
color: #60295B;
}
.AnyTagClassName
{
color: #60295B;
}
</style>
background-color css
<style>
a { background-color: #60295B; }
a { background-color: rgb(96,41,91); }
div.DivClassName
{
background-color: #60295B;
}
.BgClassName
{
background-color: #60295B;
}
</style>
border-color css
<style>
span { border-color: #60295B; }
span { border-color: rgb(96,41,91); }
td.TdClassName
{
border-color: #60295B;
}
.TagClassName
{
border-color: #60295B;
}
</style>