Shades of Han Purple #5A1AFE
Tints of Han Purple #5A1AFE
RGB
CMYK
RGB Variations
Color information
#5A1AFE (or 0x5A1AFE) is known color: Han Purple. HEX triplet: 5A, 1A and FE. RGB value is (90,26,254). Sum of RGB (Red+Green+Blue) = 90+26+254=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AFE is #A5E501. Grayscale: #464646. Windows color (decimal): -10872066 or 16652890. OLE color: 16652890.
HSL color Cylindrical-coordinate representation of color #5A1AFE: hue angle of 256.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1AFE is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 26 | 254 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.00 |
| HSL | 256.84º | 0.99% | 0.55% | - |
| HSV(B) | 256.84º | 0.9% | 1% | - |
| XYZ | 22.48 | 10.07 | 94.52 | - |
| YUV | 71.13 | 231.2 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 254 | 0.65 | 0.90 | 0 | 0.00 | 256.84 | 0.99 | 0.55 |
| Hex | 5A | 1A | FE | 41 | 5A | 0 | 0 | 101 | 63 | 37 |
| Octal | 132 | 32 | 376 | 101 | 132 | 0 | 0 | 401 | 143 | 67 |
| Binary | 1011010 | 11010 | 11111110 | 1000001 | 1011010 | 0 | 0 | 100000001 | 1100011 | 110111 |
Color Harmonies of #5A1AFE
Complementary color
Monochromatic Colors of #5A1AFE
Black with #5A1AFE
Text Example
Text Example
White with #5A1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1AFE; }
p { color: rgb(90,26,254); }
H1.HeaderClassName
{
color: #5A1AFE;
}
.AnyTagClassName
{
color: #5A1AFE;
}
</style>
background-color css
<style>
a { background-color: #5A1AFE; }
a { background-color: rgb(90,26,254); }
div.DivClassName
{
background-color: #5A1AFE;
}
.BgClassName
{
background-color: #5A1AFE;
}
</style>
border-color css
<style>
span { border-color: #5A1AFE; }
span { border-color: rgb(90,26,254); }
td.TdClassName
{
border-color: #5A1AFE;
}
.TagClassName
{
border-color: #5A1AFE;
}
</style>