Shades of Palatinate Purple #5C1356
Tints of Palatinate Purple #5C1356
RGB
CMYK
RGB Variations
Color information
#5C1356 (or 0x5C1356) is known color: Palatinate Purple. HEX triplet: 5C, 13 and 56. RGB value is (92,19,86). Sum of RGB (Red+Green+Blue) = 92+19+86=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1356 is #A3ECA9. Grayscale: #303030. Windows color (decimal): -10742954 or 5641052. OLE color: 5641052.
HSL color Cylindrical-coordinate representation of color #5C1356: hue angle of 304.93º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1356 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 86 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.64 |
| HSL | 304.93º | 0.66% | 0.22% | - |
| HSV(B) | 304.93º | 0.79% | 0.36% | - |
| XYZ | 6.33 | 3.41 | 9.13 | - |
| YUV | 48.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 86 | 0 | 0.79 | 0.07 | 0.64 | 304.93 | 0.66 | 0.22 |
| Hex | 5C | 13 | 56 | 0 | 4F | 7 | 40 | 131 | 42 | 16 |
| Octal | 134 | 23 | 126 | 0 | 117 | 7 | 100 | 461 | 102 | 26 |
| Binary | 1011100 | 10011 | 1010110 | 0 | 1001111 | 111 | 1000000 | 100110001 | 1000010 | 10110 |
Color Harmonies of #5C1356
Complementary color
Monochromatic Colors of #5C1356
Black with #5C1356
Text Example
Text Example
White with #5C1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1356; }
p { color: rgb(92,19,86); }
H1.HeaderClassName
{
color: #5C1356;
}
.AnyTagClassName
{
color: #5C1356;
}
</style>
background-color css
<style>
a { background-color: #5C1356; }
a { background-color: rgb(92,19,86); }
div.DivClassName
{
background-color: #5C1356;
}
.BgClassName
{
background-color: #5C1356;
}
</style>
border-color css
<style>
span { border-color: #5C1356; }
span { border-color: rgb(92,19,86); }
td.TdClassName
{
border-color: #5C1356;
}
.TagClassName
{
border-color: #5C1356;
}
</style>