Shades of Palatinate Purple #5C184D
Tints of Palatinate Purple #5C184D
RGB
CMYK
RGB Variations
Color information
#5C184D (or 0x5C184D) is known color: Palatinate Purple. HEX triplet: 5C, 18 and 4D. RGB value is (92,24,77). Sum of RGB (Red+Green+Blue) = 92+24+77=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C184D is #A3E7B2. Grayscale: #323232. Windows color (decimal): -10741683 or 5052508. OLE color: 5052508.
HSL color Cylindrical-coordinate representation of color #5C184D: hue angle of 313.24º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C184D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 77 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.64 |
| HSL | 313.24º | 0.59% | 0.23% | - |
| HSV(B) | 313.24º | 0.74% | 0.36% | - |
| XYZ | 6.08 | 3.46 | 7.37 | - |
| YUV | 50.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 77 | 0 | 0.74 | 0.16 | 0.64 | 313.24 | 0.59 | 0.23 |
| Hex | 5C | 18 | 4D | 0 | 4A | 10 | 40 | 139 | 3B | 17 |
| Octal | 134 | 30 | 115 | 0 | 112 | 20 | 100 | 471 | 73 | 27 |
| Binary | 1011100 | 11000 | 1001101 | 0 | 1001010 | 10000 | 1000000 | 100111001 | 111011 | 10111 |
Color Harmonies of #5C184D
Complementary color
Monochromatic Colors of #5C184D
Black with #5C184D
Text Example
Text Example
White with #5C184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C184D; }
p { color: rgb(92,24,77); }
H1.HeaderClassName
{
color: #5C184D;
}
.AnyTagClassName
{
color: #5C184D;
}
</style>
background-color css
<style>
a { background-color: #5C184D; }
a { background-color: rgb(92,24,77); }
div.DivClassName
{
background-color: #5C184D;
}
.BgClassName
{
background-color: #5C184D;
}
</style>
border-color css
<style>
span { border-color: #5C184D; }
span { border-color: rgb(92,24,77); }
td.TdClassName
{
border-color: #5C184D;
}
.TagClassName
{
border-color: #5C184D;
}
</style>