Shades of Han Purple #5E2EFC
Tints of Han Purple #5E2EFC
RGB
CMYK
RGB Variations
Color information
#5E2EFC (or 0x5E2EFC) is known color: Han Purple. HEX triplet: 5E, 2E and FC. RGB value is (94,46,252). Sum of RGB (Red+Green+Blue) = 94+46+252=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2EFC is #A1D103. Grayscale: #535353. Windows color (decimal): -10604804 or 16526942. OLE color: 16526942.
HSL color Cylindrical-coordinate representation of color #5E2EFC: hue angle of 253.98º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2EFC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 46 | 252 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.01 |
| HSL | 253.98º | 0.97% | 0.58% | - |
| HSV(B) | 253.98º | 0.82% | 0.99% | - |
| XYZ | 23.16 | 11.36 | 93.07 | - |
| YUV | 83.84 | 222.9 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 252 | 0.63 | 0.82 | 0 | 0.01 | 253.98 | 0.97 | 0.58 |
| Hex | 5E | 2E | FC | 3F | 52 | 0 | 1 | FE | 61 | 3A |
| Octal | 136 | 56 | 374 | 77 | 122 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011110 | 101110 | 11111100 | 111111 | 1010010 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5E2EFC
Complementary color
Monochromatic Colors of #5E2EFC
Black with #5E2EFC
Text Example
Text Example
White with #5E2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EFC; }
p { color: rgb(94,46,252); }
H1.HeaderClassName
{
color: #5E2EFC;
}
.AnyTagClassName
{
color: #5E2EFC;
}
</style>
background-color css
<style>
a { background-color: #5E2EFC; }
a { background-color: rgb(94,46,252); }
div.DivClassName
{
background-color: #5E2EFC;
}
.BgClassName
{
background-color: #5E2EFC;
}
</style>
border-color css
<style>
span { border-color: #5E2EFC; }
span { border-color: rgb(94,46,252); }
td.TdClassName
{
border-color: #5E2EFC;
}
.TagClassName
{
border-color: #5E2EFC;
}
</style>