Shades of Palatinate Purple #5B184C
Tints of Palatinate Purple #5B184C
RGB
CMYK
RGB Variations
Color information
#5B184C (or 0x5B184C) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 4C. RGB value is (91,24,76). Sum of RGB (Red+Green+Blue) = 91+24+76=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B184C is #A4E7B3. Grayscale: #313131. Windows color (decimal): -10807220 or 4986971. OLE color: 4986971.
HSL color Cylindrical-coordinate representation of color #5B184C: hue angle of 313.43º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B184C is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 76 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.64 |
| HSL | 313.43º | 0.58% | 0.23% | - |
| HSV(B) | 313.43º | 0.74% | 0.36% | - |
| XYZ | 5.95 | 3.4 | 7.18 | - |
| YUV | 49.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 76 | 0 | 0.74 | 0.16 | 0.64 | 313.43 | 0.58 | 0.23 |
| Hex | 5B | 18 | 4C | 0 | 4A | 10 | 40 | 139 | 3A | 17 |
| Octal | 133 | 30 | 114 | 0 | 112 | 20 | 100 | 471 | 72 | 27 |
| Binary | 1011011 | 11000 | 1001100 | 0 | 1001010 | 10000 | 1000000 | 100111001 | 111010 | 10111 |
Color Harmonies of #5B184C
Complementary color
Monochromatic Colors of #5B184C
Black with #5B184C
Text Example
Text Example
White with #5B184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B184C; }
p { color: rgb(91,24,76); }
H1.HeaderClassName
{
color: #5B184C;
}
.AnyTagClassName
{
color: #5B184C;
}
</style>
background-color css
<style>
a { background-color: #5B184C; }
a { background-color: rgb(91,24,76); }
div.DivClassName
{
background-color: #5B184C;
}
.BgClassName
{
background-color: #5B184C;
}
</style>
border-color css
<style>
span { border-color: #5B184C; }
span { border-color: rgb(91,24,76); }
td.TdClassName
{
border-color: #5B184C;
}
.TagClassName
{
border-color: #5B184C;
}
</style>