Shades of Han Purple #4F04EE
Tints of Han Purple #4F04EE
RGB
CMYK
RGB Variations
Color information
#4F04EE (or 0x4F04EE) is known color: Han Purple. HEX triplet: 4F, 04 and EE. RGB value is (79,4,238). Sum of RGB (Red+Green+Blue) = 79+4+238=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F04EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F04EE is #B0FB11. Grayscale: #343434. Windows color (decimal): -11598610 or 15598671. OLE color: 15598671.
HSL color Cylindrical-coordinate representation of color #4F04EE: hue angle of 259.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04EE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 4 | 238 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.07 |
| HSL | 259.23º | 0.97% | 0.47% | - |
| HSV(B) | 259.23º | 0.98% | 0.93% | - |
| XYZ | 18.7 | 7.92 | 81.43 | - |
| YUV | 53.1 | 232.35 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 238 | 0.67 | 0.98 | 0 | 0.07 | 259.23 | 0.97 | 0.47 |
| Hex | 4F | 4 | EE | 43 | 62 | 0 | 7 | 103 | 61 | 2F |
| Octal | 117 | 4 | 356 | 103 | 142 | 0 | 7 | 403 | 141 | 57 |
| Binary | 1001111 | 100 | 11101110 | 1000011 | 1100010 | 0 | 111 | 100000011 | 1100001 | 101111 |
Color Harmonies of #4F04EE
Complementary color
Monochromatic Colors of #4F04EE
Black with #4F04EE
Text Example
Text Example
White with #4F04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04EE; }
p { color: rgb(79,4,238); }
H1.HeaderClassName
{
color: #4F04EE;
}
.AnyTagClassName
{
color: #4F04EE;
}
</style>
background-color css
<style>
a { background-color: #4F04EE; }
a { background-color: rgb(79,4,238); }
div.DivClassName
{
background-color: #4F04EE;
}
.BgClassName
{
background-color: #4F04EE;
}
</style>
border-color css
<style>
span { border-color: #4F04EE; }
span { border-color: rgb(79,4,238); }
td.TdClassName
{
border-color: #4F04EE;
}
.TagClassName
{
border-color: #4F04EE;
}
</style>