Shades of Han Purple #5E2CFF
Tints of Han Purple #5E2CFF
RGB
CMYK
RGB Variations
Color information
#5E2CFF (or 0x5E2CFF) is known color: Han Purple. HEX triplet: 5E, 2C and FF. RGB value is (94,44,255). Sum of RGB (Red+Green+Blue) = 94+44+255=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E2CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2CFF is #A1D300. Grayscale: #525252. Windows color (decimal): -10605313 or 16723038. OLE color: 16723038.
HSL color Cylindrical-coordinate representation of color #5E2CFF: hue angle of 254.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E2CFF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 44 | 255 | - |
| CMYK | 0.63 | 0.83 | 0 | 0 |
| HSL | 254.22º | 1% | 0.59% | - |
| HSV(B) | 254.22º | 0.83% | 1% | - |
| XYZ | 23.57 | 11.4 | 95.57 | - |
| YUV | 83 | 225.07 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 255 | 0.63 | 0.83 | 0 | 0 | 254.22 | 1 | 0.59 |
| Hex | 5E | 2C | FF | 3F | 53 | 0 | 0 | FE | 64 | 3B |
| Octal | 136 | 54 | 377 | 77 | 123 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1011110 | 101100 | 11111111 | 111111 | 1010011 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #5E2CFF
Complementary color
Monochromatic Colors of #5E2CFF
Black with #5E2CFF
Text Example
Text Example
White with #5E2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CFF; }
p { color: rgb(94,44,255); }
H1.HeaderClassName
{
color: #5E2CFF;
}
.AnyTagClassName
{
color: #5E2CFF;
}
</style>
background-color css
<style>
a { background-color: #5E2CFF; }
a { background-color: rgb(94,44,255); }
div.DivClassName
{
background-color: #5E2CFF;
}
.BgClassName
{
background-color: #5E2CFF;
}
</style>
border-color css
<style>
span { border-color: #5E2CFF; }
span { border-color: rgb(94,44,255); }
td.TdClassName
{
border-color: #5E2CFF;
}
.TagClassName
{
border-color: #5E2CFF;
}
</style>