Shades of Palatinate Purple #5E305B
Tints of Palatinate Purple #5E305B
RGB
CMYK
RGB Variations
Color information
#5E305B (or 0x5E305B) is known color: Palatinate Purple. HEX triplet: 5E, 30 and 5B. RGB value is (94,48,91). Sum of RGB (Red+Green+Blue) = 94+48+91=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E305B is #A1CFA4. Grayscale: #424242. Windows color (decimal): -10604453 or 5976158. OLE color: 5976158.
HSL color Cylindrical-coordinate representation of color #5E305B: hue angle of 303.91º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E305B is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 91 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.63 |
| HSL | 303.91º | 0.32% | 0.28% | - |
| HSV(B) | 303.91º | 0.49% | 0.37% | - |
| XYZ | 7.56 | 5.25 | 10.51 | - |
| YUV | 66.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 91 | 0 | 0.49 | 0.03 | 0.63 | 303.91 | 0.32 | 0.28 |
| Hex | 5E | 30 | 5B | 0 | 31 | 3 | 3F | 130 | 20 | 1C |
| Octal | 136 | 60 | 133 | 0 | 61 | 3 | 77 | 460 | 40 | 34 |
| Binary | 1011110 | 110000 | 1011011 | 0 | 110001 | 11 | 111111 | 100110000 | 100000 | 11100 |
Color Harmonies of #5E305B
Complementary color
Monochromatic Colors of #5E305B
Black with #5E305B
Text Example
Text Example
White with #5E305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E305B; }
p { color: rgb(94,48,91); }
H1.HeaderClassName
{
color: #5E305B;
}
.AnyTagClassName
{
color: #5E305B;
}
</style>
background-color css
<style>
a { background-color: #5E305B; }
a { background-color: rgb(94,48,91); }
div.DivClassName
{
background-color: #5E305B;
}
.BgClassName
{
background-color: #5E305B;
}
</style>
border-color css
<style>
span { border-color: #5E305B; }
span { border-color: rgb(94,48,91); }
td.TdClassName
{
border-color: #5E305B;
}
.TagClassName
{
border-color: #5E305B;
}
</style>