Shades of Han Purple #5A1DFE
Tints of Han Purple #5A1DFE
RGB
CMYK
RGB Variations
Color information
#5A1DFE (or 0x5A1DFE) is known color: Han Purple. HEX triplet: 5A, 1D and FE. RGB value is (90,29,254). Sum of RGB (Red+Green+Blue) = 90+29+254=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1DFE is #A5E201. Grayscale: #484848. Windows color (decimal): -10871298 or 16653658. OLE color: 16653658.
HSL color Cylindrical-coordinate representation of color #5A1DFE: hue angle of 256.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1DFE is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 29 | 254 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.00 |
| HSL | 256.27º | 0.99% | 0.55% | - |
| HSV(B) | 256.27º | 0.89% | 1% | - |
| XYZ | 22.55 | 10.21 | 94.55 | - |
| YUV | 72.89 | 230.21 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 254 | 0.65 | 0.89 | 0 | 0.00 | 256.27 | 0.99 | 0.55 |
| Hex | 5A | 1D | FE | 41 | 59 | 0 | 0 | 100 | 63 | 37 |
| Octal | 132 | 35 | 376 | 101 | 131 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1011010 | 11101 | 11111110 | 1000001 | 1011001 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #5A1DFE
Complementary color
Monochromatic Colors of #5A1DFE
Black with #5A1DFE
Text Example
Text Example
White with #5A1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DFE; }
p { color: rgb(90,29,254); }
H1.HeaderClassName
{
color: #5A1DFE;
}
.AnyTagClassName
{
color: #5A1DFE;
}
</style>
background-color css
<style>
a { background-color: #5A1DFE; }
a { background-color: rgb(90,29,254); }
div.DivClassName
{
background-color: #5A1DFE;
}
.BgClassName
{
background-color: #5A1DFE;
}
</style>
border-color css
<style>
span { border-color: #5A1DFE; }
span { border-color: rgb(90,29,254); }
td.TdClassName
{
border-color: #5A1DFE;
}
.TagClassName
{
border-color: #5A1DFE;
}
</style>