Shades of Han Purple #440FEC
Tints of Han Purple #440FEC
RGB
CMYK
RGB Variations
Color information
#440FEC (or 0x440FEC) is known color: Han Purple. HEX triplet: 44, 0F and EC. RGB value is (68,15,236). Sum of RGB (Red+Green+Blue) = 68+15+236=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #440FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FEC is #BBF013. Grayscale: #373737. Windows color (decimal): -12316692 or 15470404. OLE color: 15470404.
HSL color Cylindrical-coordinate representation of color #440FEC: hue angle of 254.39º degrees, saturation: 0.88, 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 #440FEC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 15 | 236 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.39º | 0.88% | 0.49% | - |
| HSV(B) | 254.39º | 0.94% | 0.93% | - |
| XYZ | 17.7 | 7.63 | 79.9 | - |
| YUV | 56.04 | 229.56 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 236 | 0.71 | 0.94 | 0 | 0.07 | 254.39 | 0.88 | 0.49 |
| Hex | 44 | F | EC | 47 | 5E | 0 | 7 | FE | 58 | 31 |
| Octal | 104 | 17 | 354 | 107 | 136 | 0 | 7 | 376 | 130 | 61 |
| Binary | 1000100 | 1111 | 11101100 | 1000111 | 1011110 | 0 | 111 | 11111110 | 1011000 | 110001 |
Color Harmonies of #440FEC
Complementary color
Monochromatic Colors of #440FEC
Black with #440FEC
Text Example
Text Example
White with #440FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FEC; }
p { color: rgb(68,15,236); }
H1.HeaderClassName
{
color: #440FEC;
}
.AnyTagClassName
{
color: #440FEC;
}
</style>
background-color css
<style>
a { background-color: #440FEC; }
a { background-color: rgb(68,15,236); }
div.DivClassName
{
background-color: #440FEC;
}
.BgClassName
{
background-color: #440FEC;
}
</style>
border-color css
<style>
span { border-color: #440FEC; }
span { border-color: rgb(68,15,236); }
td.TdClassName
{
border-color: #440FEC;
}
.TagClassName
{
border-color: #440FEC;
}
</style>