Shades of Han Purple #5A18FA
Tints of Han Purple #5A18FA
RGB
CMYK
RGB Variations
Color information
#5A18FA (or 0x5A18FA) is known color: Han Purple. HEX triplet: 5A, 18 and FA. RGB value is (90,24,250). Sum of RGB (Red+Green+Blue) = 90+24+250=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A18FA is #A5E705. Grayscale: #444444. Windows color (decimal): -10872582 or 16390234. OLE color: 16390234.
HSL color Cylindrical-coordinate representation of color #5A18FA: hue angle of 257.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A18FA is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 24 | 250 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.02 |
| HSL | 257.52º | 0.96% | 0.54% | - |
| HSV(B) | 257.52º | 0.9% | 0.98% | - |
| XYZ | 21.8 | 9.73 | 91.17 | - |
| YUV | 69.5 | 229.87 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 250 | 0.64 | 0.90 | 0 | 0.02 | 257.52 | 0.96 | 0.54 |
| Hex | 5A | 18 | FA | 40 | 5A | 0 | 2 | 102 | 60 | 36 |
| Octal | 132 | 30 | 372 | 100 | 132 | 0 | 2 | 402 | 140 | 66 |
| Binary | 1011010 | 11000 | 11111010 | 1000000 | 1011010 | 0 | 10 | 100000010 | 1100000 | 110110 |
Color Harmonies of #5A18FA
Complementary color
Monochromatic Colors of #5A18FA
Black with #5A18FA
Text Example
Text Example
White with #5A18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A18FA; }
p { color: rgb(90,24,250); }
H1.HeaderClassName
{
color: #5A18FA;
}
.AnyTagClassName
{
color: #5A18FA;
}
</style>
background-color css
<style>
a { background-color: #5A18FA; }
a { background-color: rgb(90,24,250); }
div.DivClassName
{
background-color: #5A18FA;
}
.BgClassName
{
background-color: #5A18FA;
}
</style>
border-color css
<style>
span { border-color: #5A18FA; }
span { border-color: rgb(90,24,250); }
td.TdClassName
{
border-color: #5A18FA;
}
.TagClassName
{
border-color: #5A18FA;
}
</style>