Shades of Palatinate Purple #5B1655
Tints of Palatinate Purple #5B1655
RGB
CMYK
RGB Variations
Color information
#5B1655 (or 0x5B1655) is known color: Palatinate Purple. HEX triplet: 5B, 16 and 55. RGB value is (91,22,85). Sum of RGB (Red+Green+Blue) = 91+22+85=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1655 is #A4E9AA. Grayscale: #313131. Windows color (decimal): -10807723 or 5576283. OLE color: 5576283.
HSL color Cylindrical-coordinate representation of color #5B1655: hue angle of 305.22º 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 #5B1655 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 85 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.64 |
| HSL | 305.22º | 0.61% | 0.22% | - |
| HSV(B) | 305.22º | 0.76% | 0.36% | - |
| XYZ | 6.24 | 3.45 | 8.93 | - |
| YUV | 49.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 85 | 0 | 0.76 | 0.07 | 0.64 | 305.22 | 0.61 | 0.22 |
| Hex | 5B | 16 | 55 | 0 | 4C | 7 | 40 | 131 | 3D | 16 |
| Octal | 133 | 26 | 125 | 0 | 114 | 7 | 100 | 461 | 75 | 26 |
| Binary | 1011011 | 10110 | 1010101 | 0 | 1001100 | 111 | 1000000 | 100110001 | 111101 | 10110 |
Color Harmonies of #5B1655
Complementary color
Monochromatic Colors of #5B1655
Black with #5B1655
Text Example
Text Example
White with #5B1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1655; }
p { color: rgb(91,22,85); }
H1.HeaderClassName
{
color: #5B1655;
}
.AnyTagClassName
{
color: #5B1655;
}
</style>
background-color css
<style>
a { background-color: #5B1655; }
a { background-color: rgb(91,22,85); }
div.DivClassName
{
background-color: #5B1655;
}
.BgClassName
{
background-color: #5B1655;
}
</style>
border-color css
<style>
span { border-color: #5B1655; }
span { border-color: rgb(91,22,85); }
td.TdClassName
{
border-color: #5B1655;
}
.TagClassName
{
border-color: #5B1655;
}
</style>