Shades of Han Purple #5E2BFE
Tints of Han Purple #5E2BFE
RGB
CMYK
RGB Variations
Color information
#5E2BFE (or 0x5E2BFE) is known color: Han Purple. HEX triplet: 5E, 2B and FE. RGB value is (94,43,254). Sum of RGB (Red+Green+Blue) = 94+43+254=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E2BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BFE is #A1D401. Grayscale: #515151. Windows color (decimal): -10605570 or 16657246. OLE color: 16657246.
HSL color Cylindrical-coordinate representation of color #5E2BFE: hue angle of 254.5º 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 #5E2BFE is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 43 | 254 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.00 |
| HSL | 254.5º | 0.99% | 0.58% | - |
| HSV(B) | 254.5º | 0.83% | 1% | - |
| XYZ | 23.37 | 11.26 | 94.71 | - |
| YUV | 82.3 | 224.9 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 254 | 0.63 | 0.83 | 0 | 0.00 | 254.5 | 0.99 | 0.58 |
| Hex | 5E | 2B | FE | 3F | 53 | 0 | 0 | FF | 63 | 3A |
| Octal | 136 | 53 | 376 | 77 | 123 | 0 | 0 | 377 | 143 | 72 |
| Binary | 1011110 | 101011 | 11111110 | 111111 | 1010011 | 0 | 0 | 11111111 | 1100011 | 111010 |
Color Harmonies of #5E2BFE
Complementary color
Monochromatic Colors of #5E2BFE
Black with #5E2BFE
Text Example
Text Example
White with #5E2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BFE; }
p { color: rgb(94,43,254); }
H1.HeaderClassName
{
color: #5E2BFE;
}
.AnyTagClassName
{
color: #5E2BFE;
}
</style>
background-color css
<style>
a { background-color: #5E2BFE; }
a { background-color: rgb(94,43,254); }
div.DivClassName
{
background-color: #5E2BFE;
}
.BgClassName
{
background-color: #5E2BFE;
}
</style>
border-color css
<style>
span { border-color: #5E2BFE; }
span { border-color: rgb(94,43,254); }
td.TdClassName
{
border-color: #5E2BFE;
}
.TagClassName
{
border-color: #5E2BFE;
}
</style>