Shades of Palatinate Purple #5A0362
Tints of Palatinate Purple #5A0362
RGB
CMYK
RGB Variations
Color information
#5A0362 (or 0x5A0362) is known color: Palatinate Purple. HEX triplet: 5A, 03 and 62. RGB value is (90,3,98). Sum of RGB (Red+Green+Blue) = 90+3+98=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0362 is #A5FC9D. Grayscale: #272727. Windows color (decimal): -10878110 or 6423386. OLE color: 6423386.
HSL color Cylindrical-coordinate representation of color #5A0362: hue angle of 294.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0362 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 3 | 98 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.62 |
| HSL | 294.95º | 0.94% | 0.2% | - |
| HSV(B) | 294.95º | 0.97% | 0.38% | - |
| XYZ | 6.45 | 3.12 | 11.82 | - |
| YUV | 39.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 98 | 0.08 | 0.97 | 0 | 0.62 | 294.95 | 0.94 | 0.2 |
| Hex | 5A | 3 | 62 | 8 | 61 | 0 | 3E | 127 | 5E | 14 |
| Octal | 132 | 3 | 142 | 10 | 141 | 0 | 76 | 447 | 136 | 24 |
| Binary | 1011010 | 11 | 1100010 | 1000 | 1100001 | 0 | 111110 | 100100111 | 1011110 | 10100 |
Color Harmonies of #5A0362
Complementary color
Monochromatic Colors of #5A0362
Black with #5A0362
Text Example
Text Example
White with #5A0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0362; }
p { color: rgb(90,3,98); }
H1.HeaderClassName
{
color: #5A0362;
}
.AnyTagClassName
{
color: #5A0362;
}
</style>
background-color css
<style>
a { background-color: #5A0362; }
a { background-color: rgb(90,3,98); }
div.DivClassName
{
background-color: #5A0362;
}
.BgClassName
{
background-color: #5A0362;
}
</style>
border-color css
<style>
span { border-color: #5A0362; }
span { border-color: rgb(90,3,98); }
td.TdClassName
{
border-color: #5A0362;
}
.TagClassName
{
border-color: #5A0362;
}
</style>