Shades of Palatinate Purple #5B0954
Tints of Palatinate Purple #5B0954
RGB
CMYK
RGB Variations
Color information
#5B0954 (or 0x5B0954) is known color: Palatinate Purple. HEX triplet: 5B, 09 and 54. RGB value is (91,9,84). Sum of RGB (Red+Green+Blue) = 91+9+84=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0954 is #A4F6AB. Grayscale: #292929. Windows color (decimal): -10811052 or 5507419. OLE color: 5507419.
HSL color Cylindrical-coordinate representation of color #5B0954: hue angle of 305.12º 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 #5B0954 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 84 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.64 |
| HSL | 305.12º | 0.82% | 0.2% | - |
| HSV(B) | 305.12º | 0.9% | 0.36% | - |
| XYZ | 6.01 | 3.06 | 8.66 | - |
| YUV | 42.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 84 | 0 | 0.90 | 0.08 | 0.64 | 305.12 | 0.82 | 0.2 |
| Hex | 5B | 9 | 54 | 0 | 5A | 8 | 40 | 131 | 52 | 14 |
| Octal | 133 | 11 | 124 | 0 | 132 | 10 | 100 | 461 | 122 | 24 |
| Binary | 1011011 | 1001 | 1010100 | 0 | 1011010 | 1000 | 1000000 | 100110001 | 1010010 | 10100 |
Color Harmonies of #5B0954
Complementary color
Monochromatic Colors of #5B0954
Black with #5B0954
Text Example
Text Example
White with #5B0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0954; }
p { color: rgb(91,9,84); }
H1.HeaderClassName
{
color: #5B0954;
}
.AnyTagClassName
{
color: #5B0954;
}
</style>
background-color css
<style>
a { background-color: #5B0954; }
a { background-color: rgb(91,9,84); }
div.DivClassName
{
background-color: #5B0954;
}
.BgClassName
{
background-color: #5B0954;
}
</style>
border-color css
<style>
span { border-color: #5B0954; }
span { border-color: rgb(91,9,84); }
td.TdClassName
{
border-color: #5B0954;
}
.TagClassName
{
border-color: #5B0954;
}
</style>