Shades of Han Purple #4007EC
Tints of Han Purple #4007EC
RGB
CMYK
RGB Variations
Color information
#4007EC (or 0x4007EC) is known color: Han Purple. HEX triplet: 40, 07 and EC. RGB value is (64,7,236). Sum of RGB (Red+Green+Blue) = 64+7+236=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #4007EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007EC is #BFF813. Grayscale: #313131. Windows color (decimal): -12580884 or 15468352. OLE color: 15468352.
HSL color Cylindrical-coordinate representation of color #4007EC: hue angle of 254.93º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007EC is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 7 | 236 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.07 |
| HSL | 254.93º | 0.94% | 0.48% | - |
| HSV(B) | 254.93º | 0.97% | 0.93% | - |
| XYZ | 17.33 | 7.3 | 79.85 | - |
| YUV | 50.15 | 232.88 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 236 | 0.73 | 0.97 | 0 | 0.07 | 254.93 | 0.94 | 0.48 |
| Hex | 40 | 7 | EC | 49 | 61 | 0 | 7 | FF | 5E | 30 |
| Octal | 100 | 7 | 354 | 111 | 141 | 0 | 7 | 377 | 136 | 60 |
| Binary | 1000000 | 111 | 11101100 | 1001001 | 1100001 | 0 | 111 | 11111111 | 1011110 | 110000 |
Color Harmonies of #4007EC
Complementary color
Monochromatic Colors of #4007EC
Black with #4007EC
Text Example
Text Example
White with #4007EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007EC; }
p { color: rgb(64,7,236); }
H1.HeaderClassName
{
color: #4007EC;
}
.AnyTagClassName
{
color: #4007EC;
}
</style>
background-color css
<style>
a { background-color: #4007EC; }
a { background-color: rgb(64,7,236); }
div.DivClassName
{
background-color: #4007EC;
}
.BgClassName
{
background-color: #4007EC;
}
</style>
border-color css
<style>
span { border-color: #4007EC; }
span { border-color: rgb(64,7,236); }
td.TdClassName
{
border-color: #4007EC;
}
.TagClassName
{
border-color: #4007EC;
}
</style>