Shades of Han Purple #4F10FE
Tints of Han Purple #4F10FE
RGB
CMYK
RGB Variations
Color information
#4F10FE (or 0x4F10FE) is known color: Han Purple. HEX triplet: 4F, 10 and FE. RGB value is (79,16,254). Sum of RGB (Red+Green+Blue) = 79+16+254=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F10FE is #B0EF01. Grayscale: #3D3D3D. Windows color (decimal): -11595522 or 16650319. OLE color: 16650319.
HSL color Cylindrical-coordinate representation of color #4F10FE: hue angle of 255.88º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F10FE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 16 | 254 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.00 |
| HSL | 255.88º | 0.99% | 0.53% | - |
| HSV(B) | 255.88º | 0.94% | 1% | - |
| XYZ | 21.3 | 9.19 | 94.42 | - |
| YUV | 61.97 | 236.37 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 254 | 0.69 | 0.94 | 0 | 0.00 | 255.88 | 0.99 | 0.53 |
| Hex | 4F | 10 | FE | 45 | 5E | 0 | 0 | 100 | 63 | 35 |
| Octal | 117 | 20 | 376 | 105 | 136 | 0 | 0 | 400 | 143 | 65 |
| Binary | 1001111 | 10000 | 11111110 | 1000101 | 1011110 | 0 | 0 | 100000000 | 1100011 | 110101 |
Color Harmonies of #4F10FE
Complementary color
Monochromatic Colors of #4F10FE
Black with #4F10FE
Text Example
Text Example
White with #4F10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10FE; }
p { color: rgb(79,16,254); }
H1.HeaderClassName
{
color: #4F10FE;
}
.AnyTagClassName
{
color: #4F10FE;
}
</style>
background-color css
<style>
a { background-color: #4F10FE; }
a { background-color: rgb(79,16,254); }
div.DivClassName
{
background-color: #4F10FE;
}
.BgClassName
{
background-color: #4F10FE;
}
</style>
border-color css
<style>
span { border-color: #4F10FE; }
span { border-color: rgb(79,16,254); }
td.TdClassName
{
border-color: #4F10FE;
}
.TagClassName
{
border-color: #4F10FE;
}
</style>