Shades of Han Purple #5E17F9
Tints of Han Purple #5E17F9
RGB
CMYK
RGB Variations
Color information
#5E17F9 (or 0x5E17F9) is known color: Han Purple. HEX triplet: 5E, 17 and F9. RGB value is (94,23,249). Sum of RGB (Red+Green+Blue) = 94+23+249=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E17F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E17F9 is #A1E806. Grayscale: #454545. Windows color (decimal): -10610695 or 16324446. OLE color: 16324446.
HSL color Cylindrical-coordinate representation of color #5E17F9: hue angle of 258.85º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E17F9 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 23 | 249 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.02 |
| HSL | 258.85º | 0.95% | 0.53% | - |
| HSV(B) | 258.85º | 0.91% | 0.98% | - |
| XYZ | 22.02 | 9.83 | 90.36 | - |
| YUV | 69.99 | 229.02 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 249 | 0.62 | 0.91 | 0 | 0.02 | 258.85 | 0.95 | 0.53 |
| Hex | 5E | 17 | F9 | 3E | 5B | 0 | 2 | 103 | 5F | 35 |
| Octal | 136 | 27 | 371 | 76 | 133 | 0 | 2 | 403 | 137 | 65 |
| Binary | 1011110 | 10111 | 11111001 | 111110 | 1011011 | 0 | 10 | 100000011 | 1011111 | 110101 |
Color Harmonies of #5E17F9
Complementary color
Monochromatic Colors of #5E17F9
Black with #5E17F9
Text Example
Text Example
White with #5E17F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E17F9; }
p { color: rgb(94,23,249); }
H1.HeaderClassName
{
color: #5E17F9;
}
.AnyTagClassName
{
color: #5E17F9;
}
</style>
background-color css
<style>
a { background-color: #5E17F9; }
a { background-color: rgb(94,23,249); }
div.DivClassName
{
background-color: #5E17F9;
}
.BgClassName
{
background-color: #5E17F9;
}
</style>
border-color css
<style>
span { border-color: #5E17F9; }
span { border-color: rgb(94,23,249); }
td.TdClassName
{
border-color: #5E17F9;
}
.TagClassName
{
border-color: #5E17F9;
}
</style>