Shades of Han Purple #4F04FE
Tints of Han Purple #4F04FE
RGB
CMYK
RGB Variations
Color information
#4F04FE (or 0x4F04FE) is known color: Han Purple. HEX triplet: 4F, 04 and FE. RGB value is (79,4,254). Sum of RGB (Red+Green+Blue) = 79+4+254=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F04FE is #B0FB01. Grayscale: #363636. Windows color (decimal): -11598594 or 16647247. OLE color: 16647247.
HSL color Cylindrical-coordinate representation of color #4F04FE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04FE is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 4 | 254 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.00 |
| HSL | 258º | 0.99% | 0.51% | - |
| HSV(B) | 258º | 0.98% | 1% | - |
| XYZ | 21.16 | 8.9 | 94.37 | - |
| YUV | 54.93 | 240.35 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 254 | 0.69 | 0.98 | 0 | 0.00 | 258 | 0.99 | 0.51 |
| Hex | 4F | 4 | FE | 45 | 62 | 0 | 0 | 102 | 63 | 33 |
| Octal | 117 | 4 | 376 | 105 | 142 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1001111 | 100 | 11111110 | 1000101 | 1100010 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #4F04FE
Complementary color
Monochromatic Colors of #4F04FE
Black with #4F04FE
Text Example
Text Example
White with #4F04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04FE; }
p { color: rgb(79,4,254); }
H1.HeaderClassName
{
color: #4F04FE;
}
.AnyTagClassName
{
color: #4F04FE;
}
</style>
background-color css
<style>
a { background-color: #4F04FE; }
a { background-color: rgb(79,4,254); }
div.DivClassName
{
background-color: #4F04FE;
}
.BgClassName
{
background-color: #4F04FE;
}
</style>
border-color css
<style>
span { border-color: #4F04FE; }
span { border-color: rgb(79,4,254); }
td.TdClassName
{
border-color: #4F04FE;
}
.TagClassName
{
border-color: #4F04FE;
}
</style>