Shades of Han Purple #5E21FF
Tints of Han Purple #5E21FF
RGB
CMYK
RGB Variations
Color information
#5E21FF (or 0x5E21FF) is known color: Han Purple. HEX triplet: 5E, 21 and FF. RGB value is (94,33,255). Sum of RGB (Red+Green+Blue) = 94+33+255=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E21FF is #A1DE00. Grayscale: #4B4B4B. Windows color (decimal): -10608129 or 16720222. OLE color: 16720222.
HSL color Cylindrical-coordinate representation of color #5E21FF: hue angle of 256.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E21FF is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 33 | 255 | - |
| CMYK | 0.63 | 0.87 | 0 | 0 |
| HSL | 256.49º | 1% | 0.56% | - |
| HSV(B) | 256.49º | 0.87% | 1% | - |
| XYZ | 23.21 | 10.69 | 95.45 | - |
| YUV | 76.55 | 228.71 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 255 | 0.63 | 0.87 | 0 | 0 | 256.49 | 1 | 0.56 |
| Hex | 5E | 21 | FF | 3F | 57 | 0 | 0 | 100 | 64 | 38 |
| Octal | 136 | 41 | 377 | 77 | 127 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011110 | 100001 | 11111111 | 111111 | 1010111 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5E21FF
Complementary color
Monochromatic Colors of #5E21FF
Black with #5E21FF
Text Example
Text Example
White with #5E21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21FF; }
p { color: rgb(94,33,255); }
H1.HeaderClassName
{
color: #5E21FF;
}
.AnyTagClassName
{
color: #5E21FF;
}
</style>
background-color css
<style>
a { background-color: #5E21FF; }
a { background-color: rgb(94,33,255); }
div.DivClassName
{
background-color: #5E21FF;
}
.BgClassName
{
background-color: #5E21FF;
}
</style>
border-color css
<style>
span { border-color: #5E21FF; }
span { border-color: rgb(94,33,255); }
td.TdClassName
{
border-color: #5E21FF;
}
.TagClassName
{
border-color: #5E21FF;
}
</style>