Shades of Han Purple #4F03FB
Tints of Han Purple #4F03FB
RGB
CMYK
RGB Variations
Color information
#4F03FB (or 0x4F03FB) is known color: Han Purple. HEX triplet: 4F, 03 and FB. RGB value is (79,3,251). Sum of RGB (Red+Green+Blue) = 79+3+251=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F03FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F03FB is #B0FC04. Grayscale: #353535. Windows color (decimal): -11598853 or 16450383. OLE color: 16450383.
HSL color Cylindrical-coordinate representation of color #4F03FB: hue angle of 258.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F03FB is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 3 | 251 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.02 |
| HSL | 258.39º | 0.98% | 0.5% | - |
| HSV(B) | 258.39º | 0.99% | 0.98% | - |
| XYZ | 20.67 | 8.69 | 91.86 | - |
| YUV | 54 | 239.18 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 251 | 0.69 | 0.99 | 0 | 0.02 | 258.39 | 0.98 | 0.5 |
| Hex | 4F | 3 | FB | 45 | 63 | 0 | 2 | 102 | 62 | 32 |
| Octal | 117 | 3 | 373 | 105 | 143 | 0 | 2 | 402 | 142 | 62 |
| Binary | 1001111 | 11 | 11111011 | 1000101 | 1100011 | 0 | 10 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4F03FB
Complementary color
Monochromatic Colors of #4F03FB
Black with #4F03FB
Text Example
Text Example
White with #4F03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F03FB; }
p { color: rgb(79,3,251); }
H1.HeaderClassName
{
color: #4F03FB;
}
.AnyTagClassName
{
color: #4F03FB;
}
</style>
background-color css
<style>
a { background-color: #4F03FB; }
a { background-color: rgb(79,3,251); }
div.DivClassName
{
background-color: #4F03FB;
}
.BgClassName
{
background-color: #4F03FB;
}
</style>
border-color css
<style>
span { border-color: #4F03FB; }
span { border-color: rgb(79,3,251); }
td.TdClassName
{
border-color: #4F03FB;
}
.TagClassName
{
border-color: #4F03FB;
}
</style>