Shades of Palatinate Purple #5B0555
Tints of Palatinate Purple #5B0555
RGB
CMYK
RGB Variations
Color information
#5B0555 (or 0x5B0555) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 55. RGB value is (91,5,85). Sum of RGB (Red+Green+Blue) = 91+5+85=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0555 is #A4FAAA. Grayscale: #272727. Windows color (decimal): -10812075 or 5571931. OLE color: 5571931.
HSL color Cylindrical-coordinate representation of color #5B0555: hue angle of 304.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0555 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 85 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.64 |
| HSL | 304.19º | 0.9% | 0.19% | - |
| HSV(B) | 304.19º | 0.95% | 0.36% | - |
| XYZ | 6.01 | 2.99 | 8.85 | - |
| YUV | 39.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 85 | 0 | 0.95 | 0.07 | 0.64 | 304.19 | 0.9 | 0.19 |
| Hex | 5B | 5 | 55 | 0 | 5F | 7 | 40 | 130 | 5A | 13 |
| Octal | 133 | 5 | 125 | 0 | 137 | 7 | 100 | 460 | 132 | 23 |
| Binary | 1011011 | 101 | 1010101 | 0 | 1011111 | 111 | 1000000 | 100110000 | 1011010 | 10011 |
Color Harmonies of #5B0555
Complementary color
Monochromatic Colors of #5B0555
Black with #5B0555
Text Example
Text Example
White with #5B0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0555; }
p { color: rgb(91,5,85); }
H1.HeaderClassName
{
color: #5B0555;
}
.AnyTagClassName
{
color: #5B0555;
}
</style>
background-color css
<style>
a { background-color: #5B0555; }
a { background-color: rgb(91,5,85); }
div.DivClassName
{
background-color: #5B0555;
}
.BgClassName
{
background-color: #5B0555;
}
</style>
border-color css
<style>
span { border-color: #5B0555; }
span { border-color: rgb(91,5,85); }
td.TdClassName
{
border-color: #5B0555;
}
.TagClassName
{
border-color: #5B0555;
}
</style>