Shades of Palatinate Purple #60145A
Tints of Palatinate Purple #60145A
RGB
CMYK
RGB Variations
Color information
#60145A (or 0x60145A) is known color: Palatinate Purple. HEX triplet: 60, 14 and 5A. RGB value is (96,20,90). Sum of RGB (Red+Green+Blue) = 96+20+90=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145A is #9FEBA5. Grayscale: #323232. Windows color (decimal): -10480550 or 5903456. OLE color: 5903456.
HSL color Cylindrical-coordinate representation of color #60145A: hue angle of 304.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60145A is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 90 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.62 |
| HSL | 304.74º | 0.66% | 0.23% | - |
| HSV(B) | 304.74º | 0.79% | 0.38% | - |
| XYZ | 6.92 | 3.73 | 10.03 | - |
| YUV | 50.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 90 | 0 | 0.79 | 0.06 | 0.62 | 304.74 | 0.66 | 0.23 |
| Hex | 60 | 14 | 5A | 0 | 4F | 6 | 3E | 131 | 42 | 17 |
| Octal | 140 | 24 | 132 | 0 | 117 | 6 | 76 | 461 | 102 | 27 |
| Binary | 1100000 | 10100 | 1011010 | 0 | 1001111 | 110 | 111110 | 100110001 | 1000010 | 10111 |
Color Harmonies of #60145A
Complementary color
Monochromatic Colors of #60145A
Black with #60145A
Text Example
Text Example
White with #60145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60145A; }
p { color: rgb(96,20,90); }
H1.HeaderClassName
{
color: #60145A;
}
.AnyTagClassName
{
color: #60145A;
}
</style>
background-color css
<style>
a { background-color: #60145A; }
a { background-color: rgb(96,20,90); }
div.DivClassName
{
background-color: #60145A;
}
.BgClassName
{
background-color: #60145A;
}
</style>
border-color css
<style>
span { border-color: #60145A; }
span { border-color: rgb(96,20,90); }
td.TdClassName
{
border-color: #60145A;
}
.TagClassName
{
border-color: #60145A;
}
</style>