Shades of Han Purple #5A0DFE
Tints of Han Purple #5A0DFE
RGB
CMYK
RGB Variations
Color information
#5A0DFE (or 0x5A0DFE) is known color: Han Purple. HEX triplet: 5A, 0D and FE. RGB value is (90,13,254). Sum of RGB (Red+Green+Blue) = 90+13+254=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0DFE is #A5F201. Grayscale: #3E3E3E. Windows color (decimal): -10875394 or 16649562. OLE color: 16649562.
HSL color Cylindrical-coordinate representation of color #5A0DFE: hue angle of 259.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0DFE is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 13 | 254 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.00 |
| HSL | 259.17º | 0.99% | 0.52% | - |
| HSV(B) | 259.17º | 0.95% | 1% | - |
| XYZ | 22.25 | 9.62 | 94.45 | - |
| YUV | 63.5 | 235.51 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 254 | 0.65 | 0.95 | 0 | 0.00 | 259.17 | 0.99 | 0.52 |
| Hex | 5A | D | FE | 41 | 5F | 0 | 0 | 103 | 63 | 34 |
| Octal | 132 | 15 | 376 | 101 | 137 | 0 | 0 | 403 | 143 | 64 |
| Binary | 1011010 | 1101 | 11111110 | 1000001 | 1011111 | 0 | 0 | 100000011 | 1100011 | 110100 |
Color Harmonies of #5A0DFE
Complementary color
Monochromatic Colors of #5A0DFE
Black with #5A0DFE
Text Example
Text Example
White with #5A0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DFE; }
p { color: rgb(90,13,254); }
H1.HeaderClassName
{
color: #5A0DFE;
}
.AnyTagClassName
{
color: #5A0DFE;
}
</style>
background-color css
<style>
a { background-color: #5A0DFE; }
a { background-color: rgb(90,13,254); }
div.DivClassName
{
background-color: #5A0DFE;
}
.BgClassName
{
background-color: #5A0DFE;
}
</style>
border-color css
<style>
span { border-color: #5A0DFE; }
span { border-color: rgb(90,13,254); }
td.TdClassName
{
border-color: #5A0DFE;
}
.TagClassName
{
border-color: #5A0DFE;
}
</style>