Shades of Palatinate Purple #60285C
Tints of Palatinate Purple #60285C
RGB
CMYK
RGB Variations
Color information
#60285C (or 0x60285C) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5C. RGB value is (96,40,92). Sum of RGB (Red+Green+Blue) = 96+40+92=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285C is #9FD7A3. Grayscale: #3E3E3E. Windows color (decimal): -10475428 or 6039648. OLE color: 6039648.
HSL color Cylindrical-coordinate representation of color #60285C: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60285C is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 92 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.62 |
| HSL | 304.29º | 0.41% | 0.27% | - |
| HSV(B) | 304.29º | 0.58% | 0.38% | - |
| XYZ | 7.51 | 4.78 | 10.65 | - |
| YUV | 62.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 92 | 0 | 0.58 | 0.04 | 0.62 | 304.29 | 0.41 | 0.27 |
| Hex | 60 | 28 | 5C | 0 | 3A | 4 | 3E | 130 | 29 | 1B |
| Octal | 140 | 50 | 134 | 0 | 72 | 4 | 76 | 460 | 51 | 33 |
| Binary | 1100000 | 101000 | 1011100 | 0 | 111010 | 100 | 111110 | 100110000 | 101001 | 11011 |
Color Harmonies of #60285C
Complementary color
Monochromatic Colors of #60285C
Black with #60285C
Text Example
Text Example
White with #60285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60285C; }
p { color: rgb(96,40,92); }
H1.HeaderClassName
{
color: #60285C;
}
.AnyTagClassName
{
color: #60285C;
}
</style>
background-color css
<style>
a { background-color: #60285C; }
a { background-color: rgb(96,40,92); }
div.DivClassName
{
background-color: #60285C;
}
.BgClassName
{
background-color: #60285C;
}
</style>
border-color css
<style>
span { border-color: #60285C; }
span { border-color: rgb(96,40,92); }
td.TdClassName
{
border-color: #60285C;
}
.TagClassName
{
border-color: #60285C;
}
</style>