Shades of Han Purple #5E37F4
Tints of Han Purple #5E37F4
RGB
CMYK
RGB Variations
Color information
#5E37F4 (or 0x5E37F4) is known color: Han Purple. HEX triplet: 5E, 37 and F4. RGB value is (94,55,244). Sum of RGB (Red+Green+Blue) = 94+55+244=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #5E37F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37F4 is #A1C80B. Grayscale: #575757. Windows color (decimal): -10602508 or 16004958. OLE color: 16004958.
HSL color Cylindrical-coordinate representation of color #5E37F4: hue angle of 252.38º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E37F4 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 55 | 244 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.04 |
| HSL | 252.38º | 0.9% | 0.59% | - |
| HSV(B) | 252.38º | 0.77% | 0.96% | - |
| XYZ | 22.31 | 11.64 | 86.66 | - |
| YUV | 88.21 | 215.92 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 244 | 0.61 | 0.77 | 0 | 0.04 | 252.38 | 0.9 | 0.59 |
| Hex | 5E | 37 | F4 | 3D | 4D | 0 | 4 | FC | 5A | 3B |
| Octal | 136 | 67 | 364 | 75 | 115 | 0 | 4 | 374 | 132 | 73 |
| Binary | 1011110 | 110111 | 11110100 | 111101 | 1001101 | 0 | 100 | 11111100 | 1011010 | 111011 |
Color Harmonies of #5E37F4
Complementary color
Monochromatic Colors of #5E37F4
Black with #5E37F4
Text Example
Text Example
White with #5E37F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37F4; }
p { color: rgb(94,55,244); }
H1.HeaderClassName
{
color: #5E37F4;
}
.AnyTagClassName
{
color: #5E37F4;
}
</style>
background-color css
<style>
a { background-color: #5E37F4; }
a { background-color: rgb(94,55,244); }
div.DivClassName
{
background-color: #5E37F4;
}
.BgClassName
{
background-color: #5E37F4;
}
</style>
border-color css
<style>
span { border-color: #5E37F4; }
span { border-color: rgb(94,55,244); }
td.TdClassName
{
border-color: #5E37F4;
}
.TagClassName
{
border-color: #5E37F4;
}
</style>