Shades of Palatinate Purple #60145B
Tints of Palatinate Purple #60145B
RGB
CMYK
RGB Variations
Color information
#60145B (or 0x60145B) is known color: Palatinate Purple. HEX triplet: 60, 14 and 5B. RGB value is (96,20,91). Sum of RGB (Red+Green+Blue) = 96+20+91=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145B is #9FEBA4. Grayscale: #323232. Windows color (decimal): -10480549 or 5968992. OLE color: 5968992.
HSL color Cylindrical-coordinate representation of color #60145B: hue angle of 303.95º 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 #60145B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 91 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.62 |
| HSL | 303.95º | 0.66% | 0.23% | - |
| HSV(B) | 303.95º | 0.79% | 0.38% | - |
| XYZ | 6.96 | 3.74 | 10.25 | - |
| YUV | 50.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 91 | 0 | 0.79 | 0.05 | 0.62 | 303.95 | 0.66 | 0.23 |
| Hex | 60 | 14 | 5B | 0 | 4F | 5 | 3E | 130 | 42 | 17 |
| Octal | 140 | 24 | 133 | 0 | 117 | 5 | 76 | 460 | 102 | 27 |
| Binary | 1100000 | 10100 | 1011011 | 0 | 1001111 | 101 | 111110 | 100110000 | 1000010 | 10111 |
Color Harmonies of #60145B
Complementary color
Monochromatic Colors of #60145B
Black with #60145B
Text Example
Text Example
White with #60145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60145B; }
p { color: rgb(96,20,91); }
H1.HeaderClassName
{
color: #60145B;
}
.AnyTagClassName
{
color: #60145B;
}
</style>
background-color css
<style>
a { background-color: #60145B; }
a { background-color: rgb(96,20,91); }
div.DivClassName
{
background-color: #60145B;
}
.BgClassName
{
background-color: #60145B;
}
</style>
border-color css
<style>
span { border-color: #60145B; }
span { border-color: rgb(96,20,91); }
td.TdClassName
{
border-color: #60145B;
}
.TagClassName
{
border-color: #60145B;
}
</style>