Shades of Palatinate Purple #5C2851
Tints of Palatinate Purple #5C2851
RGB
CMYK
RGB Variations
Color information
#5C2851 (or 0x5C2851) is known color: Palatinate Purple. HEX triplet: 5C, 28 and 51. RGB value is (92,40,81). Sum of RGB (Red+Green+Blue) = 92+40+81=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2851 is #A3D7AE. Grayscale: #3C3C3C. Windows color (decimal): -10737583 or 5318748. OLE color: 5318748.
HSL color Cylindrical-coordinate representation of color #5C2851: hue angle of 312.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C2851 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 81 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.64 |
| HSL | 312.69º | 0.39% | 0.26% | - |
| HSV(B) | 312.69º | 0.57% | 0.36% | - |
| XYZ | 6.66 | 4.39 | 8.28 | - |
| YUV | 60.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 81 | 0 | 0.57 | 0.12 | 0.64 | 312.69 | 0.39 | 0.26 |
| Hex | 5C | 28 | 51 | 0 | 39 | C | 40 | 139 | 27 | 1A |
| Octal | 134 | 50 | 121 | 0 | 71 | 14 | 100 | 471 | 47 | 32 |
| Binary | 1011100 | 101000 | 1010001 | 0 | 111001 | 1100 | 1000000 | 100111001 | 100111 | 11010 |
Color Harmonies of #5C2851
Complementary color
Monochromatic Colors of #5C2851
Black with #5C2851
Text Example
Text Example
White with #5C2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2851; }
p { color: rgb(92,40,81); }
H1.HeaderClassName
{
color: #5C2851;
}
.AnyTagClassName
{
color: #5C2851;
}
</style>
background-color css
<style>
a { background-color: #5C2851; }
a { background-color: rgb(92,40,81); }
div.DivClassName
{
background-color: #5C2851;
}
.BgClassName
{
background-color: #5C2851;
}
</style>
border-color css
<style>
span { border-color: #5C2851; }
span { border-color: rgb(92,40,81); }
td.TdClassName
{
border-color: #5C2851;
}
.TagClassName
{
border-color: #5C2851;
}
</style>