Shades of Han Purple #5A18F5
Tints of Han Purple #5A18F5
RGB
CMYK
RGB Variations
Color information
#5A18F5 (or 0x5A18F5) is known color: Han Purple. HEX triplet: 5A, 18 and F5. RGB value is (90,24,245). Sum of RGB (Red+Green+Blue) = 90+24+245=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #5A18F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A18F5 is #A5E70A. Grayscale: #444444. Windows color (decimal): -10872587 or 16062554. OLE color: 16062554.
HSL color Cylindrical-coordinate representation of color #5A18F5: hue angle of 257.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A18F5 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 24 | 245 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.04 |
| HSL | 257.92º | 0.92% | 0.53% | - |
| HSV(B) | 257.92º | 0.9% | 0.96% | - |
| XYZ | 21.02 | 9.42 | 87.1 | - |
| YUV | 68.93 | 227.37 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 245 | 0.63 | 0.90 | 0 | 0.04 | 257.92 | 0.92 | 0.53 |
| Hex | 5A | 18 | F5 | 3F | 5A | 0 | 4 | 102 | 5C | 35 |
| Octal | 132 | 30 | 365 | 77 | 132 | 0 | 4 | 402 | 134 | 65 |
| Binary | 1011010 | 11000 | 11110101 | 111111 | 1011010 | 0 | 100 | 100000010 | 1011100 | 110101 |
Color Harmonies of #5A18F5
Complementary color
Monochromatic Colors of #5A18F5
Black with #5A18F5
Text Example
Text Example
White with #5A18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A18F5; }
p { color: rgb(90,24,245); }
H1.HeaderClassName
{
color: #5A18F5;
}
.AnyTagClassName
{
color: #5A18F5;
}
</style>
background-color css
<style>
a { background-color: #5A18F5; }
a { background-color: rgb(90,24,245); }
div.DivClassName
{
background-color: #5A18F5;
}
.BgClassName
{
background-color: #5A18F5;
}
</style>
border-color css
<style>
span { border-color: #5A18F5; }
span { border-color: rgb(90,24,245); }
td.TdClassName
{
border-color: #5A18F5;
}
.TagClassName
{
border-color: #5A18F5;
}
</style>