Shades of Palatinate Purple #5B055D
Tints of Palatinate Purple #5B055D
RGB
CMYK
RGB Variations
Color information
#5B055D (or 0x5B055D) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 5D. RGB value is (91,5,93). Sum of RGB (Red+Green+Blue) = 91+5+93=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B055D is #A4FAA2. Grayscale: #282828. Windows color (decimal): -10812067 or 6096219. OLE color: 6096219.
HSL color Cylindrical-coordinate representation of color #5B055D: hue angle of 298.64º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B055D is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 93 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.64 |
| HSL | 298.64º | 0.9% | 0.19% | - |
| HSV(B) | 298.64º | 0.95% | 0.36% | - |
| XYZ | 6.34 | 3.12 | 10.62 | - |
| YUV | 40.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 93 | 0.02 | 0.95 | 0 | 0.64 | 298.64 | 0.9 | 0.19 |
| Hex | 5B | 5 | 5D | 2 | 5F | 0 | 40 | 12B | 5A | 13 |
| Octal | 133 | 5 | 135 | 2 | 137 | 0 | 100 | 453 | 132 | 23 |
| Binary | 1011011 | 101 | 1011101 | 10 | 1011111 | 0 | 1000000 | 100101011 | 1011010 | 10011 |
Color Harmonies of #5B055D
Complementary color
Monochromatic Colors of #5B055D
Black with #5B055D
Text Example
Text Example
White with #5B055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B055D; }
p { color: rgb(91,5,93); }
H1.HeaderClassName
{
color: #5B055D;
}
.AnyTagClassName
{
color: #5B055D;
}
</style>
background-color css
<style>
a { background-color: #5B055D; }
a { background-color: rgb(91,5,93); }
div.DivClassName
{
background-color: #5B055D;
}
.BgClassName
{
background-color: #5B055D;
}
</style>
border-color css
<style>
span { border-color: #5B055D; }
span { border-color: rgb(91,5,93); }
td.TdClassName
{
border-color: #5B055D;
}
.TagClassName
{
border-color: #5B055D;
}
</style>