Shades of Han Purple #3E0CEA
Tints of Han Purple #3E0CEA
RGB
CMYK
RGB Variations
Color information
#3E0CEA (or 0x3E0CEA) is known color: Han Purple. HEX triplet: 3E, 0C and EA. RGB value is (62,12,234). Sum of RGB (Red+Green+Blue) = 62+12+234=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0CEA is #C1F315. Grayscale: #333333. Windows color (decimal): -12710678 or 15338558. OLE color: 15338558.
HSL color Cylindrical-coordinate representation of color #3E0CEA: hue angle of 253.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0CEA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 12 | 234 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.08 |
| HSL | 253.51º | 0.9% | 0.48% | - |
| HSV(B) | 253.51º | 0.95% | 0.92% | - |
| XYZ | 16.97 | 7.23 | 78.34 | - |
| YUV | 52.26 | 230.57 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 234 | 0.74 | 0.95 | 0 | 0.08 | 253.51 | 0.9 | 0.48 |
| Hex | 3E | C | EA | 4A | 5F | 0 | 8 | FE | 5A | 30 |
| Octal | 76 | 14 | 352 | 112 | 137 | 0 | 10 | 376 | 132 | 60 |
| Binary | 111110 | 1100 | 11101010 | 1001010 | 1011111 | 0 | 1000 | 11111110 | 1011010 | 110000 |
Color Harmonies of #3E0CEA
Complementary color
Monochromatic Colors of #3E0CEA
Black with #3E0CEA
Text Example
Text Example
White with #3E0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0CEA; }
p { color: rgb(62,12,234); }
H1.HeaderClassName
{
color: #3E0CEA;
}
.AnyTagClassName
{
color: #3E0CEA;
}
</style>
background-color css
<style>
a { background-color: #3E0CEA; }
a { background-color: rgb(62,12,234); }
div.DivClassName
{
background-color: #3E0CEA;
}
.BgClassName
{
background-color: #3E0CEA;
}
</style>
border-color css
<style>
span { border-color: #3E0CEA; }
span { border-color: rgb(62,12,234); }
td.TdClassName
{
border-color: #3E0CEA;
}
.TagClassName
{
border-color: #3E0CEA;
}
</style>