Shades of Palatinate Purple #5B055A
Tints of Palatinate Purple #5B055A
RGB
CMYK
RGB Variations
Color information
#5B055A (or 0x5B055A) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 5A. RGB value is (91,5,90). Sum of RGB (Red+Green+Blue) = 91+5+90=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B055A is #A4FAA5. Grayscale: #282828. Windows color (decimal): -10812070 or 5899611. OLE color: 5899611.
HSL color Cylindrical-coordinate representation of color #5B055A: hue angle of 300.7º 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 #5B055A is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 90 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.64 |
| HSL | 300.7º | 0.9% | 0.19% | - |
| HSV(B) | 300.7º | 0.95% | 0.36% | - |
| XYZ | 6.21 | 3.07 | 9.94 | - |
| YUV | 40.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 90 | 0 | 0.95 | 0.01 | 0.64 | 300.7 | 0.9 | 0.19 |
| Hex | 5B | 5 | 5A | 0 | 5F | 1 | 40 | 12D | 5A | 13 |
| Octal | 133 | 5 | 132 | 0 | 137 | 1 | 100 | 455 | 132 | 23 |
| Binary | 1011011 | 101 | 1011010 | 0 | 1011111 | 1 | 1000000 | 100101101 | 1011010 | 10011 |
Color Harmonies of #5B055A
Complementary color
Monochromatic Colors of #5B055A
Black with #5B055A
Text Example
Text Example
White with #5B055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B055A; }
p { color: rgb(91,5,90); }
H1.HeaderClassName
{
color: #5B055A;
}
.AnyTagClassName
{
color: #5B055A;
}
</style>
background-color css
<style>
a { background-color: #5B055A; }
a { background-color: rgb(91,5,90); }
div.DivClassName
{
background-color: #5B055A;
}
.BgClassName
{
background-color: #5B055A;
}
</style>
border-color css
<style>
span { border-color: #5B055A; }
span { border-color: rgb(91,5,90); }
td.TdClassName
{
border-color: #5B055A;
}
.TagClassName
{
border-color: #5B055A;
}
</style>