Shades of Palatinate Purple #5C2C5B
Tints of Palatinate Purple #5C2C5B
RGB
CMYK
RGB Variations
Color information
#5C2C5B (or 0x5C2C5B) is known color: Palatinate Purple. HEX triplet: 5C, 2C and 5B. RGB value is (92,44,91). Sum of RGB (Red+Green+Blue) = 92+44+91=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2C5B is #A3D3A4. Grayscale: #3F3F3F. Windows color (decimal): -10736549 or 5975132. OLE color: 5975132.
HSL color Cylindrical-coordinate representation of color #5C2C5B: hue angle of 301.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C5B is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 91 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.64 |
| HSL | 301.25º | 0.35% | 0.27% | - |
| HSV(B) | 301.25º | 0.52% | 0.36% | - |
| XYZ | 7.2 | 4.83 | 10.45 | - |
| YUV | 63.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 91 | 0 | 0.52 | 0.01 | 0.64 | 301.25 | 0.35 | 0.27 |
| Hex | 5C | 2C | 5B | 0 | 34 | 1 | 40 | 12D | 23 | 1B |
| Octal | 134 | 54 | 133 | 0 | 64 | 1 | 100 | 455 | 43 | 33 |
| Binary | 1011100 | 101100 | 1011011 | 0 | 110100 | 1 | 1000000 | 100101101 | 100011 | 11011 |
Color Harmonies of #5C2C5B
Complementary color
Monochromatic Colors of #5C2C5B
Black with #5C2C5B
Text Example
Text Example
White with #5C2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C5B; }
p { color: rgb(92,44,91); }
H1.HeaderClassName
{
color: #5C2C5B;
}
.AnyTagClassName
{
color: #5C2C5B;
}
</style>
background-color css
<style>
a { background-color: #5C2C5B; }
a { background-color: rgb(92,44,91); }
div.DivClassName
{
background-color: #5C2C5B;
}
.BgClassName
{
background-color: #5C2C5B;
}
</style>
border-color css
<style>
span { border-color: #5C2C5B; }
span { border-color: rgb(92,44,91); }
td.TdClassName
{
border-color: #5C2C5B;
}
.TagClassName
{
border-color: #5C2C5B;
}
</style>