Shades of Palatinate Purple #5B1651
Tints of Palatinate Purple #5B1651
RGB
CMYK
RGB Variations
Color information
#5B1651 (or 0x5B1651) is known color: Palatinate Purple. HEX triplet: 5B, 16 and 51. RGB value is (91,22,81). Sum of RGB (Red+Green+Blue) = 91+22+81=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1651 is #A4E9AE. Grayscale: #313131. Windows color (decimal): -10807727 or 5314139. OLE color: 5314139.
HSL color Cylindrical-coordinate representation of color #5B1651: hue angle of 308.7º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1651 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 81 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.64 |
| HSL | 308.7º | 0.61% | 0.22% | - |
| HSV(B) | 308.7º | 0.76% | 0.36% | - |
| XYZ | 6.09 | 3.39 | 8.12 | - |
| YUV | 49.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 81 | 0 | 0.76 | 0.11 | 0.64 | 308.7 | 0.61 | 0.22 |
| Hex | 5B | 16 | 51 | 0 | 4C | B | 40 | 135 | 3D | 16 |
| Octal | 133 | 26 | 121 | 0 | 114 | 13 | 100 | 465 | 75 | 26 |
| Binary | 1011011 | 10110 | 1010001 | 0 | 1001100 | 1011 | 1000000 | 100110101 | 111101 | 10110 |
Color Harmonies of #5B1651
Complementary color
Monochromatic Colors of #5B1651
Black with #5B1651
Text Example
Text Example
White with #5B1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1651; }
p { color: rgb(91,22,81); }
H1.HeaderClassName
{
color: #5B1651;
}
.AnyTagClassName
{
color: #5B1651;
}
</style>
background-color css
<style>
a { background-color: #5B1651; }
a { background-color: rgb(91,22,81); }
div.DivClassName
{
background-color: #5B1651;
}
.BgClassName
{
background-color: #5B1651;
}
</style>
border-color css
<style>
span { border-color: #5B1651; }
span { border-color: rgb(91,22,81); }
td.TdClassName
{
border-color: #5B1651;
}
.TagClassName
{
border-color: #5B1651;
}
</style>