Shades of Han Purple #340EEC
Tints of Han Purple #340EEC
RGB
CMYK
RGB Variations
Color information
#340EEC (or 0x340EEC) is known color: Han Purple. HEX triplet: 34, 0E and EC. RGB value is (52,14,236). Sum of RGB (Red+Green+Blue) = 52+14+236=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #340EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340EEC is #CBF113. Grayscale: #313131. Windows color (decimal): -13365524 or 15470132. OLE color: 15470132.
HSL color Cylindrical-coordinate representation of color #340EEC: hue angle of 250.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EEC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 14 | 236 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.07 |
| HSL | 250.27º | 0.89% | 0.49% | - |
| HSV(B) | 250.27º | 0.94% | 0.93% | - |
| XYZ | 16.71 | 7.1 | 79.85 | - |
| YUV | 50.67 | 232.59 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 236 | 0.78 | 0.94 | 0 | 0.07 | 250.27 | 0.89 | 0.49 |
| Hex | 34 | E | EC | 4E | 5E | 0 | 7 | FA | 59 | 31 |
| Octal | 64 | 16 | 354 | 116 | 136 | 0 | 7 | 372 | 131 | 61 |
| Binary | 110100 | 1110 | 11101100 | 1001110 | 1011110 | 0 | 111 | 11111010 | 1011001 | 110001 |
Color Harmonies of #340EEC
Complementary color
Monochromatic Colors of #340EEC
Black with #340EEC
Text Example
Text Example
White with #340EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340EEC; }
p { color: rgb(52,14,236); }
H1.HeaderClassName
{
color: #340EEC;
}
.AnyTagClassName
{
color: #340EEC;
}
</style>
background-color css
<style>
a { background-color: #340EEC; }
a { background-color: rgb(52,14,236); }
div.DivClassName
{
background-color: #340EEC;
}
.BgClassName
{
background-color: #340EEC;
}
</style>
border-color css
<style>
span { border-color: #340EEC; }
span { border-color: rgb(52,14,236); }
td.TdClassName
{
border-color: #340EEC;
}
.TagClassName
{
border-color: #340EEC;
}
</style>