Shades of Palatinate Purple #5A1355
Tints of Palatinate Purple #5A1355
RGB
CMYK
RGB Variations
Color information
#5A1355 (or 0x5A1355) is known color: Palatinate Purple. HEX triplet: 5A, 13 and 55. RGB value is (90,19,85). Sum of RGB (Red+Green+Blue) = 90+19+85=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1355 is #A5ECAA. Grayscale: #2F2F2F. Windows color (decimal): -10874027 or 5575514. OLE color: 5575514.
HSL color Cylindrical-coordinate representation of color #5A1355: hue angle of 304.23º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1355 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 85 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.65 |
| HSL | 304.23º | 0.65% | 0.21% | - |
| HSV(B) | 304.23º | 0.79% | 0.35% | - |
| XYZ | 6.09 | 3.3 | 8.91 | - |
| YUV | 47.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 85 | 0 | 0.79 | 0.06 | 0.65 | 304.23 | 0.65 | 0.21 |
| Hex | 5A | 13 | 55 | 0 | 4F | 6 | 41 | 130 | 41 | 15 |
| Octal | 132 | 23 | 125 | 0 | 117 | 6 | 101 | 460 | 101 | 25 |
| Binary | 1011010 | 10011 | 1010101 | 0 | 1001111 | 110 | 1000001 | 100110000 | 1000001 | 10101 |
Color Harmonies of #5A1355
Complementary color
Monochromatic Colors of #5A1355
Black with #5A1355
Text Example
Text Example
White with #5A1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1355; }
p { color: rgb(90,19,85); }
H1.HeaderClassName
{
color: #5A1355;
}
.AnyTagClassName
{
color: #5A1355;
}
</style>
background-color css
<style>
a { background-color: #5A1355; }
a { background-color: rgb(90,19,85); }
div.DivClassName
{
background-color: #5A1355;
}
.BgClassName
{
background-color: #5A1355;
}
</style>
border-color css
<style>
span { border-color: #5A1355; }
span { border-color: rgb(90,19,85); }
td.TdClassName
{
border-color: #5A1355;
}
.TagClassName
{
border-color: #5A1355;
}
</style>