Shades of Palatinate Purple #5B165A
Tints of Palatinate Purple #5B165A
RGB
CMYK
RGB Variations
Color information
#5B165A (or 0x5B165A) is known color: Palatinate Purple. HEX triplet: 5B, 16 and 5A. RGB value is (91,22,90). Sum of RGB (Red+Green+Blue) = 91+22+90=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B165A is #A4E9A5. Grayscale: #323232. Windows color (decimal): -10807718 or 5903963. OLE color: 5903963.
HSL color Cylindrical-coordinate representation of color #5B165A: hue angle of 300.87º 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 #5B165A is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 90 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.64 |
| HSL | 300.87º | 0.61% | 0.22% | - |
| HSV(B) | 300.87º | 0.76% | 0.36% | - |
| XYZ | 6.45 | 3.54 | 10.02 | - |
| YUV | 50.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 90 | 0 | 0.76 | 0.01 | 0.64 | 300.87 | 0.61 | 0.22 |
| Hex | 5B | 16 | 5A | 0 | 4C | 1 | 40 | 12D | 3D | 16 |
| Octal | 133 | 26 | 132 | 0 | 114 | 1 | 100 | 455 | 75 | 26 |
| Binary | 1011011 | 10110 | 1011010 | 0 | 1001100 | 1 | 1000000 | 100101101 | 111101 | 10110 |
Color Harmonies of #5B165A
Complementary color
Monochromatic Colors of #5B165A
Black with #5B165A
Text Example
Text Example
White with #5B165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B165A; }
p { color: rgb(91,22,90); }
H1.HeaderClassName
{
color: #5B165A;
}
.AnyTagClassName
{
color: #5B165A;
}
</style>
background-color css
<style>
a { background-color: #5B165A; }
a { background-color: rgb(91,22,90); }
div.DivClassName
{
background-color: #5B165A;
}
.BgClassName
{
background-color: #5B165A;
}
</style>
border-color css
<style>
span { border-color: #5B165A; }
span { border-color: rgb(91,22,90); }
td.TdClassName
{
border-color: #5B165A;
}
.TagClassName
{
border-color: #5B165A;
}
</style>