Shades of Han Purple #5E2BFF
Tints of Han Purple #5E2BFF
RGB
CMYK
RGB Variations
Color information
#5E2BFF (or 0x5E2BFF) is known color: Han Purple. HEX triplet: 5E, 2B and FF. RGB value is (94,43,255). Sum of RGB (Red+Green+Blue) = 94+43+255=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E2BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BFF is #A1D400. Grayscale: #515151. Windows color (decimal): -10605569 or 16722782. OLE color: 16722782.
HSL color Cylindrical-coordinate representation of color #5E2BFF: hue angle of 254.43º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E2BFF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 43 | 255 | - |
| CMYK | 0.63 | 0.83 | 0 | 0 |
| HSL | 254.43º | 1% | 0.58% | - |
| HSV(B) | 254.43º | 0.83% | 1% | - |
| XYZ | 23.53 | 11.33 | 95.55 | - |
| YUV | 82.42 | 225.4 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 255 | 0.63 | 0.83 | 0 | 0 | 254.43 | 1 | 0.58 |
| Hex | 5E | 2B | FF | 3F | 53 | 0 | 0 | FE | 64 | 3A |
| Octal | 136 | 53 | 377 | 77 | 123 | 0 | 0 | 376 | 144 | 72 |
| Binary | 1011110 | 101011 | 11111111 | 111111 | 1010011 | 0 | 0 | 11111110 | 1100100 | 111010 |
Color Harmonies of #5E2BFF
Complementary color
Monochromatic Colors of #5E2BFF
Black with #5E2BFF
Text Example
Text Example
White with #5E2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BFF; }
p { color: rgb(94,43,255); }
H1.HeaderClassName
{
color: #5E2BFF;
}
.AnyTagClassName
{
color: #5E2BFF;
}
</style>
background-color css
<style>
a { background-color: #5E2BFF; }
a { background-color: rgb(94,43,255); }
div.DivClassName
{
background-color: #5E2BFF;
}
.BgClassName
{
background-color: #5E2BFF;
}
</style>
border-color css
<style>
span { border-color: #5E2BFF; }
span { border-color: rgb(94,43,255); }
td.TdClassName
{
border-color: #5E2BFF;
}
.TagClassName
{
border-color: #5E2BFF;
}
</style>