Shades of Han Purple #4F01FA
Tints of Han Purple #4F01FA
RGB
CMYK
RGB Variations
Color information
#4F01FA (or 0x4F01FA) is known color: Han Purple. HEX triplet: 4F, 01 and FA. RGB value is (79,1,250). Sum of RGB (Red+Green+Blue) = 79+1+250=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F01FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F01FA is #B0FE05. Grayscale: #333333. Windows color (decimal): -11599366 or 16384335. OLE color: 16384335.
HSL color Cylindrical-coordinate representation of color #4F01FA: hue angle of 258.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F01FA is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 1 | 250 | - |
| CMYK | 0.68 | 1.00 | 0 | 0.02 |
| HSL | 258.8º | 0.99% | 0.49% | - |
| HSV(B) | 258.8º | 1% | 0.98% | - |
| XYZ | 20.49 | 8.59 | 91.02 | - |
| YUV | 52.71 | 239.34 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 250 | 0.68 | 1.00 | 0 | 0.02 | 258.8 | 0.99 | 0.49 |
| Hex | 4F | 1 | FA | 44 | 64 | 0 | 2 | 103 | 63 | 31 |
| Octal | 117 | 1 | 372 | 104 | 144 | 0 | 2 | 403 | 143 | 61 |
| Binary | 1001111 | 1 | 11111010 | 1000100 | 1100100 | 0 | 10 | 100000011 | 1100011 | 110001 |
Color Harmonies of #4F01FA
Complementary color
Monochromatic Colors of #4F01FA
Black with #4F01FA
Text Example
Text Example
White with #4F01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F01FA; }
p { color: rgb(79,1,250); }
H1.HeaderClassName
{
color: #4F01FA;
}
.AnyTagClassName
{
color: #4F01FA;
}
</style>
background-color css
<style>
a { background-color: #4F01FA; }
a { background-color: rgb(79,1,250); }
div.DivClassName
{
background-color: #4F01FA;
}
.BgClassName
{
background-color: #4F01FA;
}
</style>
border-color css
<style>
span { border-color: #4F01FA; }
span { border-color: rgb(79,1,250); }
td.TdClassName
{
border-color: #4F01FA;
}
.TagClassName
{
border-color: #4F01FA;
}
</style>