Shades of Palatinate Purple #60005D
Tints of Palatinate Purple #60005D
RGB
CMYK
RGB Variations
Color information
#60005D (or 0x60005D) is known color: Palatinate Purple. HEX triplet: 60, 00 and 5D. RGB value is (96,0,93). Sum of RGB (Red+Green+Blue) = 96+0+93=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60005D is #9FFFA2. Grayscale: #272727. Windows color (decimal): -10485667 or 6094944. OLE color: 6094944.
HSL color Cylindrical-coordinate representation of color #60005D: hue angle of 301.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60005D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.03 | 0.62 |
| HSL | 301.88º | 1% | 0.19% | - |
| HSV(B) | 301.88º | 1% | 0.38% | - |
| XYZ | 6.8 | 3.28 | 10.63 | - |
| YUV | 39.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 93 | 0 | 1 | 0.03 | 0.62 | 301.88 | 1 | 0.19 |
| Hex | 60 | 0 | 5D | 0 | 64 | 3 | 3E | 12E | 64 | 13 |
| Octal | 140 | 0 | 135 | 0 | 144 | 3 | 76 | 456 | 144 | 23 |
| Binary | 1100000 | 0 | 1011101 | 0 | 1100100 | 11 | 111110 | 100101110 | 1100100 | 10011 |
Color Harmonies of #60005D
Complementary color
Monochromatic Colors of #60005D
Black with #60005D
Text Example
Text Example
White with #60005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60005D; }
p { color: rgb(96,0,93); }
H1.HeaderClassName
{
color: #60005D;
}
.AnyTagClassName
{
color: #60005D;
}
</style>
background-color css
<style>
a { background-color: #60005D; }
a { background-color: rgb(96,0,93); }
div.DivClassName
{
background-color: #60005D;
}
.BgClassName
{
background-color: #60005D;
}
</style>
border-color css
<style>
span { border-color: #60005D; }
span { border-color: rgb(96,0,93); }
td.TdClassName
{
border-color: #60005D;
}
.TagClassName
{
border-color: #60005D;
}
</style>