Shades of Palatinate Purple #5A195A
Tints of Palatinate Purple #5A195A
RGB
CMYK
RGB Variations
Color information
#5A195A (or 0x5A195A) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 5A. RGB value is (90,25,90). Sum of RGB (Red+Green+Blue) = 90+25+90=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A195A is #A5E6A5. Grayscale: #333333. Windows color (decimal): -10872486 or 5904730. OLE color: 5904730.
HSL color Cylindrical-coordinate representation of color #5A195A: hue angle of 300º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A195A is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 90 | - |
| CMYK | 0 | 0.72 | 0 | 0.65 |
| HSL | 300º | 0.57% | 0.23% | - |
| HSV(B) | 300º | 0.72% | 0.35% | - |
| XYZ | 6.41 | 3.61 | 10.03 | - |
| YUV | 51.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 90 | 0 | 0.72 | 0 | 0.65 | 300 | 0.57 | 0.23 |
| Hex | 5A | 19 | 5A | 0 | 48 | 0 | 41 | 12C | 39 | 17 |
| Octal | 132 | 31 | 132 | 0 | 110 | 0 | 101 | 454 | 71 | 27 |
| Binary | 1011010 | 11001 | 1011010 | 0 | 1001000 | 0 | 1000001 | 100101100 | 111001 | 10111 |
Color Harmonies of #5A195A
Complementary color
Monochromatic Colors of #5A195A
Black with #5A195A
Text Example
Text Example
White with #5A195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A195A; }
p { color: rgb(90,25,90); }
H1.HeaderClassName
{
color: #5A195A;
}
.AnyTagClassName
{
color: #5A195A;
}
</style>
background-color css
<style>
a { background-color: #5A195A; }
a { background-color: rgb(90,25,90); }
div.DivClassName
{
background-color: #5A195A;
}
.BgClassName
{
background-color: #5A195A;
}
</style>
border-color css
<style>
span { border-color: #5A195A; }
span { border-color: rgb(90,25,90); }
td.TdClassName
{
border-color: #5A195A;
}
.TagClassName
{
border-color: #5A195A;
}
</style>