Shades of Han Purple #400FE7
Tints of Han Purple #400FE7
RGB
CMYK
RGB Variations
Color information
#400FE7 (or 0x400FE7) is known color: Han Purple. HEX triplet: 40, 0F and E7. RGB value is (64,15,231). Sum of RGB (Red+Green+Blue) = 64+15+231=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 231 (90.62% from 255 or 74.52% from 310); Max value from RGB is 231 - color contains mainly: blue. Hex color #400FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FE7 is #BFF018. Grayscale: #353535. Windows color (decimal): -12578841 or 15142720. OLE color: 15142720.
HSL color Cylindrical-coordinate representation of color #400FE7: hue angle of 253.61º degrees, saturation: 0.88, 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 #400FE7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 15 | 231 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.09 |
| HSL | 253.61º | 0.88% | 0.48% | - |
| HSV(B) | 253.61º | 0.94% | 0.91% | - |
| XYZ | 16.71 | 7.2 | 76.11 | - |
| YUV | 54.28 | 227.73 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 231 | 0.72 | 0.94 | 0 | 0.09 | 253.61 | 0.88 | 0.48 |
| Hex | 40 | F | E7 | 48 | 5E | 0 | 9 | FE | 58 | 30 |
| Octal | 100 | 17 | 347 | 110 | 136 | 0 | 11 | 376 | 130 | 60 |
| Binary | 1000000 | 1111 | 11100111 | 1001000 | 1011110 | 0 | 1001 | 11111110 | 1011000 | 110000 |
Color Harmonies of #400FE7
Complementary color
Monochromatic Colors of #400FE7
Black with #400FE7
Text Example
Text Example
White with #400FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FE7; }
p { color: rgb(64,15,231); }
H1.HeaderClassName
{
color: #400FE7;
}
.AnyTagClassName
{
color: #400FE7;
}
</style>
background-color css
<style>
a { background-color: #400FE7; }
a { background-color: rgb(64,15,231); }
div.DivClassName
{
background-color: #400FE7;
}
.BgClassName
{
background-color: #400FE7;
}
</style>
border-color css
<style>
span { border-color: #400FE7; }
span { border-color: rgb(64,15,231); }
td.TdClassName
{
border-color: #400FE7;
}
.TagClassName
{
border-color: #400FE7;
}
</style>