Shades of Han Purple #5E27FE
Tints of Han Purple #5E27FE
RGB
CMYK
RGB Variations
Color information
#5E27FE (or 0x5E27FE) is known color: Han Purple. HEX triplet: 5E, 27 and FE. RGB value is (94,39,254). Sum of RGB (Red+Green+Blue) = 94+39+254=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E27FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E27FE is #A1D801. Grayscale: #4F4F4F. Windows color (decimal): -10606594 or 16656222. OLE color: 16656222.
HSL color Cylindrical-coordinate representation of color #5E27FE: hue angle of 255.35º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E27FE is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 39 | 254 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.00 |
| HSL | 255.35º | 0.99% | 0.57% | - |
| HSV(B) | 255.35º | 0.85% | 1% | - |
| XYZ | 23.23 | 10.99 | 94.66 | - |
| YUV | 79.96 | 226.22 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 254 | 0.63 | 0.85 | 0 | 0.00 | 255.35 | 0.99 | 0.57 |
| Hex | 5E | 27 | FE | 3F | 55 | 0 | 0 | FF | 63 | 39 |
| Octal | 136 | 47 | 376 | 77 | 125 | 0 | 0 | 377 | 143 | 71 |
| Binary | 1011110 | 100111 | 11111110 | 111111 | 1010101 | 0 | 0 | 11111111 | 1100011 | 111001 |
Color Harmonies of #5E27FE
Complementary color
Monochromatic Colors of #5E27FE
Black with #5E27FE
Text Example
Text Example
White with #5E27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E27FE; }
p { color: rgb(94,39,254); }
H1.HeaderClassName
{
color: #5E27FE;
}
.AnyTagClassName
{
color: #5E27FE;
}
</style>
background-color css
<style>
a { background-color: #5E27FE; }
a { background-color: rgb(94,39,254); }
div.DivClassName
{
background-color: #5E27FE;
}
.BgClassName
{
background-color: #5E27FE;
}
</style>
border-color css
<style>
span { border-color: #5E27FE; }
span { border-color: rgb(94,39,254); }
td.TdClassName
{
border-color: #5E27FE;
}
.TagClassName
{
border-color: #5E27FE;
}
</style>