Shades of Han Purple #4014EA
Tints of Han Purple #4014EA
RGB
CMYK
RGB Variations
Color information
#4014EA (or 0x4014EA) is known color: Han Purple. HEX triplet: 40, 14 and EA. RGB value is (64,20,234). Sum of RGB (Red+Green+Blue) = 64+20+234=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #4014EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014EA is #BFEB15. Grayscale: #383838. Windows color (decimal): -12577558 or 15340608. OLE color: 15340608.
HSL color Cylindrical-coordinate representation of color #4014EA: hue angle of 252.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4014EA is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 20 | 234 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.08 |
| HSL | 252.34º | 0.84% | 0.5% | - |
| HSV(B) | 252.34º | 0.91% | 0.92% | - |
| XYZ | 17.22 | 7.53 | 78.39 | - |
| YUV | 57.55 | 227.58 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 234 | 0.73 | 0.91 | 0 | 0.08 | 252.34 | 0.84 | 0.5 |
| Hex | 40 | 14 | EA | 49 | 5B | 0 | 8 | FC | 54 | 32 |
| Octal | 100 | 24 | 352 | 111 | 133 | 0 | 10 | 374 | 124 | 62 |
| Binary | 1000000 | 10100 | 11101010 | 1001001 | 1011011 | 0 | 1000 | 11111100 | 1010100 | 110010 |
Color Harmonies of #4014EA
Complementary color
Monochromatic Colors of #4014EA
Black with #4014EA
Text Example
Text Example
White with #4014EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014EA; }
p { color: rgb(64,20,234); }
H1.HeaderClassName
{
color: #4014EA;
}
.AnyTagClassName
{
color: #4014EA;
}
</style>
background-color css
<style>
a { background-color: #4014EA; }
a { background-color: rgb(64,20,234); }
div.DivClassName
{
background-color: #4014EA;
}
.BgClassName
{
background-color: #4014EA;
}
</style>
border-color css
<style>
span { border-color: #4014EA; }
span { border-color: rgb(64,20,234); }
td.TdClassName
{
border-color: #4014EA;
}
.TagClassName
{
border-color: #4014EA;
}
</style>