Shades of Han Purple #440DEC
Tints of Han Purple #440DEC
RGB
CMYK
RGB Variations
Color information
#440DEC (or 0x440DEC) is known color: Han Purple. HEX triplet: 44, 0D and EC. RGB value is (68,13,236). Sum of RGB (Red+Green+Blue) = 68+13+236=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #440DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DEC is #BBF213. Grayscale: #363636. Windows color (decimal): -12317204 or 15469892. OLE color: 15469892.
HSL color Cylindrical-coordinate representation of color #440DEC: hue angle of 254.8º degrees, saturation: 0.9, 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 #440DEC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 13 | 236 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.8º | 0.9% | 0.49% | - |
| HSV(B) | 254.8º | 0.94% | 0.93% | - |
| XYZ | 17.67 | 7.57 | 79.89 | - |
| YUV | 54.87 | 230.22 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 236 | 0.71 | 0.94 | 0 | 0.07 | 254.8 | 0.9 | 0.49 |
| Hex | 44 | D | EC | 47 | 5E | 0 | 7 | FF | 5A | 31 |
| Octal | 104 | 15 | 354 | 107 | 136 | 0 | 7 | 377 | 132 | 61 |
| Binary | 1000100 | 1101 | 11101100 | 1000111 | 1011110 | 0 | 111 | 11111111 | 1011010 | 110001 |
Color Harmonies of #440DEC
Complementary color
Monochromatic Colors of #440DEC
Black with #440DEC
Text Example
Text Example
White with #440DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DEC; }
p { color: rgb(68,13,236); }
H1.HeaderClassName
{
color: #440DEC;
}
.AnyTagClassName
{
color: #440DEC;
}
</style>
background-color css
<style>
a { background-color: #440DEC; }
a { background-color: rgb(68,13,236); }
div.DivClassName
{
background-color: #440DEC;
}
.BgClassName
{
background-color: #440DEC;
}
</style>
border-color css
<style>
span { border-color: #440DEC; }
span { border-color: rgb(68,13,236); }
td.TdClassName
{
border-color: #440DEC;
}
.TagClassName
{
border-color: #440DEC;
}
</style>