Shades of Han Purple #5E2CFC
Tints of Han Purple #5E2CFC
RGB
CMYK
RGB Variations
Color information
#5E2CFC (or 0x5E2CFC) is known color: Han Purple. HEX triplet: 5E, 2C and FC. RGB value is (94,44,252). Sum of RGB (Red+Green+Blue) = 94+44+252=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2CFC is #A1D303. Grayscale: #515151. Windows color (decimal): -10605316 or 16526430. OLE color: 16526430.
HSL color Cylindrical-coordinate representation of color #5E2CFC: hue angle of 254.42º 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 #5E2CFC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 44 | 252 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.01 |
| HSL | 254.42º | 0.97% | 0.58% | - |
| HSV(B) | 254.42º | 0.83% | 0.99% | - |
| XYZ | 23.09 | 11.21 | 93.04 | - |
| YUV | 82.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 252 | 0.63 | 0.83 | 0 | 0.01 | 254.42 | 0.97 | 0.58 |
| Hex | 5E | 2C | FC | 3F | 53 | 0 | 1 | FE | 61 | 3A |
| Octal | 136 | 54 | 374 | 77 | 123 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011110 | 101100 | 11111100 | 111111 | 1010011 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5E2CFC
Complementary color
Monochromatic Colors of #5E2CFC
Black with #5E2CFC
Text Example
Text Example
White with #5E2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CFC; }
p { color: rgb(94,44,252); }
H1.HeaderClassName
{
color: #5E2CFC;
}
.AnyTagClassName
{
color: #5E2CFC;
}
</style>
background-color css
<style>
a { background-color: #5E2CFC; }
a { background-color: rgb(94,44,252); }
div.DivClassName
{
background-color: #5E2CFC;
}
.BgClassName
{
background-color: #5E2CFC;
}
</style>
border-color css
<style>
span { border-color: #5E2CFC; }
span { border-color: rgb(94,44,252); }
td.TdClassName
{
border-color: #5E2CFC;
}
.TagClassName
{
border-color: #5E2CFC;
}
</style>