Shades of Han Purple #4F04F1
Tints of Han Purple #4F04F1
RGB
CMYK
RGB Variations
Color information
#4F04F1 (or 0x4F04F1) is known color: Han Purple. HEX triplet: 4F, 04 and F1. RGB value is (79,4,241). Sum of RGB (Red+Green+Blue) = 79+4+241=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F04F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F04F1 is #B0FB0E. Grayscale: #343434. Windows color (decimal): -11598607 or 15795279. OLE color: 15795279.
HSL color Cylindrical-coordinate representation of color #4F04F1: hue angle of 258.99º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04F1 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 4 | 241 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.05 |
| HSL | 258.99º | 0.97% | 0.48% | - |
| HSV(B) | 258.99º | 0.98% | 0.95% | - |
| XYZ | 19.15 | 8.1 | 83.77 | - |
| YUV | 53.44 | 233.85 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 241 | 0.67 | 0.98 | 0 | 0.05 | 258.99 | 0.97 | 0.48 |
| Hex | 4F | 4 | F1 | 43 | 62 | 0 | 5 | 103 | 61 | 30 |
| Octal | 117 | 4 | 361 | 103 | 142 | 0 | 5 | 403 | 141 | 60 |
| Binary | 1001111 | 100 | 11110001 | 1000011 | 1100010 | 0 | 101 | 100000011 | 1100001 | 110000 |
Color Harmonies of #4F04F1
Complementary color
Monochromatic Colors of #4F04F1
Black with #4F04F1
Text Example
Text Example
White with #4F04F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04F1; }
p { color: rgb(79,4,241); }
H1.HeaderClassName
{
color: #4F04F1;
}
.AnyTagClassName
{
color: #4F04F1;
}
</style>
background-color css
<style>
a { background-color: #4F04F1; }
a { background-color: rgb(79,4,241); }
div.DivClassName
{
background-color: #4F04F1;
}
.BgClassName
{
background-color: #4F04F1;
}
</style>
border-color css
<style>
span { border-color: #4F04F1; }
span { border-color: rgb(79,4,241); }
td.TdClassName
{
border-color: #4F04F1;
}
.TagClassName
{
border-color: #4F04F1;
}
</style>