Shades of Palatinate Purple #5B045A
Tints of Palatinate Purple #5B045A
RGB
CMYK
RGB Variations
Color information
#5B045A (or 0x5B045A) is known color: Palatinate Purple. HEX triplet: 5B, 04 and 5A. RGB value is (91,4,90). Sum of RGB (Red+Green+Blue) = 91+4+90=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B045A is #A4FBA5. Grayscale: #272727. Windows color (decimal): -10812326 or 5899355. OLE color: 5899355.
HSL color Cylindrical-coordinate representation of color #5B045A: hue angle of 300.69º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B045A is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.64 |
| HSL | 300.69º | 0.92% | 0.19% | - |
| HSV(B) | 300.69º | 0.96% | 0.36% | - |
| XYZ | 6.2 | 3.05 | 9.93 | - |
| YUV | 39.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 90 | 0 | 0.96 | 0.01 | 0.64 | 300.69 | 0.92 | 0.19 |
| Hex | 5B | 4 | 5A | 0 | 60 | 1 | 40 | 12D | 5C | 13 |
| Octal | 133 | 4 | 132 | 0 | 140 | 1 | 100 | 455 | 134 | 23 |
| Binary | 1011011 | 100 | 1011010 | 0 | 1100000 | 1 | 1000000 | 100101101 | 1011100 | 10011 |
Color Harmonies of #5B045A
Complementary color
Monochromatic Colors of #5B045A
Black with #5B045A
Text Example
Text Example
White with #5B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B045A; }
p { color: rgb(91,4,90); }
H1.HeaderClassName
{
color: #5B045A;
}
.AnyTagClassName
{
color: #5B045A;
}
</style>
background-color css
<style>
a { background-color: #5B045A; }
a { background-color: rgb(91,4,90); }
div.DivClassName
{
background-color: #5B045A;
}
.BgClassName
{
background-color: #5B045A;
}
</style>
border-color css
<style>
span { border-color: #5B045A; }
span { border-color: rgb(91,4,90); }
td.TdClassName
{
border-color: #5B045A;
}
.TagClassName
{
border-color: #5B045A;
}
</style>