Shades of Palatinate Purple #5B0B65
Tints of Palatinate Purple #5B0B65
RGB
CMYK
RGB Variations
Color information
#5B0B65 (or 0x5B0B65) is known color: Palatinate Purple. HEX triplet: 5B, 0B and 65. RGB value is (91,11,101). Sum of RGB (Red+Green+Blue) = 91+11+101=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B0B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0B65 is #A4F49A. Grayscale: #2C2C2C. Windows color (decimal): -10810523 or 6622043. OLE color: 6622043.
HSL color Cylindrical-coordinate representation of color #5B0B65: hue angle of 293.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0B65 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 11 | 101 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.60 |
| HSL | 293.33º | 0.8% | 0.22% | - |
| HSV(B) | 293.33º | 0.89% | 0.4% | - |
| XYZ | 6.78 | 3.4 | 12.61 | - |
| YUV | 45.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 101 | 0.10 | 0.89 | 0 | 0.60 | 293.33 | 0.8 | 0.22 |
| Hex | 5B | B | 65 | A | 59 | 0 | 3C | 125 | 50 | 16 |
| Octal | 133 | 13 | 145 | 12 | 131 | 0 | 74 | 445 | 120 | 26 |
| Binary | 1011011 | 1011 | 1100101 | 1010 | 1011001 | 0 | 111100 | 100100101 | 1010000 | 10110 |
Color Harmonies of #5B0B65
Complementary color
Monochromatic Colors of #5B0B65
Black with #5B0B65
Text Example
Text Example
White with #5B0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0B65; }
p { color: rgb(91,11,101); }
H1.HeaderClassName
{
color: #5B0B65;
}
.AnyTagClassName
{
color: #5B0B65;
}
</style>
background-color css
<style>
a { background-color: #5B0B65; }
a { background-color: rgb(91,11,101); }
div.DivClassName
{
background-color: #5B0B65;
}
.BgClassName
{
background-color: #5B0B65;
}
</style>
border-color css
<style>
span { border-color: #5B0B65; }
span { border-color: rgb(91,11,101); }
td.TdClassName
{
border-color: #5B0B65;
}
.TagClassName
{
border-color: #5B0B65;
}
</style>