Shades of Han Purple #4F10FA
Tints of Han Purple #4F10FA
RGB
CMYK
RGB Variations
Color information
#4F10FA (or 0x4F10FA) is known color: Han Purple. HEX triplet: 4F, 10 and FA. RGB value is (79,16,250). Sum of RGB (Red+Green+Blue) = 79+16+250=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F10FA is #B0EF05. Grayscale: #3C3C3C. Windows color (decimal): -11595526 or 16388175. OLE color: 16388175.
HSL color Cylindrical-coordinate representation of color #4F10FA: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F10FA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 16 | 250 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.02 |
| HSL | 256.15º | 0.96% | 0.52% | - |
| HSV(B) | 256.15º | 0.94% | 0.98% | - |
| XYZ | 20.67 | 8.93 | 91.08 | - |
| YUV | 61.51 | 234.37 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 250 | 0.68 | 0.94 | 0 | 0.02 | 256.15 | 0.96 | 0.52 |
| Hex | 4F | 10 | FA | 44 | 5E | 0 | 2 | 100 | 60 | 34 |
| Octal | 117 | 20 | 372 | 104 | 136 | 0 | 2 | 400 | 140 | 64 |
| Binary | 1001111 | 10000 | 11111010 | 1000100 | 1011110 | 0 | 10 | 100000000 | 1100000 | 110100 |
Color Harmonies of #4F10FA
Complementary color
Monochromatic Colors of #4F10FA
Black with #4F10FA
Text Example
Text Example
White with #4F10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10FA; }
p { color: rgb(79,16,250); }
H1.HeaderClassName
{
color: #4F10FA;
}
.AnyTagClassName
{
color: #4F10FA;
}
</style>
background-color css
<style>
a { background-color: #4F10FA; }
a { background-color: rgb(79,16,250); }
div.DivClassName
{
background-color: #4F10FA;
}
.BgClassName
{
background-color: #4F10FA;
}
</style>
border-color css
<style>
span { border-color: #4F10FA; }
span { border-color: rgb(79,16,250); }
td.TdClassName
{
border-color: #4F10FA;
}
.TagClassName
{
border-color: #4F10FA;
}
</style>