Shades of Han Purple #5E2EFB
Tints of Han Purple #5E2EFB
RGB
CMYK
RGB Variations
Color information
#5E2EFB (or 0x5E2EFB) is known color: Han Purple. HEX triplet: 5E, 2E and FB. RGB value is (94,46,251). Sum of RGB (Red+Green+Blue) = 94+46+251=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E2EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2EFB is #A1D104. Grayscale: #525252. Windows color (decimal): -10604805 or 16461406. OLE color: 16461406.
HSL color Cylindrical-coordinate representation of color #5E2EFB: hue angle of 254.05º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2EFB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 46 | 251 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.02 |
| HSL | 254.05º | 0.96% | 0.58% | - |
| HSV(B) | 254.05º | 0.82% | 0.98% | - |
| XYZ | 23.01 | 11.3 | 92.24 | - |
| YUV | 83.72 | 222.4 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 251 | 0.63 | 0.82 | 0 | 0.02 | 254.05 | 0.96 | 0.58 |
| Hex | 5E | 2E | FB | 3F | 52 | 0 | 2 | FE | 60 | 3A |
| Octal | 136 | 56 | 373 | 77 | 122 | 0 | 2 | 376 | 140 | 72 |
| Binary | 1011110 | 101110 | 11111011 | 111111 | 1010010 | 0 | 10 | 11111110 | 1100000 | 111010 |
Color Harmonies of #5E2EFB
Complementary color
Monochromatic Colors of #5E2EFB
Black with #5E2EFB
Text Example
Text Example
White with #5E2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EFB; }
p { color: rgb(94,46,251); }
H1.HeaderClassName
{
color: #5E2EFB;
}
.AnyTagClassName
{
color: #5E2EFB;
}
</style>
background-color css
<style>
a { background-color: #5E2EFB; }
a { background-color: rgb(94,46,251); }
div.DivClassName
{
background-color: #5E2EFB;
}
.BgClassName
{
background-color: #5E2EFB;
}
</style>
border-color css
<style>
span { border-color: #5E2EFB; }
span { border-color: rgb(94,46,251); }
td.TdClassName
{
border-color: #5E2EFB;
}
.TagClassName
{
border-color: #5E2EFB;
}
</style>