Shades of Palatinate Purple #5A1461
Tints of Palatinate Purple #5A1461
RGB
CMYK
RGB Variations
Color information
#5A1461 (or 0x5A1461) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 61. RGB value is (90,20,97). Sum of RGB (Red+Green+Blue) = 90+20+97=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1461 is #A5EB9E. Grayscale: #313131. Windows color (decimal): -10873759 or 6362202. OLE color: 6362202.
HSL color Cylindrical-coordinate representation of color #5A1461: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1461 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 20 | 97 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.62 |
| HSL | 294.55º | 0.66% | 0.23% | - |
| HSV(B) | 294.55º | 0.79% | 0.38% | - |
| XYZ | 6.62 | 3.54 | 11.64 | - |
| YUV | 49.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 97 | 0.07 | 0.79 | 0 | 0.62 | 294.55 | 0.66 | 0.23 |
| Hex | 5A | 14 | 61 | 7 | 4F | 0 | 3E | 127 | 42 | 17 |
| Octal | 132 | 24 | 141 | 7 | 117 | 0 | 76 | 447 | 102 | 27 |
| Binary | 1011010 | 10100 | 1100001 | 111 | 1001111 | 0 | 111110 | 100100111 | 1000010 | 10111 |
Color Harmonies of #5A1461
Complementary color
Monochromatic Colors of #5A1461
Black with #5A1461
Text Example
Text Example
White with #5A1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1461; }
p { color: rgb(90,20,97); }
H1.HeaderClassName
{
color: #5A1461;
}
.AnyTagClassName
{
color: #5A1461;
}
</style>
background-color css
<style>
a { background-color: #5A1461; }
a { background-color: rgb(90,20,97); }
div.DivClassName
{
background-color: #5A1461;
}
.BgClassName
{
background-color: #5A1461;
}
</style>
border-color css
<style>
span { border-color: #5A1461; }
span { border-color: rgb(90,20,97); }
td.TdClassName
{
border-color: #5A1461;
}
.TagClassName
{
border-color: #5A1461;
}
</style>