Shades of Han Purple #5E21FE
Tints of Han Purple #5E21FE
RGB
CMYK
RGB Variations
Color information
#5E21FE (or 0x5E21FE) is known color: Han Purple. HEX triplet: 5E, 21 and FE. RGB value is (94,33,254). Sum of RGB (Red+Green+Blue) = 94+33+254=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E21FE is #A1DE01. Grayscale: #4B4B4B. Windows color (decimal): -10608130 or 16654686. OLE color: 16654686.
HSL color Cylindrical-coordinate representation of color #5E21FE: hue angle of 256.56º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E21FE is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 33 | 254 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.00 |
| HSL | 256.56º | 0.99% | 0.56% | - |
| HSV(B) | 256.56º | 0.87% | 1% | - |
| XYZ | 23.05 | 10.62 | 94.6 | - |
| YUV | 76.43 | 228.21 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 254 | 0.63 | 0.87 | 0 | 0.00 | 256.56 | 0.99 | 0.56 |
| Hex | 5E | 21 | FE | 3F | 57 | 0 | 0 | 101 | 63 | 38 |
| Octal | 136 | 41 | 376 | 77 | 127 | 0 | 0 | 401 | 143 | 70 |
| Binary | 1011110 | 100001 | 11111110 | 111111 | 1010111 | 0 | 0 | 100000001 | 1100011 | 111000 |
Color Harmonies of #5E21FE
Complementary color
Monochromatic Colors of #5E21FE
Black with #5E21FE
Text Example
Text Example
White with #5E21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21FE; }
p { color: rgb(94,33,254); }
H1.HeaderClassName
{
color: #5E21FE;
}
.AnyTagClassName
{
color: #5E21FE;
}
</style>
background-color css
<style>
a { background-color: #5E21FE; }
a { background-color: rgb(94,33,254); }
div.DivClassName
{
background-color: #5E21FE;
}
.BgClassName
{
background-color: #5E21FE;
}
</style>
border-color css
<style>
span { border-color: #5E21FE; }
span { border-color: rgb(94,33,254); }
td.TdClassName
{
border-color: #5E21FE;
}
.TagClassName
{
border-color: #5E21FE;
}
</style>