Shades of Palatinate Purple #5C2B54
Tints of Palatinate Purple #5C2B54
RGB
CMYK
RGB Variations
Color information
#5C2B54 (or 0x5C2B54) is known color: Palatinate Purple. HEX triplet: 5C, 2B and 54. RGB value is (92,43,84). Sum of RGB (Red+Green+Blue) = 92+43+84=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2B54 is #A3D4AB. Grayscale: #3E3E3E. Windows color (decimal): -10736812 or 5516124. OLE color: 5516124.
HSL color Cylindrical-coordinate representation of color #5C2B54: hue angle of 309.8º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B54 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 84 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.64 |
| HSL | 309.8º | 0.36% | 0.26% | - |
| HSV(B) | 309.8º | 0.53% | 0.36% | - |
| XYZ | 6.88 | 4.64 | 8.92 | - |
| YUV | 62.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 84 | 0 | 0.53 | 0.09 | 0.64 | 309.8 | 0.36 | 0.26 |
| Hex | 5C | 2B | 54 | 0 | 35 | 9 | 40 | 136 | 24 | 1A |
| Octal | 134 | 53 | 124 | 0 | 65 | 11 | 100 | 466 | 44 | 32 |
| Binary | 1011100 | 101011 | 1010100 | 0 | 110101 | 1001 | 1000000 | 100110110 | 100100 | 11010 |
Color Harmonies of #5C2B54
Complementary color
Monochromatic Colors of #5C2B54
Black with #5C2B54
Text Example
Text Example
White with #5C2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B54; }
p { color: rgb(92,43,84); }
H1.HeaderClassName
{
color: #5C2B54;
}
.AnyTagClassName
{
color: #5C2B54;
}
</style>
background-color css
<style>
a { background-color: #5C2B54; }
a { background-color: rgb(92,43,84); }
div.DivClassName
{
background-color: #5C2B54;
}
.BgClassName
{
background-color: #5C2B54;
}
</style>
border-color css
<style>
span { border-color: #5C2B54; }
span { border-color: rgb(92,43,84); }
td.TdClassName
{
border-color: #5C2B54;
}
.TagClassName
{
border-color: #5C2B54;
}
</style>