Shades of Han Purple #4F14F0
Tints of Han Purple #4F14F0
RGB
CMYK
RGB Variations
Color information
#4F14F0 (or 0x4F14F0) is known color: Han Purple. HEX triplet: 4F, 14 and F0. RGB value is (79,20,240). Sum of RGB (Red+Green+Blue) = 79+20+240=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F14F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F14F0 is #B0EB0F. Grayscale: #3D3D3D. Windows color (decimal): -11594512 or 15733839. OLE color: 15733839.
HSL color Cylindrical-coordinate representation of color #4F14F0: hue angle of 256.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F14F0 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 20 | 240 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.06 |
| HSL | 256.09º | 0.88% | 0.51% | - |
| HSV(B) | 256.09º | 0.92% | 0.94% | - |
| XYZ | 19.2 | 8.45 | 83.06 | - |
| YUV | 62.72 | 228.05 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 240 | 0.67 | 0.92 | 0 | 0.06 | 256.09 | 0.88 | 0.51 |
| Hex | 4F | 14 | F0 | 43 | 5C | 0 | 6 | 100 | 58 | 33 |
| Octal | 117 | 24 | 360 | 103 | 134 | 0 | 6 | 400 | 130 | 63 |
| Binary | 1001111 | 10100 | 11110000 | 1000011 | 1011100 | 0 | 110 | 100000000 | 1011000 | 110011 |
Color Harmonies of #4F14F0
Complementary color
Monochromatic Colors of #4F14F0
Black with #4F14F0
Text Example
Text Example
White with #4F14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F14F0; }
p { color: rgb(79,20,240); }
H1.HeaderClassName
{
color: #4F14F0;
}
.AnyTagClassName
{
color: #4F14F0;
}
</style>
background-color css
<style>
a { background-color: #4F14F0; }
a { background-color: rgb(79,20,240); }
div.DivClassName
{
background-color: #4F14F0;
}
.BgClassName
{
background-color: #4F14F0;
}
</style>
border-color css
<style>
span { border-color: #4F14F0; }
span { border-color: rgb(79,20,240); }
td.TdClassName
{
border-color: #4F14F0;
}
.TagClassName
{
border-color: #4F14F0;
}
</style>