Shades of Palatinate Purple #5A145A
Tints of Palatinate Purple #5A145A
RGB
CMYK
RGB Variations
Color information
#5A145A (or 0x5A145A) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 5A. RGB value is (90,20,90). Sum of RGB (Red+Green+Blue) = 90+20+90=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A145A is #A5EBA5. Grayscale: #303030. Windows color (decimal): -10873766 or 5903450. OLE color: 5903450.
HSL color Cylindrical-coordinate representation of color #5A145A: hue angle of 300º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A145A is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 90 | - |
| CMYK | 0 | 0.78 | 0 | 0.65 |
| HSL | 300º | 0.64% | 0.22% | - |
| HSV(B) | 300º | 0.78% | 0.35% | - |
| XYZ | 6.31 | 3.41 | 10 | - |
| YUV | 48.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 90 | 0 | 0.78 | 0 | 0.65 | 300 | 0.64 | 0.22 |
| Hex | 5A | 14 | 5A | 0 | 4E | 0 | 41 | 12C | 40 | 16 |
| Octal | 132 | 24 | 132 | 0 | 116 | 0 | 101 | 454 | 100 | 26 |
| Binary | 1011010 | 10100 | 1011010 | 0 | 1001110 | 0 | 1000001 | 100101100 | 1000000 | 10110 |
Color Harmonies of #5A145A
Complementary color
Monochromatic Colors of #5A145A
Black with #5A145A
Text Example
Text Example
White with #5A145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A145A; }
p { color: rgb(90,20,90); }
H1.HeaderClassName
{
color: #5A145A;
}
.AnyTagClassName
{
color: #5A145A;
}
</style>
background-color css
<style>
a { background-color: #5A145A; }
a { background-color: rgb(90,20,90); }
div.DivClassName
{
background-color: #5A145A;
}
.BgClassName
{
background-color: #5A145A;
}
</style>
border-color css
<style>
span { border-color: #5A145A; }
span { border-color: rgb(90,20,90); }
td.TdClassName
{
border-color: #5A145A;
}
.TagClassName
{
border-color: #5A145A;
}
</style>