Shades of Palatinate Purple #5B1362
Tints of Palatinate Purple #5B1362
RGB
CMYK
RGB Variations
Color information
#5B1362 (or 0x5B1362) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 62. RGB value is (91,19,98). Sum of RGB (Red+Green+Blue) = 91+19+98=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B1362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1362 is #A4EC9D. Grayscale: #313131. Windows color (decimal): -10808478 or 6427483. OLE color: 6427483.
HSL color Cylindrical-coordinate representation of color #5B1362: hue angle of 294.68º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1362 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 19 | 98 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.62 |
| HSL | 294.68º | 0.68% | 0.23% | - |
| HSV(B) | 294.68º | 0.81% | 0.38% | - |
| XYZ | 6.75 | 3.57 | 11.89 | - |
| YUV | 49.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 98 | 0.07 | 0.81 | 0 | 0.62 | 294.68 | 0.68 | 0.23 |
| Hex | 5B | 13 | 62 | 7 | 51 | 0 | 3E | 127 | 44 | 17 |
| Octal | 133 | 23 | 142 | 7 | 121 | 0 | 76 | 447 | 104 | 27 |
| Binary | 1011011 | 10011 | 1100010 | 111 | 1010001 | 0 | 111110 | 100100111 | 1000100 | 10111 |
Color Harmonies of #5B1362
Complementary color
Monochromatic Colors of #5B1362
Black with #5B1362
Text Example
Text Example
White with #5B1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1362; }
p { color: rgb(91,19,98); }
H1.HeaderClassName
{
color: #5B1362;
}
.AnyTagClassName
{
color: #5B1362;
}
</style>
background-color css
<style>
a { background-color: #5B1362; }
a { background-color: rgb(91,19,98); }
div.DivClassName
{
background-color: #5B1362;
}
.BgClassName
{
background-color: #5B1362;
}
</style>
border-color css
<style>
span { border-color: #5B1362; }
span { border-color: rgb(91,19,98); }
td.TdClassName
{
border-color: #5B1362;
}
.TagClassName
{
border-color: #5B1362;
}
</style>