Shades of Han Purple #4F07EE
Tints of Han Purple #4F07EE
RGB
CMYK
RGB Variations
Color information
#4F07EE (or 0x4F07EE) is known color: Han Purple. HEX triplet: 4F, 07 and EE. RGB value is (79,7,238). Sum of RGB (Red+Green+Blue) = 79+7+238=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F07EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F07EE is #B0F811. Grayscale: #363636. Windows color (decimal): -11597842 or 15599439. OLE color: 15599439.
HSL color Cylindrical-coordinate representation of color #4F07EE: hue angle of 258.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F07EE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 7 | 238 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.07 |
| HSL | 258.7º | 0.94% | 0.48% | - |
| HSV(B) | 258.7º | 0.97% | 0.93% | - |
| XYZ | 18.73 | 7.99 | 81.44 | - |
| YUV | 54.86 | 231.35 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 238 | 0.67 | 0.97 | 0 | 0.07 | 258.7 | 0.94 | 0.48 |
| Hex | 4F | 7 | EE | 43 | 61 | 0 | 7 | 103 | 5E | 30 |
| Octal | 117 | 7 | 356 | 103 | 141 | 0 | 7 | 403 | 136 | 60 |
| Binary | 1001111 | 111 | 11101110 | 1000011 | 1100001 | 0 | 111 | 100000011 | 1011110 | 110000 |
Color Harmonies of #4F07EE
Complementary color
Monochromatic Colors of #4F07EE
Black with #4F07EE
Text Example
Text Example
White with #4F07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F07EE; }
p { color: rgb(79,7,238); }
H1.HeaderClassName
{
color: #4F07EE;
}
.AnyTagClassName
{
color: #4F07EE;
}
</style>
background-color css
<style>
a { background-color: #4F07EE; }
a { background-color: rgb(79,7,238); }
div.DivClassName
{
background-color: #4F07EE;
}
.BgClassName
{
background-color: #4F07EE;
}
</style>
border-color css
<style>
span { border-color: #4F07EE; }
span { border-color: rgb(79,7,238); }
td.TdClassName
{
border-color: #4F07EE;
}
.TagClassName
{
border-color: #4F07EE;
}
</style>