Shades of Palatinate Purple #60055D
Tints of Palatinate Purple #60055D
RGB
CMYK
RGB Variations
Color information
#60055D (or 0x60055D) is known color: Palatinate Purple. HEX triplet: 60, 05 and 5D. RGB value is (96,5,93). Sum of RGB (Red+Green+Blue) = 96+5+93=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60055D is #9FFAA2. Grayscale: #292929. Windows color (decimal): -10484387 or 6096224. OLE color: 6096224.
HSL color Cylindrical-coordinate representation of color #60055D: hue angle of 301.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60055D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 93 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.62 |
| HSL | 301.98º | 0.9% | 0.2% | - |
| HSV(B) | 301.98º | 0.95% | 0.38% | - |
| XYZ | 6.85 | 3.39 | 10.65 | - |
| YUV | 42.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 93 | 0 | 0.95 | 0.03 | 0.62 | 301.98 | 0.9 | 0.2 |
| Hex | 60 | 5 | 5D | 0 | 5F | 3 | 3E | 12E | 5A | 14 |
| Octal | 140 | 5 | 135 | 0 | 137 | 3 | 76 | 456 | 132 | 24 |
| Binary | 1100000 | 101 | 1011101 | 0 | 1011111 | 11 | 111110 | 100101110 | 1011010 | 10100 |
Color Harmonies of #60055D
Complementary color
Monochromatic Colors of #60055D
Black with #60055D
Text Example
Text Example
White with #60055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60055D; }
p { color: rgb(96,5,93); }
H1.HeaderClassName
{
color: #60055D;
}
.AnyTagClassName
{
color: #60055D;
}
</style>
background-color css
<style>
a { background-color: #60055D; }
a { background-color: rgb(96,5,93); }
div.DivClassName
{
background-color: #60055D;
}
.BgClassName
{
background-color: #60055D;
}
</style>
border-color css
<style>
span { border-color: #60055D; }
span { border-color: rgb(96,5,93); }
td.TdClassName
{
border-color: #60055D;
}
.TagClassName
{
border-color: #60055D;
}
</style>