Shades of Han Purple #4F10EF
Tints of Han Purple #4F10EF
RGB
CMYK
RGB Variations
Color information
#4F10EF (or 0x4F10EF) is known color: Han Purple. HEX triplet: 4F, 10 and EF. RGB value is (79,16,239). Sum of RGB (Red+Green+Blue) = 79+16+239=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F10EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F10EF is #B0EF10. Grayscale: #3B3B3B. Windows color (decimal): -11595537 or 15667279. OLE color: 15667279.
HSL color Cylindrical-coordinate representation of color #4F10EF: hue angle of 256.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F10EF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 16 | 239 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.06 |
| HSL | 256.95º | 0.87% | 0.5% | - |
| HSV(B) | 256.95º | 0.93% | 0.94% | - |
| XYZ | 18.99 | 8.26 | 82.26 | - |
| YUV | 60.26 | 228.87 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 239 | 0.67 | 0.93 | 0 | 0.06 | 256.95 | 0.87 | 0.5 |
| Hex | 4F | 10 | EF | 43 | 5D | 0 | 6 | 101 | 57 | 32 |
| Octal | 117 | 20 | 357 | 103 | 135 | 0 | 6 | 401 | 127 | 62 |
| Binary | 1001111 | 10000 | 11101111 | 1000011 | 1011101 | 0 | 110 | 100000001 | 1010111 | 110010 |
Color Harmonies of #4F10EF
Complementary color
Monochromatic Colors of #4F10EF
Black with #4F10EF
Text Example
Text Example
White with #4F10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10EF; }
p { color: rgb(79,16,239); }
H1.HeaderClassName
{
color: #4F10EF;
}
.AnyTagClassName
{
color: #4F10EF;
}
</style>
background-color css
<style>
a { background-color: #4F10EF; }
a { background-color: rgb(79,16,239); }
div.DivClassName
{
background-color: #4F10EF;
}
.BgClassName
{
background-color: #4F10EF;
}
</style>
border-color css
<style>
span { border-color: #4F10EF; }
span { border-color: rgb(79,16,239); }
td.TdClassName
{
border-color: #4F10EF;
}
.TagClassName
{
border-color: #4F10EF;
}
</style>