Shades of Palatinate Purple #5B0A62
Tints of Palatinate Purple #5B0A62
RGB
CMYK
RGB Variations
Color information
#5B0A62 (or 0x5B0A62) is known color: Palatinate Purple. HEX triplet: 5B, 0A and 62. RGB value is (91,10,98). Sum of RGB (Red+Green+Blue) = 91+10+98=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B0A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0A62 is #A4F59D. Grayscale: #2B2B2B. Windows color (decimal): -10810782 or 6425179. OLE color: 6425179.
HSL color Cylindrical-coordinate representation of color #5B0A62: hue angle of 295.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0A62 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 10 | 98 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.62 |
| HSL | 295.23º | 0.81% | 0.21% | - |
| HSV(B) | 295.23º | 0.9% | 0.38% | - |
| XYZ | 6.63 | 3.32 | 11.85 | - |
| YUV | 44.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 98 | 0.07 | 0.90 | 0 | 0.62 | 295.23 | 0.81 | 0.21 |
| Hex | 5B | A | 62 | 7 | 5A | 0 | 3E | 127 | 51 | 15 |
| Octal | 133 | 12 | 142 | 7 | 132 | 0 | 76 | 447 | 121 | 25 |
| Binary | 1011011 | 1010 | 1100010 | 111 | 1011010 | 0 | 111110 | 100100111 | 1010001 | 10101 |
Color Harmonies of #5B0A62
Complementary color
Monochromatic Colors of #5B0A62
Black with #5B0A62
Text Example
Text Example
White with #5B0A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0A62; }
p { color: rgb(91,10,98); }
H1.HeaderClassName
{
color: #5B0A62;
}
.AnyTagClassName
{
color: #5B0A62;
}
</style>
background-color css
<style>
a { background-color: #5B0A62; }
a { background-color: rgb(91,10,98); }
div.DivClassName
{
background-color: #5B0A62;
}
.BgClassName
{
background-color: #5B0A62;
}
</style>
border-color css
<style>
span { border-color: #5B0A62; }
span { border-color: rgb(91,10,98); }
td.TdClassName
{
border-color: #5B0A62;
}
.TagClassName
{
border-color: #5B0A62;
}
</style>