Shades of Han Purple #5E16FC
Tints of Han Purple #5E16FC
RGB
CMYK
RGB Variations
Color information
#5E16FC (or 0x5E16FC) is known color: Han Purple. HEX triplet: 5E, 16 and FC. RGB value is (94,22,252). Sum of RGB (Red+Green+Blue) = 94+22+252=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E16FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E16FC is #A1E903. Grayscale: #444444. Windows color (decimal): -10610948 or 16520798. OLE color: 16520798.
HSL color Cylindrical-coordinate representation of color #5E16FC: hue angle of 258.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E16FC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 22 | 252 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.01 |
| HSL | 258.78º | 0.97% | 0.54% | - |
| HSV(B) | 258.78º | 0.91% | 0.99% | - |
| XYZ | 22.47 | 9.98 | 92.84 | - |
| YUV | 69.75 | 230.85 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 252 | 0.63 | 0.91 | 0 | 0.01 | 258.78 | 0.97 | 0.54 |
| Hex | 5E | 16 | FC | 3F | 5B | 0 | 1 | 103 | 61 | 36 |
| Octal | 136 | 26 | 374 | 77 | 133 | 0 | 1 | 403 | 141 | 66 |
| Binary | 1011110 | 10110 | 11111100 | 111111 | 1011011 | 0 | 1 | 100000011 | 1100001 | 110110 |
Color Harmonies of #5E16FC
Complementary color
Monochromatic Colors of #5E16FC
Black with #5E16FC
Text Example
Text Example
White with #5E16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E16FC; }
p { color: rgb(94,22,252); }
H1.HeaderClassName
{
color: #5E16FC;
}
.AnyTagClassName
{
color: #5E16FC;
}
</style>
background-color css
<style>
a { background-color: #5E16FC; }
a { background-color: rgb(94,22,252); }
div.DivClassName
{
background-color: #5E16FC;
}
.BgClassName
{
background-color: #5E16FC;
}
</style>
border-color css
<style>
span { border-color: #5E16FC; }
span { border-color: rgb(94,22,252); }
td.TdClassName
{
border-color: #5E16FC;
}
.TagClassName
{
border-color: #5E16FC;
}
</style>