Shades of Han Purple #3E0EFE
Tints of Han Purple #3E0EFE
RGB
CMYK
RGB Variations
Color information
#3E0EFE (or 0x3E0EFE) is known color: Han Purple. HEX triplet: 3E, 0E and FE. RGB value is (62,14,254). Sum of RGB (Red+Green+Blue) = 62+14+254=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E0EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0EFE is #C1F101. Grayscale: #363636. Windows color (decimal): -12710146 or 16649790. OLE color: 16649790.
HSL color Cylindrical-coordinate representation of color #3E0EFE: hue angle of 252º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0EFE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 14 | 254 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.00 |
| HSL | 252º | 0.99% | 0.53% | - |
| HSV(B) | 252º | 0.94% | 1% | - |
| XYZ | 20.03 | 8.49 | 94.35 | - |
| YUV | 55.71 | 239.9 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 254 | 0.76 | 0.94 | 0 | 0.00 | 252 | 0.99 | 0.53 |
| Hex | 3E | E | FE | 4C | 5E | 0 | 0 | FC | 63 | 35 |
| Octal | 76 | 16 | 376 | 114 | 136 | 0 | 0 | 374 | 143 | 65 |
| Binary | 111110 | 1110 | 11111110 | 1001100 | 1011110 | 0 | 0 | 11111100 | 1100011 | 110101 |
Color Harmonies of #3E0EFE
Complementary color
Monochromatic Colors of #3E0EFE
Black with #3E0EFE
Text Example
Text Example
White with #3E0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0EFE; }
p { color: rgb(62,14,254); }
H1.HeaderClassName
{
color: #3E0EFE;
}
.AnyTagClassName
{
color: #3E0EFE;
}
</style>
background-color css
<style>
a { background-color: #3E0EFE; }
a { background-color: rgb(62,14,254); }
div.DivClassName
{
background-color: #3E0EFE;
}
.BgClassName
{
background-color: #3E0EFE;
}
</style>
border-color css
<style>
span { border-color: #3E0EFE; }
span { border-color: rgb(62,14,254); }
td.TdClassName
{
border-color: #3E0EFE;
}
.TagClassName
{
border-color: #3E0EFE;
}
</style>