Shades of Palatinate Purple #5B1662
Tints of Palatinate Purple #5B1662
RGB
CMYK
RGB Variations
Color information
#5B1662 (or 0x5B1662) is known color: Palatinate Purple. HEX triplet: 5B, 16 and 62. RGB value is (91,22,98). Sum of RGB (Red+Green+Blue) = 91+22+98=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1662 is #A4E99D. Grayscale: #333333. Windows color (decimal): -10807710 or 6428251. OLE color: 6428251.
HSL color Cylindrical-coordinate representation of color #5B1662: hue angle of 294.47º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1662 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 22 | 98 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.62 |
| HSL | 294.47º | 0.63% | 0.24% | - |
| HSV(B) | 294.47º | 0.78% | 0.38% | - |
| XYZ | 6.81 | 3.68 | 11.91 | - |
| YUV | 51.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 98 | 0.07 | 0.78 | 0 | 0.62 | 294.47 | 0.63 | 0.24 |
| Hex | 5B | 16 | 62 | 7 | 4E | 0 | 3E | 126 | 3F | 18 |
| Octal | 133 | 26 | 142 | 7 | 116 | 0 | 76 | 446 | 77 | 30 |
| Binary | 1011011 | 10110 | 1100010 | 111 | 1001110 | 0 | 111110 | 100100110 | 111111 | 11000 |
Color Harmonies of #5B1662
Complementary color
Monochromatic Colors of #5B1662
Black with #5B1662
Text Example
Text Example
White with #5B1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1662; }
p { color: rgb(91,22,98); }
H1.HeaderClassName
{
color: #5B1662;
}
.AnyTagClassName
{
color: #5B1662;
}
</style>
background-color css
<style>
a { background-color: #5B1662; }
a { background-color: rgb(91,22,98); }
div.DivClassName
{
background-color: #5B1662;
}
.BgClassName
{
background-color: #5B1662;
}
</style>
border-color css
<style>
span { border-color: #5B1662; }
span { border-color: rgb(91,22,98); }
td.TdClassName
{
border-color: #5B1662;
}
.TagClassName
{
border-color: #5B1662;
}
</style>