Shades of Han Purple #440EF7
Tints of Han Purple #440EF7
RGB
CMYK
RGB Variations
Color information
#440EF7 (or 0x440EF7) is known color: Han Purple. HEX triplet: 44, 0E and F7. RGB value is (68,14,247). Sum of RGB (Red+Green+Blue) = 68+14+247=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #440EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440EF7 is #BBF108. Grayscale: #373737. Windows color (decimal): -12316937 or 16191044. OLE color: 16191044.
HSL color Cylindrical-coordinate representation of color #440EF7: hue angle of 253.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440EF7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 14 | 247 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.03 |
| HSL | 253.91º | 0.94% | 0.51% | - |
| HSV(B) | 253.91º | 0.94% | 0.97% | - |
| XYZ | 19.33 | 8.26 | 88.57 | - |
| YUV | 56.71 | 235.39 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 247 | 0.72 | 0.94 | 0 | 0.03 | 253.91 | 0.94 | 0.51 |
| Hex | 44 | E | F7 | 48 | 5E | 0 | 3 | FE | 5E | 33 |
| Octal | 104 | 16 | 367 | 110 | 136 | 0 | 3 | 376 | 136 | 63 |
| Binary | 1000100 | 1110 | 11110111 | 1001000 | 1011110 | 0 | 11 | 11111110 | 1011110 | 110011 |
Color Harmonies of #440EF7
Complementary color
Monochromatic Colors of #440EF7
Black with #440EF7
Text Example
Text Example
White with #440EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EF7; }
p { color: rgb(68,14,247); }
H1.HeaderClassName
{
color: #440EF7;
}
.AnyTagClassName
{
color: #440EF7;
}
</style>
background-color css
<style>
a { background-color: #440EF7; }
a { background-color: rgb(68,14,247); }
div.DivClassName
{
background-color: #440EF7;
}
.BgClassName
{
background-color: #440EF7;
}
</style>
border-color css
<style>
span { border-color: #440EF7; }
span { border-color: rgb(68,14,247); }
td.TdClassName
{
border-color: #440EF7;
}
.TagClassName
{
border-color: #440EF7;
}
</style>