Shades of Palatinate Purple #5A005B
Tints of Palatinate Purple #5A005B
RGB
CMYK
RGB Variations
Color information
#5A005B (or 0x5A005B) is known color: Palatinate Purple. HEX triplet: 5A, 00 and 5B. RGB value is (90,0,91). Sum of RGB (Red+Green+Blue) = 90+0+91=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A005B is #A5FFA4. Grayscale: #252525. Windows color (decimal): -10878885 or 5963866. OLE color: 5963866.
HSL color Cylindrical-coordinate representation of color #5A005B: hue angle of 299.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A005B is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 0 | 91 | - |
| CMYK | 0.01 | 1 | 0 | 0.64 |
| HSL | 299.34º | 1% | 0.18% | - |
| HSV(B) | 299.34º | 1% | 0.36% | - |
| XYZ | 6.1 | 2.93 | 10.14 | - |
| YUV | 37.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 91 | 0.01 | 1 | 0 | 0.64 | 299.34 | 1 | 0.18 |
| Hex | 5A | 0 | 5B | 1 | 64 | 0 | 40 | 12B | 64 | 12 |
| Octal | 132 | 0 | 133 | 1 | 144 | 0 | 100 | 453 | 144 | 22 |
| Binary | 1011010 | 0 | 1011011 | 1 | 1100100 | 0 | 1000000 | 100101011 | 1100100 | 10010 |
Color Harmonies of #5A005B
Complementary color
Monochromatic Colors of #5A005B
Black with #5A005B
Text Example
Text Example
White with #5A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A005B; }
p { color: rgb(90,0,91); }
H1.HeaderClassName
{
color: #5A005B;
}
.AnyTagClassName
{
color: #5A005B;
}
</style>
background-color css
<style>
a { background-color: #5A005B; }
a { background-color: rgb(90,0,91); }
div.DivClassName
{
background-color: #5A005B;
}
.BgClassName
{
background-color: #5A005B;
}
</style>
border-color css
<style>
span { border-color: #5A005B; }
span { border-color: rgb(90,0,91); }
td.TdClassName
{
border-color: #5A005B;
}
.TagClassName
{
border-color: #5A005B;
}
</style>