Shades of Han Purple #5E26F1
Tints of Han Purple #5E26F1
RGB
CMYK
RGB Variations
Color information
#5E26F1 (or 0x5E26F1) is known color: Han Purple. HEX triplet: 5E, 26 and F1. RGB value is (94,38,241). Sum of RGB (Red+Green+Blue) = 94+38+241=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E26F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E26F1 is #A1D90E. Grayscale: #4D4D4D. Windows color (decimal): -10606863 or 15803998. OLE color: 15803998.
HSL color Cylindrical-coordinate representation of color #5E26F1: hue angle of 256.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E26F1 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 38 | 241 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.05 |
| HSL | 256.55º | 0.88% | 0.55% | - |
| HSV(B) | 256.55º | 0.84% | 0.95% | - |
| XYZ | 21.19 | 10.12 | 84.06 | - |
| YUV | 77.89 | 220.05 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 241 | 0.61 | 0.84 | 0 | 0.05 | 256.55 | 0.88 | 0.55 |
| Hex | 5E | 26 | F1 | 3D | 54 | 0 | 5 | 101 | 58 | 37 |
| Octal | 136 | 46 | 361 | 75 | 124 | 0 | 5 | 401 | 130 | 67 |
| Binary | 1011110 | 100110 | 11110001 | 111101 | 1010100 | 0 | 101 | 100000001 | 1011000 | 110111 |
Color Harmonies of #5E26F1
Complementary color
Monochromatic Colors of #5E26F1
Black with #5E26F1
Text Example
Text Example
White with #5E26F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E26F1; }
p { color: rgb(94,38,241); }
H1.HeaderClassName
{
color: #5E26F1;
}
.AnyTagClassName
{
color: #5E26F1;
}
</style>
background-color css
<style>
a { background-color: #5E26F1; }
a { background-color: rgb(94,38,241); }
div.DivClassName
{
background-color: #5E26F1;
}
.BgClassName
{
background-color: #5E26F1;
}
</style>
border-color css
<style>
span { border-color: #5E26F1; }
span { border-color: rgb(94,38,241); }
td.TdClassName
{
border-color: #5E26F1;
}
.TagClassName
{
border-color: #5E26F1;
}
</style>