Shades of Palatinate Purple #5A045C
Tints of Palatinate Purple #5A045C
RGB
CMYK
RGB Variations
Color information
#5A045C (or 0x5A045C) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 5C. RGB value is (90,4,92). Sum of RGB (Red+Green+Blue) = 90+4+92=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A045C is #A5FBA3. Grayscale: #272727. Windows color (decimal): -10877860 or 6030426. OLE color: 6030426.
HSL color Cylindrical-coordinate representation of color #5A045C: hue angle of 298.64º 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 #5A045C is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 4 | 92 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.64 |
| HSL | 298.64º | 0.92% | 0.19% | - |
| HSV(B) | 298.64º | 0.96% | 0.36% | - |
| XYZ | 6.19 | 3.03 | 10.38 | - |
| YUV | 39.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 92 | 0.02 | 0.96 | 0 | 0.64 | 298.64 | 0.92 | 0.19 |
| Hex | 5A | 4 | 5C | 2 | 60 | 0 | 40 | 12B | 5C | 13 |
| Octal | 132 | 4 | 134 | 2 | 140 | 0 | 100 | 453 | 134 | 23 |
| Binary | 1011010 | 100 | 1011100 | 10 | 1100000 | 0 | 1000000 | 100101011 | 1011100 | 10011 |
Color Harmonies of #5A045C
Complementary color
Monochromatic Colors of #5A045C
Black with #5A045C
Text Example
Text Example
White with #5A045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A045C; }
p { color: rgb(90,4,92); }
H1.HeaderClassName
{
color: #5A045C;
}
.AnyTagClassName
{
color: #5A045C;
}
</style>
background-color css
<style>
a { background-color: #5A045C; }
a { background-color: rgb(90,4,92); }
div.DivClassName
{
background-color: #5A045C;
}
.BgClassName
{
background-color: #5A045C;
}
</style>
border-color css
<style>
span { border-color: #5A045C; }
span { border-color: rgb(90,4,92); }
td.TdClassName
{
border-color: #5A045C;
}
.TagClassName
{
border-color: #5A045C;
}
</style>