Shades of Palatinate Purple #5A045D
Tints of Palatinate Purple #5A045D
RGB
CMYK
RGB Variations
Color information
#5A045D (or 0x5A045D) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 5D. RGB value is (90,4,93). Sum of RGB (Red+Green+Blue) = 90+4+93=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A045D is #A5FBA2. Grayscale: #272727. Windows color (decimal): -10877859 or 6095962. OLE color: 6095962.
HSL color Cylindrical-coordinate representation of color #5A045D: hue angle of 297.98º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A045D is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 4 | 93 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.64 |
| HSL | 297.98º | 0.92% | 0.19% | - |
| HSV(B) | 297.98º | 0.96% | 0.36% | - |
| XYZ | 6.24 | 3.05 | 10.62 | - |
| YUV | 39.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 93 | 0.03 | 0.96 | 0 | 0.64 | 297.98 | 0.92 | 0.19 |
| Hex | 5A | 4 | 5D | 3 | 60 | 0 | 40 | 12A | 5C | 13 |
| Octal | 132 | 4 | 135 | 3 | 140 | 0 | 100 | 452 | 134 | 23 |
| Binary | 1011010 | 100 | 1011101 | 11 | 1100000 | 0 | 1000000 | 100101010 | 1011100 | 10011 |
Color Harmonies of #5A045D
Complementary color
Monochromatic Colors of #5A045D
Black with #5A045D
Text Example
Text Example
White with #5A045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A045D; }
p { color: rgb(90,4,93); }
H1.HeaderClassName
{
color: #5A045D;
}
.AnyTagClassName
{
color: #5A045D;
}
</style>
background-color css
<style>
a { background-color: #5A045D; }
a { background-color: rgb(90,4,93); }
div.DivClassName
{
background-color: #5A045D;
}
.BgClassName
{
background-color: #5A045D;
}
</style>
border-color css
<style>
span { border-color: #5A045D; }
span { border-color: rgb(90,4,93); }
td.TdClassName
{
border-color: #5A045D;
}
.TagClassName
{
border-color: #5A045D;
}
</style>