Shades of Han Purple #5E37F6
Tints of Han Purple #5E37F6
RGB
CMYK
RGB Variations
Color information
#5E37F6 (or 0x5E37F6) is known color: Han Purple. HEX triplet: 5E, 37 and F6. RGB value is (94,55,246). Sum of RGB (Red+Green+Blue) = 94+55+246=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E37F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37F6 is #A1C809. Grayscale: #575757. Windows color (decimal): -10602506 or 16136030. OLE color: 16136030.
HSL color Cylindrical-coordinate representation of color #5E37F6: hue angle of 252.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E37F6 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 55 | 246 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.04 |
| HSL | 252.25º | 0.91% | 0.59% | - |
| HSV(B) | 252.25º | 0.78% | 0.96% | - |
| XYZ | 22.62 | 11.77 | 88.27 | - |
| YUV | 88.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 246 | 0.62 | 0.78 | 0 | 0.04 | 252.25 | 0.91 | 0.59 |
| Hex | 5E | 37 | F6 | 3E | 4E | 0 | 4 | FC | 5B | 3B |
| Octal | 136 | 67 | 366 | 76 | 116 | 0 | 4 | 374 | 133 | 73 |
| Binary | 1011110 | 110111 | 11110110 | 111110 | 1001110 | 0 | 100 | 11111100 | 1011011 | 111011 |
Color Harmonies of #5E37F6
Complementary color
Monochromatic Colors of #5E37F6
Black with #5E37F6
Text Example
Text Example
White with #5E37F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37F6; }
p { color: rgb(94,55,246); }
H1.HeaderClassName
{
color: #5E37F6;
}
.AnyTagClassName
{
color: #5E37F6;
}
</style>
background-color css
<style>
a { background-color: #5E37F6; }
a { background-color: rgb(94,55,246); }
div.DivClassName
{
background-color: #5E37F6;
}
.BgClassName
{
background-color: #5E37F6;
}
</style>
border-color css
<style>
span { border-color: #5E37F6; }
span { border-color: rgb(94,55,246); }
td.TdClassName
{
border-color: #5E37F6;
}
.TagClassName
{
border-color: #5E37F6;
}
</style>