Shades of Palatinate Purple #5A1F4E
Tints of Palatinate Purple #5A1F4E
RGB
CMYK
RGB Variations
Color information
#5A1F4E (or 0x5A1F4E) is known color: Palatinate Purple. HEX triplet: 5A, 1F and 4E. RGB value is (90,31,78). Sum of RGB (Red+Green+Blue) = 90+31+78=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1F4E is #A5E0B1. Grayscale: #353535. Windows color (decimal): -10870962 or 5119834. OLE color: 5119834.
HSL color Cylindrical-coordinate representation of color #5A1F4E: hue angle of 312.2º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A1F4E is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 31 | 78 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.65 |
| HSL | 312.2º | 0.49% | 0.24% | - |
| HSV(B) | 312.2º | 0.66% | 0.35% | - |
| XYZ | 6.08 | 3.7 | 7.6 | - |
| YUV | 54 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 78 | 0 | 0.66 | 0.13 | 0.65 | 312.2 | 0.49 | 0.24 |
| Hex | 5A | 1F | 4E | 0 | 42 | D | 41 | 138 | 31 | 18 |
| Octal | 132 | 37 | 116 | 0 | 102 | 15 | 101 | 470 | 61 | 30 |
| Binary | 1011010 | 11111 | 1001110 | 0 | 1000010 | 1101 | 1000001 | 100111000 | 110001 | 11000 |
Color Harmonies of #5A1F4E
Complementary color
Monochromatic Colors of #5A1F4E
Black with #5A1F4E
Text Example
Text Example
White with #5A1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F4E; }
p { color: rgb(90,31,78); }
H1.HeaderClassName
{
color: #5A1F4E;
}
.AnyTagClassName
{
color: #5A1F4E;
}
</style>
background-color css
<style>
a { background-color: #5A1F4E; }
a { background-color: rgb(90,31,78); }
div.DivClassName
{
background-color: #5A1F4E;
}
.BgClassName
{
background-color: #5A1F4E;
}
</style>
border-color css
<style>
span { border-color: #5A1F4E; }
span { border-color: rgb(90,31,78); }
td.TdClassName
{
border-color: #5A1F4E;
}
.TagClassName
{
border-color: #5A1F4E;
}
</style>