Shades of Han Purple #5A0FFE
Tints of Han Purple #5A0FFE
RGB
CMYK
RGB Variations
Color information
#5A0FFE (or 0x5A0FFE) is known color: Han Purple. HEX triplet: 5A, 0F and FE. RGB value is (90,15,254). Sum of RGB (Red+Green+Blue) = 90+15+254=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FFE is #A5F001. Grayscale: #3F3F3F. Windows color (decimal): -10874882 or 16650074. OLE color: 16650074.
HSL color Cylindrical-coordinate representation of color #5A0FFE: hue angle of 258.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FFE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 15 | 254 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.00 |
| HSL | 258.83º | 0.99% | 0.53% | - |
| HSV(B) | 258.83º | 0.94% | 1% | - |
| XYZ | 22.28 | 9.67 | 94.46 | - |
| YUV | 64.67 | 234.85 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 254 | 0.65 | 0.94 | 0 | 0.00 | 258.83 | 0.99 | 0.53 |
| Hex | 5A | F | FE | 41 | 5E | 0 | 0 | 103 | 63 | 35 |
| Octal | 132 | 17 | 376 | 101 | 136 | 0 | 0 | 403 | 143 | 65 |
| Binary | 1011010 | 1111 | 11111110 | 1000001 | 1011110 | 0 | 0 | 100000011 | 1100011 | 110101 |
Color Harmonies of #5A0FFE
Complementary color
Monochromatic Colors of #5A0FFE
Black with #5A0FFE
Text Example
Text Example
White with #5A0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0FFE; }
p { color: rgb(90,15,254); }
H1.HeaderClassName
{
color: #5A0FFE;
}
.AnyTagClassName
{
color: #5A0FFE;
}
</style>
background-color css
<style>
a { background-color: #5A0FFE; }
a { background-color: rgb(90,15,254); }
div.DivClassName
{
background-color: #5A0FFE;
}
.BgClassName
{
background-color: #5A0FFE;
}
</style>
border-color css
<style>
span { border-color: #5A0FFE; }
span { border-color: rgb(90,15,254); }
td.TdClassName
{
border-color: #5A0FFE;
}
.TagClassName
{
border-color: #5A0FFE;
}
</style>