Shades of Han Purple #5E15FA
Tints of Han Purple #5E15FA
RGB
CMYK
RGB Variations
Color information
#5E15FA (or 0x5E15FA) is known color: Han Purple. HEX triplet: 5E, 15 and FA. RGB value is (94,21,250). Sum of RGB (Red+Green+Blue) = 94+21+250=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E15FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E15FA is #A1EA05. Grayscale: #444444. Windows color (decimal): -10611206 or 16389470. OLE color: 16389470.
HSL color Cylindrical-coordinate representation of color #5E15FA: hue angle of 259.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E15FA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 21 | 250 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.02 |
| HSL | 259.13º | 0.96% | 0.53% | - |
| HSV(B) | 259.13º | 0.92% | 0.98% | - |
| XYZ | 22.14 | 9.82 | 91.17 | - |
| YUV | 68.93 | 230.18 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 250 | 0.62 | 0.92 | 0 | 0.02 | 259.13 | 0.96 | 0.53 |
| Hex | 5E | 15 | FA | 3E | 5C | 0 | 2 | 103 | 60 | 35 |
| Octal | 136 | 25 | 372 | 76 | 134 | 0 | 2 | 403 | 140 | 65 |
| Binary | 1011110 | 10101 | 11111010 | 111110 | 1011100 | 0 | 10 | 100000011 | 1100000 | 110101 |
Color Harmonies of #5E15FA
Complementary color
Monochromatic Colors of #5E15FA
Black with #5E15FA
Text Example
Text Example
White with #5E15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E15FA; }
p { color: rgb(94,21,250); }
H1.HeaderClassName
{
color: #5E15FA;
}
.AnyTagClassName
{
color: #5E15FA;
}
</style>
background-color css
<style>
a { background-color: #5E15FA; }
a { background-color: rgb(94,21,250); }
div.DivClassName
{
background-color: #5E15FA;
}
.BgClassName
{
background-color: #5E15FA;
}
</style>
border-color css
<style>
span { border-color: #5E15FA; }
span { border-color: rgb(94,21,250); }
td.TdClassName
{
border-color: #5E15FA;
}
.TagClassName
{
border-color: #5E15FA;
}
</style>