Shades of Han Purple #4014F3
Tints of Han Purple #4014F3
RGB
CMYK
RGB Variations
Color information
#4014F3 (or 0x4014F3) is known color: Han Purple. HEX triplet: 40, 14 and F3. RGB value is (64,20,243). Sum of RGB (Red+Green+Blue) = 64+20+243=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #4014F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014F3 is #BFEB0C. Grayscale: #393939. Windows color (decimal): -12577549 or 15930432. OLE color: 15930432.
HSL color Cylindrical-coordinate representation of color #4014F3: hue angle of 251.84º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4014F3 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 20 | 243 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.05 |
| HSL | 251.84º | 0.9% | 0.52% | - |
| HSV(B) | 251.84º | 0.92% | 0.95% | - |
| XYZ | 18.54 | 8.06 | 85.37 | - |
| YUV | 58.58 | 232.08 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 243 | 0.74 | 0.92 | 0 | 0.05 | 251.84 | 0.9 | 0.52 |
| Hex | 40 | 14 | F3 | 4A | 5C | 0 | 5 | FC | 5A | 34 |
| Octal | 100 | 24 | 363 | 112 | 134 | 0 | 5 | 374 | 132 | 64 |
| Binary | 1000000 | 10100 | 11110011 | 1001010 | 1011100 | 0 | 101 | 11111100 | 1011010 | 110100 |
Color Harmonies of #4014F3
Complementary color
Monochromatic Colors of #4014F3
Black with #4014F3
Text Example
Text Example
White with #4014F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014F3; }
p { color: rgb(64,20,243); }
H1.HeaderClassName
{
color: #4014F3;
}
.AnyTagClassName
{
color: #4014F3;
}
</style>
background-color css
<style>
a { background-color: #4014F3; }
a { background-color: rgb(64,20,243); }
div.DivClassName
{
background-color: #4014F3;
}
.BgClassName
{
background-color: #4014F3;
}
</style>
border-color css
<style>
span { border-color: #4014F3; }
span { border-color: rgb(64,20,243); }
td.TdClassName
{
border-color: #4014F3;
}
.TagClassName
{
border-color: #4014F3;
}
</style>