Shades of Palatinate Purple #5A155C
Tints of Palatinate Purple #5A155C
RGB
CMYK
RGB Variations
Color information
#5A155C (or 0x5A155C) is known color: Palatinate Purple. HEX triplet: 5A, 15 and 5C. RGB value is (90,21,92). Sum of RGB (Red+Green+Blue) = 90+21+92=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A155C is #A5EAA3. Grayscale: #313131. Windows color (decimal): -10873508 or 6034778. OLE color: 6034778.
HSL color Cylindrical-coordinate representation of color #5A155C: hue angle of 298.31º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A155C is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 21 | 92 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.64 |
| HSL | 298.31º | 0.63% | 0.22% | - |
| HSV(B) | 298.31º | 0.77% | 0.36% | - |
| XYZ | 6.42 | 3.48 | 10.46 | - |
| YUV | 49.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 92 | 0.02 | 0.77 | 0 | 0.64 | 298.31 | 0.63 | 0.22 |
| Hex | 5A | 15 | 5C | 2 | 4D | 0 | 40 | 12A | 3F | 16 |
| Octal | 132 | 25 | 134 | 2 | 115 | 0 | 100 | 452 | 77 | 26 |
| Binary | 1011010 | 10101 | 1011100 | 10 | 1001101 | 0 | 1000000 | 100101010 | 111111 | 10110 |
Color Harmonies of #5A155C
Complementary color
Monochromatic Colors of #5A155C
Black with #5A155C
Text Example
Text Example
White with #5A155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A155C; }
p { color: rgb(90,21,92); }
H1.HeaderClassName
{
color: #5A155C;
}
.AnyTagClassName
{
color: #5A155C;
}
</style>
background-color css
<style>
a { background-color: #5A155C; }
a { background-color: rgb(90,21,92); }
div.DivClassName
{
background-color: #5A155C;
}
.BgClassName
{
background-color: #5A155C;
}
</style>
border-color css
<style>
span { border-color: #5A155C; }
span { border-color: rgb(90,21,92); }
td.TdClassName
{
border-color: #5A155C;
}
.TagClassName
{
border-color: #5A155C;
}
</style>