Shades of Palatinate Purple #5B0A64
Tints of Palatinate Purple #5B0A64
RGB
CMYK
RGB Variations
Color information
#5B0A64 (or 0x5B0A64) is known color: Palatinate Purple. HEX triplet: 5B, 0A and 64. RGB value is (91,10,100). Sum of RGB (Red+Green+Blue) = 91+10+100=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #5B0A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0A64 is #A4F59B. Grayscale: #2C2C2C. Windows color (decimal): -10810780 or 6556251. OLE color: 6556251.
HSL color Cylindrical-coordinate representation of color #5B0A64: hue angle of 294º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0A64 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 10 | 100 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.61 |
| HSL | 294º | 0.82% | 0.22% | - |
| HSV(B) | 294º | 0.9% | 0.39% | - |
| XYZ | 6.72 | 3.36 | 12.35 | - |
| YUV | 44.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 100 | 0.09 | 0.90 | 0 | 0.61 | 294 | 0.82 | 0.22 |
| Hex | 5B | A | 64 | 9 | 5A | 0 | 3D | 126 | 52 | 16 |
| Octal | 133 | 12 | 144 | 11 | 132 | 0 | 75 | 446 | 122 | 26 |
| Binary | 1011011 | 1010 | 1100100 | 1001 | 1011010 | 0 | 111101 | 100100110 | 1010010 | 10110 |
Color Harmonies of #5B0A64
Complementary color
Monochromatic Colors of #5B0A64
Black with #5B0A64
Text Example
Text Example
White with #5B0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0A64; }
p { color: rgb(91,10,100); }
H1.HeaderClassName
{
color: #5B0A64;
}
.AnyTagClassName
{
color: #5B0A64;
}
</style>
background-color css
<style>
a { background-color: #5B0A64; }
a { background-color: rgb(91,10,100); }
div.DivClassName
{
background-color: #5B0A64;
}
.BgClassName
{
background-color: #5B0A64;
}
</style>
border-color css
<style>
span { border-color: #5B0A64; }
span { border-color: rgb(91,10,100); }
td.TdClassName
{
border-color: #5B0A64;
}
.TagClassName
{
border-color: #5B0A64;
}
</style>