Shades of Palatinate Purple #5C1056
Tints of Palatinate Purple #5C1056
RGB
CMYK
RGB Variations
Color information
#5C1056 (or 0x5C1056) is known color: Palatinate Purple. HEX triplet: 5C, 10 and 56. RGB value is (92,16,86). Sum of RGB (Red+Green+Blue) = 92+16+86=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1056 is #A3EFA9. Grayscale: #2E2E2E. Windows color (decimal): -10743722 or 5640284. OLE color: 5640284.
HSL color Cylindrical-coordinate representation of color #5C1056: hue angle of 304.74º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1056 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 86 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.64 |
| HSL | 304.74º | 0.7% | 0.21% | - |
| HSV(B) | 304.74º | 0.83% | 0.36% | - |
| XYZ | 6.28 | 3.32 | 9.11 | - |
| YUV | 46.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 86 | 0 | 0.83 | 0.07 | 0.64 | 304.74 | 0.7 | 0.21 |
| Hex | 5C | 10 | 56 | 0 | 53 | 7 | 40 | 131 | 46 | 15 |
| Octal | 134 | 20 | 126 | 0 | 123 | 7 | 100 | 461 | 106 | 25 |
| Binary | 1011100 | 10000 | 1010110 | 0 | 1010011 | 111 | 1000000 | 100110001 | 1000110 | 10101 |
Color Harmonies of #5C1056
Complementary color
Monochromatic Colors of #5C1056
Black with #5C1056
Text Example
Text Example
White with #5C1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1056; }
p { color: rgb(92,16,86); }
H1.HeaderClassName
{
color: #5C1056;
}
.AnyTagClassName
{
color: #5C1056;
}
</style>
background-color css
<style>
a { background-color: #5C1056; }
a { background-color: rgb(92,16,86); }
div.DivClassName
{
background-color: #5C1056;
}
.BgClassName
{
background-color: #5C1056;
}
</style>
border-color css
<style>
span { border-color: #5C1056; }
span { border-color: rgb(92,16,86); }
td.TdClassName
{
border-color: #5C1056;
}
.TagClassName
{
border-color: #5C1056;
}
</style>