Shades of Palatinate Purple #5A1253
Tints of Palatinate Purple #5A1253
RGB
CMYK
RGB Variations
Color information
#5A1253 (or 0x5A1253) is known color: Palatinate Purple. HEX triplet: 5A, 12 and 53. RGB value is (90,18,83). Sum of RGB (Red+Green+Blue) = 90+18+83=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1253 is #A5EDAC. Grayscale: #2E2E2E. Windows color (decimal): -10874285 or 5444186. OLE color: 5444186.
HSL color Cylindrical-coordinate representation of color #5A1253: hue angle of 305.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1253 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 83 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.65 |
| HSL | 305.83º | 0.67% | 0.21% | - |
| HSV(B) | 305.83º | 0.8% | 0.35% | - |
| XYZ | 5.99 | 3.23 | 8.49 | - |
| YUV | 46.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 83 | 0 | 0.80 | 0.08 | 0.65 | 305.83 | 0.67 | 0.21 |
| Hex | 5A | 12 | 53 | 0 | 50 | 8 | 41 | 132 | 43 | 15 |
| Octal | 132 | 22 | 123 | 0 | 120 | 10 | 101 | 462 | 103 | 25 |
| Binary | 1011010 | 10010 | 1010011 | 0 | 1010000 | 1000 | 1000001 | 100110010 | 1000011 | 10101 |
Color Harmonies of #5A1253
Complementary color
Monochromatic Colors of #5A1253
Black with #5A1253
Text Example
Text Example
White with #5A1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1253; }
p { color: rgb(90,18,83); }
H1.HeaderClassName
{
color: #5A1253;
}
.AnyTagClassName
{
color: #5A1253;
}
</style>
background-color css
<style>
a { background-color: #5A1253; }
a { background-color: rgb(90,18,83); }
div.DivClassName
{
background-color: #5A1253;
}
.BgClassName
{
background-color: #5A1253;
}
</style>
border-color css
<style>
span { border-color: #5A1253; }
span { border-color: rgb(90,18,83); }
td.TdClassName
{
border-color: #5A1253;
}
.TagClassName
{
border-color: #5A1253;
}
</style>