Shades of Palatinate Purple #5C0560
Tints of Palatinate Purple #5C0560
RGB
CMYK
RGB Variations
Color information
#5C0560 (or 0x5C0560) is known color: Palatinate Purple. HEX triplet: 5C, 05 and 60. RGB value is (92,5,96). Sum of RGB (Red+Green+Blue) = 92+5+96=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0560 is #A3FA9F. Grayscale: #292929. Windows color (decimal): -10746528 or 6292828. OLE color: 6292828.
HSL color Cylindrical-coordinate representation of color #5C0560: hue angle of 297.36º 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 #5C0560 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 5 | 96 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.62 |
| HSL | 297.36º | 0.9% | 0.2% | - |
| HSV(B) | 297.36º | 0.95% | 0.38% | - |
| XYZ | 6.58 | 3.23 | 11.34 | - |
| YUV | 41.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 96 | 0.04 | 0.95 | 0 | 0.62 | 297.36 | 0.9 | 0.2 |
| Hex | 5C | 5 | 60 | 4 | 5F | 0 | 3E | 129 | 5A | 14 |
| Octal | 134 | 5 | 140 | 4 | 137 | 0 | 76 | 451 | 132 | 24 |
| Binary | 1011100 | 101 | 1100000 | 100 | 1011111 | 0 | 111110 | 100101001 | 1011010 | 10100 |
Color Harmonies of #5C0560
Complementary color
Monochromatic Colors of #5C0560
Black with #5C0560
Text Example
Text Example
White with #5C0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0560; }
p { color: rgb(92,5,96); }
H1.HeaderClassName
{
color: #5C0560;
}
.AnyTagClassName
{
color: #5C0560;
}
</style>
background-color css
<style>
a { background-color: #5C0560; }
a { background-color: rgb(92,5,96); }
div.DivClassName
{
background-color: #5C0560;
}
.BgClassName
{
background-color: #5C0560;
}
</style>
border-color css
<style>
span { border-color: #5C0560; }
span { border-color: rgb(92,5,96); }
td.TdClassName
{
border-color: #5C0560;
}
.TagClassName
{
border-color: #5C0560;
}
</style>