Shades of Palatinate Purple #5C2756
Tints of Palatinate Purple #5C2756
RGB
CMYK
RGB Variations
Color information
#5C2756 (or 0x5C2756) is known color: Palatinate Purple. HEX triplet: 5C, 27 and 56. RGB value is (92,39,86). Sum of RGB (Red+Green+Blue) = 92+39+86=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2756 is #A3D8A9. Grayscale: #3C3C3C. Windows color (decimal): -10737834 or 5646172. OLE color: 5646172.
HSL color Cylindrical-coordinate representation of color #5C2756: hue angle of 306.79º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C2756 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 86 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.64 |
| HSL | 306.79º | 0.4% | 0.26% | - |
| HSV(B) | 306.79º | 0.58% | 0.36% | - |
| XYZ | 6.82 | 4.4 | 9.29 | - |
| YUV | 60.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 86 | 0 | 0.58 | 0.07 | 0.64 | 306.79 | 0.4 | 0.26 |
| Hex | 5C | 27 | 56 | 0 | 3A | 7 | 40 | 133 | 28 | 1A |
| Octal | 134 | 47 | 126 | 0 | 72 | 7 | 100 | 463 | 50 | 32 |
| Binary | 1011100 | 100111 | 1010110 | 0 | 111010 | 111 | 1000000 | 100110011 | 101000 | 11010 |
Color Harmonies of #5C2756
Complementary color
Monochromatic Colors of #5C2756
Black with #5C2756
Text Example
Text Example
White with #5C2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2756; }
p { color: rgb(92,39,86); }
H1.HeaderClassName
{
color: #5C2756;
}
.AnyTagClassName
{
color: #5C2756;
}
</style>
background-color css
<style>
a { background-color: #5C2756; }
a { background-color: rgb(92,39,86); }
div.DivClassName
{
background-color: #5C2756;
}
.BgClassName
{
background-color: #5C2756;
}
</style>
border-color css
<style>
span { border-color: #5C2756; }
span { border-color: rgb(92,39,86); }
td.TdClassName
{
border-color: #5C2756;
}
.TagClassName
{
border-color: #5C2756;
}
</style>