Shades of Han Purple #5A18EF
Tints of Han Purple #5A18EF
RGB
CMYK
RGB Variations
Color information
#5A18EF (or 0x5A18EF) is known color: Han Purple. HEX triplet: 5A, 18 and EF. RGB value is (90,24,239). Sum of RGB (Red+Green+Blue) = 90+24+239=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A18EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A18EF is #A5E710. Grayscale: #434343. Windows color (decimal): -10872593 or 15669338. OLE color: 15669338.
HSL color Cylindrical-coordinate representation of color #5A18EF: hue angle of 258.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A18EF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 24 | 239 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.06 |
| HSL | 258.42º | 0.87% | 0.52% | - |
| HSV(B) | 258.42º | 0.9% | 0.94% | - |
| XYZ | 20.12 | 9.06 | 82.35 | - |
| YUV | 68.24 | 224.37 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 239 | 0.62 | 0.90 | 0 | 0.06 | 258.42 | 0.87 | 0.52 |
| Hex | 5A | 18 | EF | 3E | 5A | 0 | 6 | 102 | 57 | 34 |
| Octal | 132 | 30 | 357 | 76 | 132 | 0 | 6 | 402 | 127 | 64 |
| Binary | 1011010 | 11000 | 11101111 | 111110 | 1011010 | 0 | 110 | 100000010 | 1010111 | 110100 |
Color Harmonies of #5A18EF
Complementary color
Monochromatic Colors of #5A18EF
Black with #5A18EF
Text Example
Text Example
White with #5A18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A18EF; }
p { color: rgb(90,24,239); }
H1.HeaderClassName
{
color: #5A18EF;
}
.AnyTagClassName
{
color: #5A18EF;
}
</style>
background-color css
<style>
a { background-color: #5A18EF; }
a { background-color: rgb(90,24,239); }
div.DivClassName
{
background-color: #5A18EF;
}
.BgClassName
{
background-color: #5A18EF;
}
</style>
border-color css
<style>
span { border-color: #5A18EF; }
span { border-color: rgb(90,24,239); }
td.TdClassName
{
border-color: #5A18EF;
}
.TagClassName
{
border-color: #5A18EF;
}
</style>