Shades of Palatinate Purple #5A1062
Tints of Palatinate Purple #5A1062
RGB
CMYK
RGB Variations
Color information
#5A1062 (or 0x5A1062) is known color: Palatinate Purple. HEX triplet: 5A, 10 and 62. RGB value is (90,16,98). Sum of RGB (Red+Green+Blue) = 90+16+98=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1062 is #A5EF9D. Grayscale: #2F2F2F. Windows color (decimal): -10874782 or 6426714. OLE color: 6426714.
HSL color Cylindrical-coordinate representation of color #5A1062: hue angle of 294.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1062 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 16 | 98 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.62 |
| HSL | 294.15º | 0.72% | 0.22% | - |
| HSV(B) | 294.15º | 0.84% | 0.38% | - |
| XYZ | 6.61 | 3.43 | 11.87 | - |
| YUV | 47.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 98 | 0.08 | 0.84 | 0 | 0.62 | 294.15 | 0.72 | 0.22 |
| Hex | 5A | 10 | 62 | 8 | 54 | 0 | 3E | 126 | 48 | 16 |
| Octal | 132 | 20 | 142 | 10 | 124 | 0 | 76 | 446 | 110 | 26 |
| Binary | 1011010 | 10000 | 1100010 | 1000 | 1010100 | 0 | 111110 | 100100110 | 1001000 | 10110 |
Color Harmonies of #5A1062
Complementary color
Monochromatic Colors of #5A1062
Black with #5A1062
Text Example
Text Example
White with #5A1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1062; }
p { color: rgb(90,16,98); }
H1.HeaderClassName
{
color: #5A1062;
}
.AnyTagClassName
{
color: #5A1062;
}
</style>
background-color css
<style>
a { background-color: #5A1062; }
a { background-color: rgb(90,16,98); }
div.DivClassName
{
background-color: #5A1062;
}
.BgClassName
{
background-color: #5A1062;
}
</style>
border-color css
<style>
span { border-color: #5A1062; }
span { border-color: rgb(90,16,98); }
td.TdClassName
{
border-color: #5A1062;
}
.TagClassName
{
border-color: #5A1062;
}
</style>