Shades of Palatinate Purple #5B1266
Tints of Palatinate Purple #5B1266
RGB
CMYK
RGB Variations
Color information
#5B1266 (or 0x5B1266) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 66. RGB value is (91,18,102). Sum of RGB (Red+Green+Blue) = 91+18+102=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1266 is #A4ED99. Grayscale: #313131. Windows color (decimal): -10808730 or 6689371. OLE color: 6689371.
HSL color Cylindrical-coordinate representation of color #5B1266: hue angle of 292.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1266 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 18 | 102 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.6 |
| HSL | 292.14º | 0.7% | 0.24% | - |
| HSV(B) | 292.14º | 0.82% | 0.4% | - |
| XYZ | 6.93 | 3.62 | 12.9 | - |
| YUV | 49.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 102 | 0.11 | 0.82 | 0 | 0.6 | 292.14 | 0.7 | 0.24 |
| Hex | 5B | 12 | 66 | B | 52 | 0 | 3C | 124 | 46 | 18 |
| Octal | 133 | 22 | 146 | 13 | 122 | 0 | 74 | 444 | 106 | 30 |
| Binary | 1011011 | 10010 | 1100110 | 1011 | 1010010 | 0 | 111100 | 100100100 | 1000110 | 11000 |
Color Harmonies of #5B1266
Complementary color
Monochromatic Colors of #5B1266
Black with #5B1266
Text Example
Text Example
White with #5B1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1266; }
p { color: rgb(91,18,102); }
H1.HeaderClassName
{
color: #5B1266;
}
.AnyTagClassName
{
color: #5B1266;
}
</style>
background-color css
<style>
a { background-color: #5B1266; }
a { background-color: rgb(91,18,102); }
div.DivClassName
{
background-color: #5B1266;
}
.BgClassName
{
background-color: #5B1266;
}
</style>
border-color css
<style>
span { border-color: #5B1266; }
span { border-color: rgb(91,18,102); }
td.TdClassName
{
border-color: #5B1266;
}
.TagClassName
{
border-color: #5B1266;
}
</style>