Shades of Han Purple #400EF7
Tints of Han Purple #400EF7
RGB
CMYK
RGB Variations
Color information
#400EF7 (or 0x400EF7) is known color: Han Purple. HEX triplet: 40, 0E and F7. RGB value is (64,14,247). Sum of RGB (Red+Green+Blue) = 64+14+247=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 247 (96.88% from 255 or 76% from 325); Max value from RGB is 247 - color contains mainly: blue. Hex color #400EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EF7 is #BFF108. Grayscale: #363636. Windows color (decimal): -12579081 or 16191040. OLE color: 16191040.
HSL color Cylindrical-coordinate representation of color #400EF7: hue angle of 252.88º 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 #400EF7 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 14 | 247 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.03 |
| HSL | 252.88º | 0.94% | 0.51% | - |
| HSV(B) | 252.88º | 0.94% | 0.97% | - |
| XYZ | 19.06 | 8.12 | 88.56 | - |
| YUV | 55.51 | 236.07 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 247 | 0.74 | 0.94 | 0 | 0.03 | 252.88 | 0.94 | 0.51 |
| Hex | 40 | E | F7 | 4A | 5E | 0 | 3 | FD | 5E | 33 |
| Octal | 100 | 16 | 367 | 112 | 136 | 0 | 3 | 375 | 136 | 63 |
| Binary | 1000000 | 1110 | 11110111 | 1001010 | 1011110 | 0 | 11 | 11111101 | 1011110 | 110011 |
Color Harmonies of #400EF7
Complementary color
Monochromatic Colors of #400EF7
Black with #400EF7
Text Example
Text Example
White with #400EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EF7; }
p { color: rgb(64,14,247); }
H1.HeaderClassName
{
color: #400EF7;
}
.AnyTagClassName
{
color: #400EF7;
}
</style>
background-color css
<style>
a { background-color: #400EF7; }
a { background-color: rgb(64,14,247); }
div.DivClassName
{
background-color: #400EF7;
}
.BgClassName
{
background-color: #400EF7;
}
</style>
border-color css
<style>
span { border-color: #400EF7; }
span { border-color: rgb(64,14,247); }
td.TdClassName
{
border-color: #400EF7;
}
.TagClassName
{
border-color: #400EF7;
}
</style>