Shades of Han Purple #440EE7
Tints of Han Purple #440EE7
RGB
CMYK
RGB Variations
Color information
#440EE7 (or 0x440EE7) is known color: Han Purple. HEX triplet: 44, 0E and E7. RGB value is (68,14,231). Sum of RGB (Red+Green+Blue) = 68+14+231=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #440EE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EE7 is #BBF118. Grayscale: #363636. Windows color (decimal): -12316953 or 15142468. OLE color: 15142468.
HSL color Cylindrical-coordinate representation of color #440EE7: hue angle of 254.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EE7 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 14 | 231 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.09 |
| HSL | 254.93º | 0.89% | 0.48% | - |
| HSV(B) | 254.93º | 0.94% | 0.91% | - |
| XYZ | 16.96 | 7.31 | 76.12 | - |
| YUV | 54.88 | 227.39 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 231 | 0.71 | 0.94 | 0 | 0.09 | 254.93 | 0.89 | 0.48 |
| Hex | 44 | E | E7 | 47 | 5E | 0 | 9 | FF | 59 | 30 |
| Octal | 104 | 16 | 347 | 107 | 136 | 0 | 11 | 377 | 131 | 60 |
| Binary | 1000100 | 1110 | 11100111 | 1000111 | 1011110 | 0 | 1001 | 11111111 | 1011001 | 110000 |
Color Harmonies of #440EE7
Complementary color
Monochromatic Colors of #440EE7
Black with #440EE7
Text Example
Text Example
White with #440EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EE7; }
p { color: rgb(68,14,231); }
H1.HeaderClassName
{
color: #440EE7;
}
.AnyTagClassName
{
color: #440EE7;
}
</style>
background-color css
<style>
a { background-color: #440EE7; }
a { background-color: rgb(68,14,231); }
div.DivClassName
{
background-color: #440EE7;
}
.BgClassName
{
background-color: #440EE7;
}
</style>
border-color css
<style>
span { border-color: #440EE7; }
span { border-color: rgb(68,14,231); }
td.TdClassName
{
border-color: #440EE7;
}
.TagClassName
{
border-color: #440EE7;
}
</style>