Shades of Palatinate Purple #5B145F
Tints of Palatinate Purple #5B145F
RGB
CMYK
RGB Variations
Color information
#5B145F (or 0x5B145F) is known color: Palatinate Purple. HEX triplet: 5B, 14 and 5F. RGB value is (91,20,95). Sum of RGB (Red+Green+Blue) = 91+20+95=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B145F is #A4EBA0. Grayscale: #313131. Windows color (decimal): -10808225 or 6231131. OLE color: 6231131.
HSL color Cylindrical-coordinate representation of color #5B145F: hue angle of 296.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B145F is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 20 | 95 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.63 |
| HSL | 296.8º | 0.65% | 0.23% | - |
| HSV(B) | 296.8º | 0.79% | 0.37% | - |
| XYZ | 6.63 | 3.55 | 11.16 | - |
| YUV | 49.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 95 | 0.04 | 0.79 | 0 | 0.63 | 296.8 | 0.65 | 0.23 |
| Hex | 5B | 14 | 5F | 4 | 4F | 0 | 3F | 129 | 41 | 17 |
| Octal | 133 | 24 | 137 | 4 | 117 | 0 | 77 | 451 | 101 | 27 |
| Binary | 1011011 | 10100 | 1011111 | 100 | 1001111 | 0 | 111111 | 100101001 | 1000001 | 10111 |
Color Harmonies of #5B145F
Complementary color
Monochromatic Colors of #5B145F
Black with #5B145F
Text Example
Text Example
White with #5B145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B145F; }
p { color: rgb(91,20,95); }
H1.HeaderClassName
{
color: #5B145F;
}
.AnyTagClassName
{
color: #5B145F;
}
</style>
background-color css
<style>
a { background-color: #5B145F; }
a { background-color: rgb(91,20,95); }
div.DivClassName
{
background-color: #5B145F;
}
.BgClassName
{
background-color: #5B145F;
}
</style>
border-color css
<style>
span { border-color: #5B145F; }
span { border-color: rgb(91,20,95); }
td.TdClassName
{
border-color: #5B145F;
}
.TagClassName
{
border-color: #5B145F;
}
</style>