Shades of Palatinate Purple #5B1555
Tints of Palatinate Purple #5B1555
RGB
CMYK
RGB Variations
Color information
#5B1555 (or 0x5B1555) is known color: Palatinate Purple. HEX triplet: 5B, 15 and 55. RGB value is (91,21,85). Sum of RGB (Red+Green+Blue) = 91+21+85=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1555 is #A4EAAA. Grayscale: #313131. Windows color (decimal): -10807979 or 5576027. OLE color: 5576027.
HSL color Cylindrical-coordinate representation of color #5B1555: hue angle of 305.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1555 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 85 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.64 |
| HSL | 305.14º | 0.63% | 0.22% | - |
| HSV(B) | 305.14º | 0.77% | 0.36% | - |
| XYZ | 6.22 | 3.42 | 8.93 | - |
| YUV | 49.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 85 | 0 | 0.77 | 0.07 | 0.64 | 305.14 | 0.63 | 0.22 |
| Hex | 5B | 15 | 55 | 0 | 4D | 7 | 40 | 131 | 3E | 16 |
| Octal | 133 | 25 | 125 | 0 | 115 | 7 | 100 | 461 | 76 | 26 |
| Binary | 1011011 | 10101 | 1010101 | 0 | 1001101 | 111 | 1000000 | 100110001 | 111110 | 10110 |
Color Harmonies of #5B1555
Complementary color
Monochromatic Colors of #5B1555
Black with #5B1555
Text Example
Text Example
White with #5B1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1555; }
p { color: rgb(91,21,85); }
H1.HeaderClassName
{
color: #5B1555;
}
.AnyTagClassName
{
color: #5B1555;
}
</style>
background-color css
<style>
a { background-color: #5B1555; }
a { background-color: rgb(91,21,85); }
div.DivClassName
{
background-color: #5B1555;
}
.BgClassName
{
background-color: #5B1555;
}
</style>
border-color css
<style>
span { border-color: #5B1555; }
span { border-color: rgb(91,21,85); }
td.TdClassName
{
border-color: #5B1555;
}
.TagClassName
{
border-color: #5B1555;
}
</style>