Shades of Palatinate Purple #5B0E65
Tints of Palatinate Purple #5B0E65
RGB
CMYK
RGB Variations
Color information
#5B0E65 (or 0x5B0E65) is known color: Palatinate Purple. HEX triplet: 5B, 0E and 65. RGB value is (91,14,101). Sum of RGB (Red+Green+Blue) = 91+14+101=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B0E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0E65 is #A4F19A. Grayscale: #2E2E2E. Windows color (decimal): -10809755 or 6622811. OLE color: 6622811.
HSL color Cylindrical-coordinate representation of color #5B0E65: hue angle of 293.1º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0E65 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 14 | 101 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.60 |
| HSL | 293.1º | 0.76% | 0.23% | - |
| HSV(B) | 293.1º | 0.86% | 0.4% | - |
| XYZ | 6.82 | 3.48 | 12.62 | - |
| YUV | 46.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 14 | 101 | 0.10 | 0.86 | 0 | 0.60 | 293.1 | 0.76 | 0.23 |
| Hex | 5B | E | 65 | A | 56 | 0 | 3C | 125 | 4C | 17 |
| Octal | 133 | 16 | 145 | 12 | 126 | 0 | 74 | 445 | 114 | 27 |
| Binary | 1011011 | 1110 | 1100101 | 1010 | 1010110 | 0 | 111100 | 100100101 | 1001100 | 10111 |
Color Harmonies of #5B0E65
Complementary color
Monochromatic Colors of #5B0E65
Black with #5B0E65
Text Example
Text Example
White with #5B0E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0E65; }
p { color: rgb(91,14,101); }
H1.HeaderClassName
{
color: #5B0E65;
}
.AnyTagClassName
{
color: #5B0E65;
}
</style>
background-color css
<style>
a { background-color: #5B0E65; }
a { background-color: rgb(91,14,101); }
div.DivClassName
{
background-color: #5B0E65;
}
.BgClassName
{
background-color: #5B0E65;
}
</style>
border-color css
<style>
span { border-color: #5B0E65; }
span { border-color: rgb(91,14,101); }
td.TdClassName
{
border-color: #5B0E65;
}
.TagClassName
{
border-color: #5B0E65;
}
</style>