Shades of Han Purple #5A11FA
Tints of Han Purple #5A11FA
RGB
CMYK
RGB Variations
Color information
#5A11FA (or 0x5A11FA) is known color: Han Purple. HEX triplet: 5A, 11 and FA. RGB value is (90,17,250). Sum of RGB (Red+Green+Blue) = 90+17+250=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A11FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A11FA is #A5EE05. Grayscale: #404040. Windows color (decimal): -10874374 or 16388442. OLE color: 16388442.
HSL color Cylindrical-coordinate representation of color #5A11FA: hue angle of 258.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A11FA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 17 | 250 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.02 |
| HSL | 258.8º | 0.96% | 0.52% | - |
| HSV(B) | 258.8º | 0.93% | 0.98% | - |
| XYZ | 21.67 | 9.48 | 91.13 | - |
| YUV | 65.39 | 232.18 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 250 | 0.64 | 0.93 | 0 | 0.02 | 258.8 | 0.96 | 0.52 |
| Hex | 5A | 11 | FA | 40 | 5D | 0 | 2 | 103 | 60 | 34 |
| Octal | 132 | 21 | 372 | 100 | 135 | 0 | 2 | 403 | 140 | 64 |
| Binary | 1011010 | 10001 | 11111010 | 1000000 | 1011101 | 0 | 10 | 100000011 | 1100000 | 110100 |
Color Harmonies of #5A11FA
Complementary color
Monochromatic Colors of #5A11FA
Black with #5A11FA
Text Example
Text Example
White with #5A11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11FA; }
p { color: rgb(90,17,250); }
H1.HeaderClassName
{
color: #5A11FA;
}
.AnyTagClassName
{
color: #5A11FA;
}
</style>
background-color css
<style>
a { background-color: #5A11FA; }
a { background-color: rgb(90,17,250); }
div.DivClassName
{
background-color: #5A11FA;
}
.BgClassName
{
background-color: #5A11FA;
}
</style>
border-color css
<style>
span { border-color: #5A11FA; }
span { border-color: rgb(90,17,250); }
td.TdClassName
{
border-color: #5A11FA;
}
.TagClassName
{
border-color: #5A11FA;
}
</style>