Shades of Palatinate Purple #5A145D
Tints of Palatinate Purple #5A145D
RGB
CMYK
RGB Variations
Color information
#5A145D (or 0x5A145D) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 5D. RGB value is (90,20,93). Sum of RGB (Red+Green+Blue) = 90+20+93=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A145D is #A5EBA2. Grayscale: #313131. Windows color (decimal): -10873763 or 6100058. OLE color: 6100058.
HSL color Cylindrical-coordinate representation of color #5A145D: hue angle of 297.53º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A145D is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 20 | 93 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.64 |
| HSL | 297.53º | 0.65% | 0.22% | - |
| HSV(B) | 297.53º | 0.78% | 0.36% | - |
| XYZ | 6.44 | 3.46 | 10.69 | - |
| YUV | 49.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 93 | 0.03 | 0.78 | 0 | 0.64 | 297.53 | 0.65 | 0.22 |
| Hex | 5A | 14 | 5D | 3 | 4E | 0 | 40 | 12A | 41 | 16 |
| Octal | 132 | 24 | 135 | 3 | 116 | 0 | 100 | 452 | 101 | 26 |
| Binary | 1011010 | 10100 | 1011101 | 11 | 1001110 | 0 | 1000000 | 100101010 | 1000001 | 10110 |
Color Harmonies of #5A145D
Complementary color
Monochromatic Colors of #5A145D
Black with #5A145D
Text Example
Text Example
White with #5A145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A145D; }
p { color: rgb(90,20,93); }
H1.HeaderClassName
{
color: #5A145D;
}
.AnyTagClassName
{
color: #5A145D;
}
</style>
background-color css
<style>
a { background-color: #5A145D; }
a { background-color: rgb(90,20,93); }
div.DivClassName
{
background-color: #5A145D;
}
.BgClassName
{
background-color: #5A145D;
}
</style>
border-color css
<style>
span { border-color: #5A145D; }
span { border-color: rgb(90,20,93); }
td.TdClassName
{
border-color: #5A145D;
}
.TagClassName
{
border-color: #5A145D;
}
</style>