Shades of Palatinate Purple #5A1B4F
Tints of Palatinate Purple #5A1B4F
RGB
CMYK
RGB Variations
Color information
#5A1B4F (or 0x5A1B4F) is known color: Palatinate Purple. HEX triplet: 5A, 1B and 4F. RGB value is (90,27,79). Sum of RGB (Red+Green+Blue) = 90+27+79=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B4F is #A5E4B0. Grayscale: #333333. Windows color (decimal): -10871985 or 5184346. OLE color: 5184346.
HSL color Cylindrical-coordinate representation of color #5A1B4F: hue angle of 310.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B4F is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 79 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.65 |
| HSL | 310.48º | 0.54% | 0.23% | - |
| HSV(B) | 310.48º | 0.7% | 0.35% | - |
| XYZ | 6.02 | 3.52 | 7.76 | - |
| YUV | 51.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 79 | 0 | 0.70 | 0.12 | 0.65 | 310.48 | 0.54 | 0.23 |
| Hex | 5A | 1B | 4F | 0 | 46 | C | 41 | 136 | 36 | 17 |
| Octal | 132 | 33 | 117 | 0 | 106 | 14 | 101 | 466 | 66 | 27 |
| Binary | 1011010 | 11011 | 1001111 | 0 | 1000110 | 1100 | 1000001 | 100110110 | 110110 | 10111 |
Color Harmonies of #5A1B4F
Complementary color
Monochromatic Colors of #5A1B4F
Black with #5A1B4F
Text Example
Text Example
White with #5A1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B4F; }
p { color: rgb(90,27,79); }
H1.HeaderClassName
{
color: #5A1B4F;
}
.AnyTagClassName
{
color: #5A1B4F;
}
</style>
background-color css
<style>
a { background-color: #5A1B4F; }
a { background-color: rgb(90,27,79); }
div.DivClassName
{
background-color: #5A1B4F;
}
.BgClassName
{
background-color: #5A1B4F;
}
</style>
border-color css
<style>
span { border-color: #5A1B4F; }
span { border-color: rgb(90,27,79); }
td.TdClassName
{
border-color: #5A1B4F;
}
.TagClassName
{
border-color: #5A1B4F;
}
</style>