Shades of Palatinate Purple #5C1553
Tints of Palatinate Purple #5C1553
RGB
CMYK
RGB Variations
Color information
#5C1553 (or 0x5C1553) is known color: Palatinate Purple. HEX triplet: 5C, 15 and 53. RGB value is (92,21,83). Sum of RGB (Red+Green+Blue) = 92+21+83=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1553 is #A3EAAC. Grayscale: #313131. Windows color (decimal): -10742445 or 5444956. OLE color: 5444956.
HSL color Cylindrical-coordinate representation of color #5C1553: hue angle of 307.61º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1553 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 83 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.64 |
| HSL | 307.61º | 0.63% | 0.22% | - |
| HSV(B) | 307.61º | 0.77% | 0.36% | - |
| XYZ | 6.24 | 3.44 | 8.52 | - |
| YUV | 49.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 83 | 0 | 0.77 | 0.10 | 0.64 | 307.61 | 0.63 | 0.22 |
| Hex | 5C | 15 | 53 | 0 | 4D | A | 40 | 134 | 3F | 16 |
| Octal | 134 | 25 | 123 | 0 | 115 | 12 | 100 | 464 | 77 | 26 |
| Binary | 1011100 | 10101 | 1010011 | 0 | 1001101 | 1010 | 1000000 | 100110100 | 111111 | 10110 |
Color Harmonies of #5C1553
Complementary color
Monochromatic Colors of #5C1553
Black with #5C1553
Text Example
Text Example
White with #5C1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1553; }
p { color: rgb(92,21,83); }
H1.HeaderClassName
{
color: #5C1553;
}
.AnyTagClassName
{
color: #5C1553;
}
</style>
background-color css
<style>
a { background-color: #5C1553; }
a { background-color: rgb(92,21,83); }
div.DivClassName
{
background-color: #5C1553;
}
.BgClassName
{
background-color: #5C1553;
}
</style>
border-color css
<style>
span { border-color: #5C1553; }
span { border-color: rgb(92,21,83); }
td.TdClassName
{
border-color: #5C1553;
}
.TagClassName
{
border-color: #5C1553;
}
</style>