Shades of Palatinate Purple #5A105C
Tints of Palatinate Purple #5A105C
RGB
CMYK
RGB Variations
Color information
#5A105C (or 0x5A105C) is known color: Palatinate Purple. HEX triplet: 5A, 10 and 5C. RGB value is (90,16,92). Sum of RGB (Red+Green+Blue) = 90+16+92=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A105C is #A5EFA3. Grayscale: #2E2E2E. Windows color (decimal): -10874788 or 6033498. OLE color: 6033498.
HSL color Cylindrical-coordinate representation of color #5A105C: hue angle of 298.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A105C is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 16 | 92 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.64 |
| HSL | 298.42º | 0.7% | 0.21% | - |
| HSV(B) | 298.42º | 0.83% | 0.36% | - |
| XYZ | 6.33 | 3.32 | 10.43 | - |
| YUV | 46.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 92 | 0.02 | 0.83 | 0 | 0.64 | 298.42 | 0.7 | 0.21 |
| Hex | 5A | 10 | 5C | 2 | 53 | 0 | 40 | 12A | 46 | 15 |
| Octal | 132 | 20 | 134 | 2 | 123 | 0 | 100 | 452 | 106 | 25 |
| Binary | 1011010 | 10000 | 1011100 | 10 | 1010011 | 0 | 1000000 | 100101010 | 1000110 | 10101 |
Color Harmonies of #5A105C
Complementary color
Monochromatic Colors of #5A105C
Black with #5A105C
Text Example
Text Example
White with #5A105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A105C; }
p { color: rgb(90,16,92); }
H1.HeaderClassName
{
color: #5A105C;
}
.AnyTagClassName
{
color: #5A105C;
}
</style>
background-color css
<style>
a { background-color: #5A105C; }
a { background-color: rgb(90,16,92); }
div.DivClassName
{
background-color: #5A105C;
}
.BgClassName
{
background-color: #5A105C;
}
</style>
border-color css
<style>
span { border-color: #5A105C; }
span { border-color: rgb(90,16,92); }
td.TdClassName
{
border-color: #5A105C;
}
.TagClassName
{
border-color: #5A105C;
}
</style>