Shades of Palatinate Purple #60285A
Tints of Palatinate Purple #60285A
RGB
CMYK
RGB Variations
Color information
#60285A (or 0x60285A) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5A. RGB value is (96,40,90). Sum of RGB (Red+Green+Blue) = 96+40+90=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285A is #9FD7A5. Grayscale: #3E3E3E. Windows color (decimal): -10475430 or 5908576. OLE color: 5908576.
HSL color Cylindrical-coordinate representation of color #60285A: hue angle of 306.43º 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 #60285A is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 90 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.62 |
| HSL | 306.43º | 0.41% | 0.27% | - |
| HSV(B) | 306.43º | 0.58% | 0.38% | - |
| XYZ | 7.43 | 4.74 | 10.2 | - |
| YUV | 62.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 90 | 0 | 0.58 | 0.06 | 0.62 | 306.43 | 0.41 | 0.27 |
| Hex | 60 | 28 | 5A | 0 | 3A | 6 | 3E | 132 | 29 | 1B |
| Octal | 140 | 50 | 132 | 0 | 72 | 6 | 76 | 462 | 51 | 33 |
| Binary | 1100000 | 101000 | 1011010 | 0 | 111010 | 110 | 111110 | 100110010 | 101001 | 11011 |
Color Harmonies of #60285A
Complementary color
Monochromatic Colors of #60285A
Black with #60285A
Text Example
Text Example
White with #60285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60285A; }
p { color: rgb(96,40,90); }
H1.HeaderClassName
{
color: #60285A;
}
.AnyTagClassName
{
color: #60285A;
}
</style>
background-color css
<style>
a { background-color: #60285A; }
a { background-color: rgb(96,40,90); }
div.DivClassName
{
background-color: #60285A;
}
.BgClassName
{
background-color: #60285A;
}
</style>
border-color css
<style>
span { border-color: #60285A; }
span { border-color: rgb(96,40,90); }
td.TdClassName
{
border-color: #60285A;
}
.TagClassName
{
border-color: #60285A;
}
</style>