Shades of Palatinate Purple #5E165B
Tints of Palatinate Purple #5E165B
RGB
CMYK
RGB Variations
Color information
#5E165B (or 0x5E165B) is known color: Palatinate Purple. HEX triplet: 5E, 16 and 5B. RGB value is (94,22,91). Sum of RGB (Red+Green+Blue) = 94+22+91=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E165B is #A1E9A4. Grayscale: #333333. Windows color (decimal): -10611109 or 5969502. OLE color: 5969502.
HSL color Cylindrical-coordinate representation of color #5E165B: hue angle of 302.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E165B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 91 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.63 |
| HSL | 302.5º | 0.62% | 0.23% | - |
| HSV(B) | 302.5º | 0.77% | 0.37% | - |
| XYZ | 6.79 | 3.71 | 10.26 | - |
| YUV | 51.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 91 | 0 | 0.77 | 0.03 | 0.63 | 302.5 | 0.62 | 0.23 |
| Hex | 5E | 16 | 5B | 0 | 4D | 3 | 3F | 12E | 3E | 17 |
| Octal | 136 | 26 | 133 | 0 | 115 | 3 | 77 | 456 | 76 | 27 |
| Binary | 1011110 | 10110 | 1011011 | 0 | 1001101 | 11 | 111111 | 100101110 | 111110 | 10111 |
Color Harmonies of #5E165B
Complementary color
Monochromatic Colors of #5E165B
Black with #5E165B
Text Example
Text Example
White with #5E165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E165B; }
p { color: rgb(94,22,91); }
H1.HeaderClassName
{
color: #5E165B;
}
.AnyTagClassName
{
color: #5E165B;
}
</style>
background-color css
<style>
a { background-color: #5E165B; }
a { background-color: rgb(94,22,91); }
div.DivClassName
{
background-color: #5E165B;
}
.BgClassName
{
background-color: #5E165B;
}
</style>
border-color css
<style>
span { border-color: #5E165B; }
span { border-color: rgb(94,22,91); }
td.TdClassName
{
border-color: #5E165B;
}
.TagClassName
{
border-color: #5E165B;
}
</style>