Shades of Palatinate Purple #5B1366
Tints of Palatinate Purple #5B1366
RGB
CMYK
RGB Variations
Color information
#5B1366 (or 0x5B1366) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 66. RGB value is (91,19,102). Sum of RGB (Red+Green+Blue) = 91+19+102=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B1366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1366 is #A4EC99. Grayscale: #313131. Windows color (decimal): -10808474 or 6689627. OLE color: 6689627.
HSL color Cylindrical-coordinate representation of color #5B1366: hue angle of 292.05º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1366 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 19 | 102 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.6 |
| HSL | 292.05º | 0.69% | 0.24% | - |
| HSV(B) | 292.05º | 0.81% | 0.4% | - |
| XYZ | 6.95 | 3.65 | 12.91 | - |
| YUV | 49.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 102 | 0.11 | 0.81 | 0 | 0.6 | 292.05 | 0.69 | 0.24 |
| Hex | 5B | 13 | 66 | B | 51 | 0 | 3C | 124 | 45 | 18 |
| Octal | 133 | 23 | 146 | 13 | 121 | 0 | 74 | 444 | 105 | 30 |
| Binary | 1011011 | 10011 | 1100110 | 1011 | 1010001 | 0 | 111100 | 100100100 | 1000101 | 11000 |
Color Harmonies of #5B1366
Complementary color
Monochromatic Colors of #5B1366
Black with #5B1366
Text Example
Text Example
White with #5B1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1366; }
p { color: rgb(91,19,102); }
H1.HeaderClassName
{
color: #5B1366;
}
.AnyTagClassName
{
color: #5B1366;
}
</style>
background-color css
<style>
a { background-color: #5B1366; }
a { background-color: rgb(91,19,102); }
div.DivClassName
{
background-color: #5B1366;
}
.BgClassName
{
background-color: #5B1366;
}
</style>
border-color css
<style>
span { border-color: #5B1366; }
span { border-color: rgb(91,19,102); }
td.TdClassName
{
border-color: #5B1366;
}
.TagClassName
{
border-color: #5B1366;
}
</style>