Shades of Palatinate Purple #5A1A5B
Tints of Palatinate Purple #5A1A5B
RGB
CMYK
RGB Variations
Color information
#5A1A5B (or 0x5A1A5B) is known color: Palatinate Purple. HEX triplet: 5A, 1A and 5B. RGB value is (90,26,91). Sum of RGB (Red+Green+Blue) = 90+26+91=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A5B is #A5E5A4. Grayscale: #343434. Windows color (decimal): -10872229 or 5970522. OLE color: 5970522.
HSL color Cylindrical-coordinate representation of color #5A1A5B: hue angle of 299.08º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A5B is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 26 | 91 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.64 |
| HSL | 299.08º | 0.56% | 0.23% | - |
| HSV(B) | 299.08º | 0.71% | 0.36% | - |
| XYZ | 6.47 | 3.67 | 10.26 | - |
| YUV | 52.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 91 | 0.01 | 0.71 | 0 | 0.64 | 299.08 | 0.56 | 0.23 |
| Hex | 5A | 1A | 5B | 1 | 47 | 0 | 40 | 12B | 38 | 17 |
| Octal | 132 | 32 | 133 | 1 | 107 | 0 | 100 | 453 | 70 | 27 |
| Binary | 1011010 | 11010 | 1011011 | 1 | 1000111 | 0 | 1000000 | 100101011 | 111000 | 10111 |
Color Harmonies of #5A1A5B
Complementary color
Monochromatic Colors of #5A1A5B
Black with #5A1A5B
Text Example
Text Example
White with #5A1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A5B; }
p { color: rgb(90,26,91); }
H1.HeaderClassName
{
color: #5A1A5B;
}
.AnyTagClassName
{
color: #5A1A5B;
}
</style>
background-color css
<style>
a { background-color: #5A1A5B; }
a { background-color: rgb(90,26,91); }
div.DivClassName
{
background-color: #5A1A5B;
}
.BgClassName
{
background-color: #5A1A5B;
}
</style>
border-color css
<style>
span { border-color: #5A1A5B; }
span { border-color: rgb(90,26,91); }
td.TdClassName
{
border-color: #5A1A5B;
}
.TagClassName
{
border-color: #5A1A5B;
}
</style>