Shades of Han Purple #4007EF
Tints of Han Purple #4007EF
RGB
CMYK
RGB Variations
Color information
#4007EF (or 0x4007EF) is known color: Han Purple. HEX triplet: 40, 07 and EF. RGB value is (64,7,239). Sum of RGB (Red+Green+Blue) = 64+7+239=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #4007EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007EF is #BFF810. Grayscale: #313131. Windows color (decimal): -12580881 or 15664960. OLE color: 15664960.
HSL color Cylindrical-coordinate representation of color #4007EF: hue angle of 254.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007EF is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 7 | 239 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.06 |
| HSL | 254.74º | 0.94% | 0.48% | - |
| HSV(B) | 254.74º | 0.97% | 0.94% | - |
| XYZ | 17.77 | 7.47 | 82.17 | - |
| YUV | 50.49 | 234.38 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 239 | 0.73 | 0.97 | 0 | 0.06 | 254.74 | 0.94 | 0.48 |
| Hex | 40 | 7 | EF | 49 | 61 | 0 | 6 | FF | 5E | 30 |
| Octal | 100 | 7 | 357 | 111 | 141 | 0 | 6 | 377 | 136 | 60 |
| Binary | 1000000 | 111 | 11101111 | 1001001 | 1100001 | 0 | 110 | 11111111 | 1011110 | 110000 |
Color Harmonies of #4007EF
Complementary color
Monochromatic Colors of #4007EF
Black with #4007EF
Text Example
Text Example
White with #4007EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007EF; }
p { color: rgb(64,7,239); }
H1.HeaderClassName
{
color: #4007EF;
}
.AnyTagClassName
{
color: #4007EF;
}
</style>
background-color css
<style>
a { background-color: #4007EF; }
a { background-color: rgb(64,7,239); }
div.DivClassName
{
background-color: #4007EF;
}
.BgClassName
{
background-color: #4007EF;
}
</style>
border-color css
<style>
span { border-color: #4007EF; }
span { border-color: rgb(64,7,239); }
td.TdClassName
{
border-color: #4007EF;
}
.TagClassName
{
border-color: #4007EF;
}
</style>