Shades of Palatinate Purple #60045D
Tints of Palatinate Purple #60045D
RGB
CMYK
RGB Variations
Color information
#60045D (or 0x60045D) is known color: Palatinate Purple. HEX triplet: 60, 04 and 5D. RGB value is (96,4,93). Sum of RGB (Red+Green+Blue) = 96+4+93=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60045D is #9FFBA2. Grayscale: #292929. Windows color (decimal): -10484643 or 6095968. OLE color: 6095968.
HSL color Cylindrical-coordinate representation of color #60045D: hue angle of 301.96º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60045D is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 93 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.62 |
| HSL | 301.96º | 0.92% | 0.2% | - |
| HSV(B) | 301.96º | 0.96% | 0.38% | - |
| XYZ | 6.84 | 3.36 | 10.64 | - |
| YUV | 41.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 93 | 0 | 0.96 | 0.03 | 0.62 | 301.96 | 0.92 | 0.2 |
| Hex | 60 | 4 | 5D | 0 | 60 | 3 | 3E | 12E | 5C | 14 |
| Octal | 140 | 4 | 135 | 0 | 140 | 3 | 76 | 456 | 134 | 24 |
| Binary | 1100000 | 100 | 1011101 | 0 | 1100000 | 11 | 111110 | 100101110 | 1011100 | 10100 |
Color Harmonies of #60045D
Complementary color
Monochromatic Colors of #60045D
Black with #60045D
Text Example
Text Example
White with #60045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60045D; }
p { color: rgb(96,4,93); }
H1.HeaderClassName
{
color: #60045D;
}
.AnyTagClassName
{
color: #60045D;
}
</style>
background-color css
<style>
a { background-color: #60045D; }
a { background-color: rgb(96,4,93); }
div.DivClassName
{
background-color: #60045D;
}
.BgClassName
{
background-color: #60045D;
}
</style>
border-color css
<style>
span { border-color: #60045D; }
span { border-color: rgb(96,4,93); }
td.TdClassName
{
border-color: #60045D;
}
.TagClassName
{
border-color: #60045D;
}
</style>