Shades of Palatinate Purple #5B095D
Tints of Palatinate Purple #5B095D
RGB
CMYK
RGB Variations
Color information
#5B095D (or 0x5B095D) is known color: Palatinate Purple. HEX triplet: 5B, 09 and 5D. RGB value is (91,9,93). Sum of RGB (Red+Green+Blue) = 91+9+93=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B095D is #A4F6A2. Grayscale: #2A2A2A. Windows color (decimal): -10811043 or 6097243. OLE color: 6097243.
HSL color Cylindrical-coordinate representation of color #5B095D: hue angle of 298.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B095D is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 93 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.64 |
| HSL | 298.57º | 0.82% | 0.2% | - |
| HSV(B) | 298.57º | 0.9% | 0.36% | - |
| XYZ | 6.39 | 3.21 | 10.64 | - |
| YUV | 43.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 93 | 0.02 | 0.90 | 0 | 0.64 | 298.57 | 0.82 | 0.2 |
| Hex | 5B | 9 | 5D | 2 | 5A | 0 | 40 | 12B | 52 | 14 |
| Octal | 133 | 11 | 135 | 2 | 132 | 0 | 100 | 453 | 122 | 24 |
| Binary | 1011011 | 1001 | 1011101 | 10 | 1011010 | 0 | 1000000 | 100101011 | 1010010 | 10100 |
Color Harmonies of #5B095D
Complementary color
Monochromatic Colors of #5B095D
Black with #5B095D
Text Example
Text Example
White with #5B095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B095D; }
p { color: rgb(91,9,93); }
H1.HeaderClassName
{
color: #5B095D;
}
.AnyTagClassName
{
color: #5B095D;
}
</style>
background-color css
<style>
a { background-color: #5B095D; }
a { background-color: rgb(91,9,93); }
div.DivClassName
{
background-color: #5B095D;
}
.BgClassName
{
background-color: #5B095D;
}
</style>
border-color css
<style>
span { border-color: #5B095D; }
span { border-color: rgb(91,9,93); }
td.TdClassName
{
border-color: #5B095D;
}
.TagClassName
{
border-color: #5B095D;
}
</style>