Shades of Han Purple #5E15FC
Tints of Han Purple #5E15FC
RGB
CMYK
RGB Variations
Color information
#5E15FC (or 0x5E15FC) is known color: Han Purple. HEX triplet: 5E, 15 and FC. RGB value is (94,21,252). Sum of RGB (Red+Green+Blue) = 94+21+252=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E15FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E15FC is #A1EA03. Grayscale: #444444. Windows color (decimal): -10611204 or 16520542. OLE color: 16520542.
HSL color Cylindrical-coordinate representation of color #5E15FC: hue angle of 258.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E15FC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 21 | 252 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.01 |
| HSL | 258.96º | 0.97% | 0.54% | - |
| HSV(B) | 258.96º | 0.92% | 0.99% | - |
| XYZ | 22.45 | 9.94 | 92.83 | - |
| YUV | 69.16 | 231.18 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 252 | 0.63 | 0.92 | 0 | 0.01 | 258.96 | 0.97 | 0.54 |
| Hex | 5E | 15 | FC | 3F | 5C | 0 | 1 | 103 | 61 | 36 |
| Octal | 136 | 25 | 374 | 77 | 134 | 0 | 1 | 403 | 141 | 66 |
| Binary | 1011110 | 10101 | 11111100 | 111111 | 1011100 | 0 | 1 | 100000011 | 1100001 | 110110 |
Color Harmonies of #5E15FC
Complementary color
Monochromatic Colors of #5E15FC
Black with #5E15FC
Text Example
Text Example
White with #5E15FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E15FC; }
p { color: rgb(94,21,252); }
H1.HeaderClassName
{
color: #5E15FC;
}
.AnyTagClassName
{
color: #5E15FC;
}
</style>
background-color css
<style>
a { background-color: #5E15FC; }
a { background-color: rgb(94,21,252); }
div.DivClassName
{
background-color: #5E15FC;
}
.BgClassName
{
background-color: #5E15FC;
}
</style>
border-color css
<style>
span { border-color: #5E15FC; }
span { border-color: rgb(94,21,252); }
td.TdClassName
{
border-color: #5E15FC;
}
.TagClassName
{
border-color: #5E15FC;
}
</style>