Shades of Han Purple #4014FA
Tints of Han Purple #4014FA
RGB
CMYK
RGB Variations
Color information
#4014FA (or 0x4014FA) is known color: Han Purple. HEX triplet: 40, 14 and FA. RGB value is (64,20,250). Sum of RGB (Red+Green+Blue) = 64+20+250=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #4014FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014FA is #BFEB05. Grayscale: #3A3A3A. Windows color (decimal): -12577542 or 16389184. OLE color: 16389184.
HSL color Cylindrical-coordinate representation of color #4014FA: hue angle of 251.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4014FA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 20 | 250 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 251.48º | 0.96% | 0.53% | - |
| HSV(B) | 251.48º | 0.92% | 0.98% | - |
| XYZ | 19.62 | 8.49 | 91.05 | - |
| YUV | 59.38 | 235.58 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 250 | 0.74 | 0.92 | 0 | 0.02 | 251.48 | 0.96 | 0.53 |
| Hex | 40 | 14 | FA | 4A | 5C | 0 | 2 | FB | 60 | 35 |
| Octal | 100 | 24 | 372 | 112 | 134 | 0 | 2 | 373 | 140 | 65 |
| Binary | 1000000 | 10100 | 11111010 | 1001010 | 1011100 | 0 | 10 | 11111011 | 1100000 | 110101 |
Color Harmonies of #4014FA
Complementary color
Monochromatic Colors of #4014FA
Black with #4014FA
Text Example
Text Example
White with #4014FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014FA; }
p { color: rgb(64,20,250); }
H1.HeaderClassName
{
color: #4014FA;
}
.AnyTagClassName
{
color: #4014FA;
}
</style>
background-color css
<style>
a { background-color: #4014FA; }
a { background-color: rgb(64,20,250); }
div.DivClassName
{
background-color: #4014FA;
}
.BgClassName
{
background-color: #4014FA;
}
</style>
border-color css
<style>
span { border-color: #4014FA; }
span { border-color: rgb(64,20,250); }
td.TdClassName
{
border-color: #4014FA;
}
.TagClassName
{
border-color: #4014FA;
}
</style>