Shades of Han Purple #5E19F3
Tints of Han Purple #5E19F3
RGB
CMYK
RGB Variations
Color information
#5E19F3 (or 0x5E19F3) is known color: Han Purple. HEX triplet: 5E, 19 and F3. RGB value is (94,25,243). Sum of RGB (Red+Green+Blue) = 94+25+243=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 243 (95.31% from 255 or 67.13% from 362); Max value from RGB is 243 - color contains mainly: blue. Hex color #5E19F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E19F3 is #A1E60C. Grayscale: #454545. Windows color (decimal): -10610189 or 15931742. OLE color: 15931742.
HSL color Cylindrical-coordinate representation of color #5E19F3: hue angle of 258.99º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E19F3 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 25 | 243 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.05 |
| HSL | 258.99º | 0.9% | 0.53% | - |
| HSV(B) | 258.99º | 0.9% | 0.95% | - |
| XYZ | 21.14 | 9.55 | 85.52 | - |
| YUV | 70.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 243 | 0.61 | 0.90 | 0 | 0.05 | 258.99 | 0.9 | 0.53 |
| Hex | 5E | 19 | F3 | 3D | 5A | 0 | 5 | 103 | 5A | 35 |
| Octal | 136 | 31 | 363 | 75 | 132 | 0 | 5 | 403 | 132 | 65 |
| Binary | 1011110 | 11001 | 11110011 | 111101 | 1011010 | 0 | 101 | 100000011 | 1011010 | 110101 |
Color Harmonies of #5E19F3
Complementary color
Monochromatic Colors of #5E19F3
Black with #5E19F3
Text Example
Text Example
White with #5E19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E19F3; }
p { color: rgb(94,25,243); }
H1.HeaderClassName
{
color: #5E19F3;
}
.AnyTagClassName
{
color: #5E19F3;
}
</style>
background-color css
<style>
a { background-color: #5E19F3; }
a { background-color: rgb(94,25,243); }
div.DivClassName
{
background-color: #5E19F3;
}
.BgClassName
{
background-color: #5E19F3;
}
</style>
border-color css
<style>
span { border-color: #5E19F3; }
span { border-color: rgb(94,25,243); }
td.TdClassName
{
border-color: #5E19F3;
}
.TagClassName
{
border-color: #5E19F3;
}
</style>