Shades of Palatinate Purple #5E2C5B
Tints of Palatinate Purple #5E2C5B
RGB
CMYK
RGB Variations
Color information
#5E2C5B (or 0x5E2C5B) is known color: Palatinate Purple. HEX triplet: 5E, 2C and 5B. RGB value is (94,44,91). Sum of RGB (Red+Green+Blue) = 94+44+91=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2C5B is #A1D3A4. Grayscale: #404040. Windows color (decimal): -10605477 or 5975134. OLE color: 5975134.
HSL color Cylindrical-coordinate representation of color #5E2C5B: hue angle of 303.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C5B is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 44 | 91 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.63 |
| HSL | 303.6º | 0.36% | 0.27% | - |
| HSV(B) | 303.6º | 0.53% | 0.37% | - |
| XYZ | 7.41 | 4.94 | 10.46 | - |
| YUV | 64.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 91 | 0 | 0.53 | 0.03 | 0.63 | 303.6 | 0.36 | 0.27 |
| Hex | 5E | 2C | 5B | 0 | 35 | 3 | 3F | 130 | 24 | 1B |
| Octal | 136 | 54 | 133 | 0 | 65 | 3 | 77 | 460 | 44 | 33 |
| Binary | 1011110 | 101100 | 1011011 | 0 | 110101 | 11 | 111111 | 100110000 | 100100 | 11011 |
Color Harmonies of #5E2C5B
Complementary color
Monochromatic Colors of #5E2C5B
Black with #5E2C5B
Text Example
Text Example
White with #5E2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C5B; }
p { color: rgb(94,44,91); }
H1.HeaderClassName
{
color: #5E2C5B;
}
.AnyTagClassName
{
color: #5E2C5B;
}
</style>
background-color css
<style>
a { background-color: #5E2C5B; }
a { background-color: rgb(94,44,91); }
div.DivClassName
{
background-color: #5E2C5B;
}
.BgClassName
{
background-color: #5E2C5B;
}
</style>
border-color css
<style>
span { border-color: #5E2C5B; }
span { border-color: rgb(94,44,91); }
td.TdClassName
{
border-color: #5E2C5B;
}
.TagClassName
{
border-color: #5E2C5B;
}
</style>