Shades of Han Purple #4F07FE
Tints of Han Purple #4F07FE
RGB
CMYK
RGB Variations
Color information
#4F07FE (or 0x4F07FE) is known color: Han Purple. HEX triplet: 4F, 07 and FE. RGB value is (79,7,254). Sum of RGB (Red+Green+Blue) = 79+7+254=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F07FE is #B0F801. Grayscale: #373737. Windows color (decimal): -11597826 or 16648015. OLE color: 16648015.
HSL color Cylindrical-coordinate representation of color #4F07FE: hue angle of 257.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F07FE is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 7 | 254 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.00 |
| HSL | 257.49º | 0.99% | 0.51% | - |
| HSV(B) | 257.49º | 0.97% | 1% | - |
| XYZ | 21.19 | 8.97 | 94.38 | - |
| YUV | 56.69 | 239.35 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 254 | 0.69 | 0.97 | 0 | 0.00 | 257.49 | 0.99 | 0.51 |
| Hex | 4F | 7 | FE | 45 | 61 | 0 | 0 | 101 | 63 | 33 |
| Octal | 117 | 7 | 376 | 105 | 141 | 0 | 0 | 401 | 143 | 63 |
| Binary | 1001111 | 111 | 11111110 | 1000101 | 1100001 | 0 | 0 | 100000001 | 1100011 | 110011 |
Color Harmonies of #4F07FE
Complementary color
Monochromatic Colors of #4F07FE
Black with #4F07FE
Text Example
Text Example
White with #4F07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F07FE; }
p { color: rgb(79,7,254); }
H1.HeaderClassName
{
color: #4F07FE;
}
.AnyTagClassName
{
color: #4F07FE;
}
</style>
background-color css
<style>
a { background-color: #4F07FE; }
a { background-color: rgb(79,7,254); }
div.DivClassName
{
background-color: #4F07FE;
}
.BgClassName
{
background-color: #4F07FE;
}
</style>
border-color css
<style>
span { border-color: #4F07FE; }
span { border-color: rgb(79,7,254); }
td.TdClassName
{
border-color: #4F07FE;
}
.TagClassName
{
border-color: #4F07FE;
}
</style>