Shades of Han Purple #5E2AFF
Tints of Han Purple #5E2AFF
RGB
CMYK
RGB Variations
Color information
#5E2AFF (or 0x5E2AFF) is known color: Han Purple. HEX triplet: 5E, 2A and FF. RGB value is (94,42,255). Sum of RGB (Red+Green+Blue) = 94+42+255=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2AFF is #A1D500. Grayscale: #515151. Windows color (decimal): -10605825 or 16722526. OLE color: 16722526.
HSL color Cylindrical-coordinate representation of color #5E2AFF: hue angle of 254.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E2AFF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 42 | 255 | - |
| CMYK | 0.63 | 0.84 | 0 | 0 |
| HSL | 254.65º | 1% | 0.58% | - |
| HSV(B) | 254.65º | 0.84% | 1% | - |
| XYZ | 23.49 | 11.26 | 95.54 | - |
| YUV | 81.83 | 225.73 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 255 | 0.63 | 0.84 | 0 | 0 | 254.65 | 1 | 0.58 |
| Hex | 5E | 2A | FF | 3F | 54 | 0 | 0 | FF | 64 | 3A |
| Octal | 136 | 52 | 377 | 77 | 124 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1011110 | 101010 | 11111111 | 111111 | 1010100 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #5E2AFF
Complementary color
Monochromatic Colors of #5E2AFF
Black with #5E2AFF
Text Example
Text Example
White with #5E2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2AFF; }
p { color: rgb(94,42,255); }
H1.HeaderClassName
{
color: #5E2AFF;
}
.AnyTagClassName
{
color: #5E2AFF;
}
</style>
background-color css
<style>
a { background-color: #5E2AFF; }
a { background-color: rgb(94,42,255); }
div.DivClassName
{
background-color: #5E2AFF;
}
.BgClassName
{
background-color: #5E2AFF;
}
</style>
border-color css
<style>
span { border-color: #5E2AFF; }
span { border-color: rgb(94,42,255); }
td.TdClassName
{
border-color: #5E2AFF;
}
.TagClassName
{
border-color: #5E2AFF;
}
</style>