Shades of Han Purple #5A2BFE
Tints of Han Purple #5A2BFE
RGB
CMYK
RGB Variations
Color information
#5A2BFE (or 0x5A2BFE) is known color: Han Purple. HEX triplet: 5A, 2B and FE. RGB value is (90,43,254). Sum of RGB (Red+Green+Blue) = 90+43+254=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A2BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BFE is #A5D401. Grayscale: #505050. Windows color (decimal): -10867714 or 16657242. OLE color: 16657242.
HSL color Cylindrical-coordinate representation of color #5A2BFE: hue angle of 253.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A2BFE is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 43 | 254 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.00 |
| HSL | 253.36º | 0.99% | 0.58% | - |
| HSV(B) | 253.36º | 0.83% | 1% | - |
| XYZ | 22.97 | 11.06 | 94.69 | - |
| YUV | 81.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 254 | 0.65 | 0.83 | 0 | 0.00 | 253.36 | 0.99 | 0.58 |
| Hex | 5A | 2B | FE | 41 | 53 | 0 | 0 | FD | 63 | 3A |
| Octal | 132 | 53 | 376 | 101 | 123 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1011010 | 101011 | 11111110 | 1000001 | 1010011 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #5A2BFE
Complementary color
Monochromatic Colors of #5A2BFE
Black with #5A2BFE
Text Example
Text Example
White with #5A2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BFE; }
p { color: rgb(90,43,254); }
H1.HeaderClassName
{
color: #5A2BFE;
}
.AnyTagClassName
{
color: #5A2BFE;
}
</style>
background-color css
<style>
a { background-color: #5A2BFE; }
a { background-color: rgb(90,43,254); }
div.DivClassName
{
background-color: #5A2BFE;
}
.BgClassName
{
background-color: #5A2BFE;
}
</style>
border-color css
<style>
span { border-color: #5A2BFE; }
span { border-color: rgb(90,43,254); }
td.TdClassName
{
border-color: #5A2BFE;
}
.TagClassName
{
border-color: #5A2BFE;
}
</style>