Shades of Han Purple #440EEC
Tints of Han Purple #440EEC
RGB
CMYK
RGB Variations
Color information
#440EEC (or 0x440EEC) is known color: Han Purple. HEX triplet: 44, 0E and EC. RGB value is (68,14,236). Sum of RGB (Red+Green+Blue) = 68+14+236=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #440EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EEC is #BBF113. Grayscale: #363636. Windows color (decimal): -12316948 or 15470148. OLE color: 15470148.
HSL color Cylindrical-coordinate representation of color #440EEC: hue angle of 254.59º 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 #440EEC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 14 | 236 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.59º | 0.89% | 0.49% | - |
| HSV(B) | 254.59º | 0.94% | 0.93% | - |
| XYZ | 17.68 | 7.6 | 79.89 | - |
| YUV | 55.45 | 229.89 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 236 | 0.71 | 0.94 | 0 | 0.07 | 254.59 | 0.89 | 0.49 |
| Hex | 44 | E | EC | 47 | 5E | 0 | 7 | FF | 59 | 31 |
| Octal | 104 | 16 | 354 | 107 | 136 | 0 | 7 | 377 | 131 | 61 |
| Binary | 1000100 | 1110 | 11101100 | 1000111 | 1011110 | 0 | 111 | 11111111 | 1011001 | 110001 |
Color Harmonies of #440EEC
Complementary color
Monochromatic Colors of #440EEC
Black with #440EEC
Text Example
Text Example
White with #440EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EEC; }
p { color: rgb(68,14,236); }
H1.HeaderClassName
{
color: #440EEC;
}
.AnyTagClassName
{
color: #440EEC;
}
</style>
background-color css
<style>
a { background-color: #440EEC; }
a { background-color: rgb(68,14,236); }
div.DivClassName
{
background-color: #440EEC;
}
.BgClassName
{
background-color: #440EEC;
}
</style>
border-color css
<style>
span { border-color: #440EEC; }
span { border-color: rgb(68,14,236); }
td.TdClassName
{
border-color: #440EEC;
}
.TagClassName
{
border-color: #440EEC;
}
</style>