Shades of Han Purple #5E2BFC
Tints of Han Purple #5E2BFC
RGB
CMYK
RGB Variations
Color information
#5E2BFC (or 0x5E2BFC) is known color: Han Purple. HEX triplet: 5E, 2B and FC. RGB value is (94,43,252). Sum of RGB (Red+Green+Blue) = 94+43+252=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BFC is #A1D403. Grayscale: #515151. Windows color (decimal): -10605572 or 16526174. OLE color: 16526174.
HSL color Cylindrical-coordinate representation of color #5E2BFC: hue angle of 254.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E2BFC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 43 | 252 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.01 |
| HSL | 254.64º | 0.97% | 0.58% | - |
| HSV(B) | 254.64º | 0.83% | 0.99% | - |
| XYZ | 23.05 | 11.14 | 93.03 | - |
| YUV | 82.08 | 223.9 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 252 | 0.63 | 0.83 | 0 | 0.01 | 254.64 | 0.97 | 0.58 |
| Hex | 5E | 2B | FC | 3F | 53 | 0 | 1 | FF | 61 | 3A |
| Octal | 136 | 53 | 374 | 77 | 123 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1011110 | 101011 | 11111100 | 111111 | 1010011 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #5E2BFC
Complementary color
Monochromatic Colors of #5E2BFC
Black with #5E2BFC
Text Example
Text Example
White with #5E2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BFC; }
p { color: rgb(94,43,252); }
H1.HeaderClassName
{
color: #5E2BFC;
}
.AnyTagClassName
{
color: #5E2BFC;
}
</style>
background-color css
<style>
a { background-color: #5E2BFC; }
a { background-color: rgb(94,43,252); }
div.DivClassName
{
background-color: #5E2BFC;
}
.BgClassName
{
background-color: #5E2BFC;
}
</style>
border-color css
<style>
span { border-color: #5E2BFC; }
span { border-color: rgb(94,43,252); }
td.TdClassName
{
border-color: #5E2BFC;
}
.TagClassName
{
border-color: #5E2BFC;
}
</style>