Shades of Palatinate Purple #5B1463
Tints of Palatinate Purple #5B1463
RGB
CMYK
RGB Variations
Color information
#5B1463 (or 0x5B1463) is known color: Palatinate Purple. HEX triplet: 5B, 14 and 63. RGB value is (91,20,99). Sum of RGB (Red+Green+Blue) = 91+20+99=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1463 is #A4EB9C. Grayscale: #313131. Windows color (decimal): -10808221 or 6493275. OLE color: 6493275.
HSL color Cylindrical-coordinate representation of color #5B1463: hue angle of 293.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1463 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 20 | 99 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.61 |
| HSL | 293.92º | 0.66% | 0.23% | - |
| HSV(B) | 293.92º | 0.8% | 0.39% | - |
| XYZ | 6.82 | 3.63 | 12.14 | - |
| YUV | 50.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 99 | 0.08 | 0.80 | 0 | 0.61 | 293.92 | 0.66 | 0.23 |
| Hex | 5B | 14 | 63 | 8 | 50 | 0 | 3D | 126 | 42 | 17 |
| Octal | 133 | 24 | 143 | 10 | 120 | 0 | 75 | 446 | 102 | 27 |
| Binary | 1011011 | 10100 | 1100011 | 1000 | 1010000 | 0 | 111101 | 100100110 | 1000010 | 10111 |
Color Harmonies of #5B1463
Complementary color
Monochromatic Colors of #5B1463
Black with #5B1463
Text Example
Text Example
White with #5B1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1463; }
p { color: rgb(91,20,99); }
H1.HeaderClassName
{
color: #5B1463;
}
.AnyTagClassName
{
color: #5B1463;
}
</style>
background-color css
<style>
a { background-color: #5B1463; }
a { background-color: rgb(91,20,99); }
div.DivClassName
{
background-color: #5B1463;
}
.BgClassName
{
background-color: #5B1463;
}
</style>
border-color css
<style>
span { border-color: #5B1463; }
span { border-color: rgb(91,20,99); }
td.TdClassName
{
border-color: #5B1463;
}
.TagClassName
{
border-color: #5B1463;
}
</style>