Shades of Palatinate Purple #5B185D
Tints of Palatinate Purple #5B185D
RGB
CMYK
RGB Variations
Color information
#5B185D (or 0x5B185D) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 5D. RGB value is (91,24,93). Sum of RGB (Red+Green+Blue) = 91+24+93=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B185D is #A4E7A2. Grayscale: #333333. Windows color (decimal): -10807203 or 6101083. OLE color: 6101083.
HSL color Cylindrical-coordinate representation of color #5B185D: hue angle of 298.26º degrees, saturation: 0.59, 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 #5B185D is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 93 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.64 |
| HSL | 298.26º | 0.59% | 0.23% | - |
| HSV(B) | 298.26º | 0.74% | 0.36% | - |
| XYZ | 6.62 | 3.67 | 10.72 | - |
| YUV | 51.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 93 | 0.02 | 0.74 | 0 | 0.64 | 298.26 | 0.59 | 0.23 |
| Hex | 5B | 18 | 5D | 2 | 4A | 0 | 40 | 12A | 3B | 17 |
| Octal | 133 | 30 | 135 | 2 | 112 | 0 | 100 | 452 | 73 | 27 |
| Binary | 1011011 | 11000 | 1011101 | 10 | 1001010 | 0 | 1000000 | 100101010 | 111011 | 10111 |
Color Harmonies of #5B185D
Complementary color
Monochromatic Colors of #5B185D
Black with #5B185D
Text Example
Text Example
White with #5B185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B185D; }
p { color: rgb(91,24,93); }
H1.HeaderClassName
{
color: #5B185D;
}
.AnyTagClassName
{
color: #5B185D;
}
</style>
background-color css
<style>
a { background-color: #5B185D; }
a { background-color: rgb(91,24,93); }
div.DivClassName
{
background-color: #5B185D;
}
.BgClassName
{
background-color: #5B185D;
}
</style>
border-color css
<style>
span { border-color: #5B185D; }
span { border-color: rgb(91,24,93); }
td.TdClassName
{
border-color: #5B185D;
}
.TagClassName
{
border-color: #5B185D;
}
</style>