Shades of Han Purple #5E2EFD
Tints of Han Purple #5E2EFD
RGB
CMYK
RGB Variations
Color information
#5E2EFD (or 0x5E2EFD) is known color: Han Purple. HEX triplet: 5E, 2E and FD. RGB value is (94,46,253). Sum of RGB (Red+Green+Blue) = 94+46+253=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E2EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2EFD is #A1D102. Grayscale: #535353. Windows color (decimal): -10604803 or 16592478. OLE color: 16592478.
HSL color Cylindrical-coordinate representation of color #5E2EFD: hue angle of 253.91º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2EFD is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 46 | 253 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.01 |
| HSL | 253.91º | 0.98% | 0.59% | - |
| HSV(B) | 253.91º | 0.82% | 0.99% | - |
| XYZ | 23.32 | 11.43 | 93.9 | - |
| YUV | 83.95 | 223.4 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 253 | 0.63 | 0.82 | 0 | 0.01 | 253.91 | 0.98 | 0.59 |
| Hex | 5E | 2E | FD | 3F | 52 | 0 | 1 | FE | 62 | 3B |
| Octal | 136 | 56 | 375 | 77 | 122 | 0 | 1 | 376 | 142 | 73 |
| Binary | 1011110 | 101110 | 11111101 | 111111 | 1010010 | 0 | 1 | 11111110 | 1100010 | 111011 |
Color Harmonies of #5E2EFD
Complementary color
Monochromatic Colors of #5E2EFD
Black with #5E2EFD
Text Example
Text Example
White with #5E2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EFD; }
p { color: rgb(94,46,253); }
H1.HeaderClassName
{
color: #5E2EFD;
}
.AnyTagClassName
{
color: #5E2EFD;
}
</style>
background-color css
<style>
a { background-color: #5E2EFD; }
a { background-color: rgb(94,46,253); }
div.DivClassName
{
background-color: #5E2EFD;
}
.BgClassName
{
background-color: #5E2EFD;
}
</style>
border-color css
<style>
span { border-color: #5E2EFD; }
span { border-color: rgb(94,46,253); }
td.TdClassName
{
border-color: #5E2EFD;
}
.TagClassName
{
border-color: #5E2EFD;
}
</style>