Shades of Han Purple #4014F8
Tints of Han Purple #4014F8
RGB
CMYK
RGB Variations
Color information
#4014F8 (or 0x4014F8) is known color: Han Purple. HEX triplet: 40, 14 and F8. RGB value is (64,20,248). Sum of RGB (Red+Green+Blue) = 64+20+248=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #4014F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014F8 is #BFEB07. Grayscale: #3A3A3A. Windows color (decimal): -12577544 or 16258112. OLE color: 16258112.
HSL color Cylindrical-coordinate representation of color #4014F8: hue angle of 251.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4014F8 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 20 | 248 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.03 |
| HSL | 251.58º | 0.94% | 0.53% | - |
| HSV(B) | 251.58º | 0.92% | 0.97% | - |
| XYZ | 19.31 | 8.37 | 89.4 | - |
| YUV | 59.15 | 234.58 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 248 | 0.74 | 0.92 | 0 | 0.03 | 251.58 | 0.94 | 0.53 |
| Hex | 40 | 14 | F8 | 4A | 5C | 0 | 3 | FC | 5E | 35 |
| Octal | 100 | 24 | 370 | 112 | 134 | 0 | 3 | 374 | 136 | 65 |
| Binary | 1000000 | 10100 | 11111000 | 1001010 | 1011100 | 0 | 11 | 11111100 | 1011110 | 110101 |
Color Harmonies of #4014F8
Complementary color
Monochromatic Colors of #4014F8
Black with #4014F8
Text Example
Text Example
White with #4014F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014F8; }
p { color: rgb(64,20,248); }
H1.HeaderClassName
{
color: #4014F8;
}
.AnyTagClassName
{
color: #4014F8;
}
</style>
background-color css
<style>
a { background-color: #4014F8; }
a { background-color: rgb(64,20,248); }
div.DivClassName
{
background-color: #4014F8;
}
.BgClassName
{
background-color: #4014F8;
}
</style>
border-color css
<style>
span { border-color: #4014F8; }
span { border-color: rgb(64,20,248); }
td.TdClassName
{
border-color: #4014F8;
}
.TagClassName
{
border-color: #4014F8;
}
</style>