Shades of Han Purple #5A16E6
Tints of Han Purple #5A16E6
RGB
CMYK
RGB Variations
Color information
#5A16E6 (or 0x5A16E6) is known color: Han Purple. HEX triplet: 5A, 16 and E6. RGB value is (90,22,230). Sum of RGB (Red+Green+Blue) = 90+22+230=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A16E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A16E6 is #A5E919. Grayscale: #414141. Windows color (decimal): -10873114 or 15079002. OLE color: 15079002.
HSL color Cylindrical-coordinate representation of color #5A16E6: hue angle of 259.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A16E6 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 22 | 230 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.10 |
| HSL | 259.62º | 0.83% | 0.49% | - |
| HSV(B) | 259.62º | 0.9% | 0.9% | - |
| XYZ | 18.79 | 8.46 | 75.51 | - |
| YUV | 66.04 | 220.53 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 230 | 0.61 | 0.90 | 0 | 0.10 | 259.62 | 0.83 | 0.49 |
| Hex | 5A | 16 | E6 | 3D | 5A | 0 | A | 104 | 53 | 31 |
| Octal | 132 | 26 | 346 | 75 | 132 | 0 | 12 | 404 | 123 | 61 |
| Binary | 1011010 | 10110 | 11100110 | 111101 | 1011010 | 0 | 1010 | 100000100 | 1010011 | 110001 |
Color Harmonies of #5A16E6
Complementary color
Monochromatic Colors of #5A16E6
Black with #5A16E6
Text Example
Text Example
White with #5A16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16E6; }
p { color: rgb(90,22,230); }
H1.HeaderClassName
{
color: #5A16E6;
}
.AnyTagClassName
{
color: #5A16E6;
}
</style>
background-color css
<style>
a { background-color: #5A16E6; }
a { background-color: rgb(90,22,230); }
div.DivClassName
{
background-color: #5A16E6;
}
.BgClassName
{
background-color: #5A16E6;
}
</style>
border-color css
<style>
span { border-color: #5A16E6; }
span { border-color: rgb(90,22,230); }
td.TdClassName
{
border-color: #5A16E6;
}
.TagClassName
{
border-color: #5A16E6;
}
</style>