Shades of Palatinate Purple #60285B
Tints of Palatinate Purple #60285B
RGB
CMYK
RGB Variations
Color information
#60285B (or 0x60285B) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5B. RGB value is (96,40,91). Sum of RGB (Red+Green+Blue) = 96+40+91=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285B is #9FD7A4. Grayscale: #3E3E3E. Windows color (decimal): -10475429 or 5974112. OLE color: 5974112.
HSL color Cylindrical-coordinate representation of color #60285B: hue angle of 305.36º 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 #60285B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 91 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.62 |
| HSL | 305.36º | 0.41% | 0.27% | - |
| HSV(B) | 305.36º | 0.58% | 0.38% | - |
| XYZ | 7.47 | 4.76 | 10.42 | - |
| YUV | 62.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 91 | 0 | 0.58 | 0.05 | 0.62 | 305.36 | 0.41 | 0.27 |
| Hex | 60 | 28 | 5B | 0 | 3A | 5 | 3E | 131 | 29 | 1B |
| Octal | 140 | 50 | 133 | 0 | 72 | 5 | 76 | 461 | 51 | 33 |
| Binary | 1100000 | 101000 | 1011011 | 0 | 111010 | 101 | 111110 | 100110001 | 101001 | 11011 |
Color Harmonies of #60285B
Complementary color
Monochromatic Colors of #60285B
Black with #60285B
Text Example
Text Example
White with #60285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60285B; }
p { color: rgb(96,40,91); }
H1.HeaderClassName
{
color: #60285B;
}
.AnyTagClassName
{
color: #60285B;
}
</style>
background-color css
<style>
a { background-color: #60285B; }
a { background-color: rgb(96,40,91); }
div.DivClassName
{
background-color: #60285B;
}
.BgClassName
{
background-color: #60285B;
}
</style>
border-color css
<style>
span { border-color: #60285B; }
span { border-color: rgb(96,40,91); }
td.TdClassName
{
border-color: #60285B;
}
.TagClassName
{
border-color: #60285B;
}
</style>