Shades of Han Purple #4F09FA
Tints of Han Purple #4F09FA
RGB
CMYK
RGB Variations
Color information
#4F09FA (or 0x4F09FA) is known color: Han Purple. HEX triplet: 4F, 09 and FA. RGB value is (79,9,250). Sum of RGB (Red+Green+Blue) = 79+9+250=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F09FA is #B0F605. Grayscale: #383838. Windows color (decimal): -11597318 or 16386383. OLE color: 16386383.
HSL color Cylindrical-coordinate representation of color #4F09FA: hue angle of 257.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F09FA is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 9 | 250 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.02 |
| HSL | 257.43º | 0.96% | 0.51% | - |
| HSV(B) | 257.43º | 0.96% | 0.98% | - |
| XYZ | 20.58 | 8.76 | 91.05 | - |
| YUV | 57.4 | 236.69 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 250 | 0.68 | 0.96 | 0 | 0.02 | 257.43 | 0.96 | 0.51 |
| Hex | 4F | 9 | FA | 44 | 60 | 0 | 2 | 101 | 60 | 33 |
| Octal | 117 | 11 | 372 | 104 | 140 | 0 | 2 | 401 | 140 | 63 |
| Binary | 1001111 | 1001 | 11111010 | 1000100 | 1100000 | 0 | 10 | 100000001 | 1100000 | 110011 |
Color Harmonies of #4F09FA
Complementary color
Monochromatic Colors of #4F09FA
Black with #4F09FA
Text Example
Text Example
White with #4F09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F09FA; }
p { color: rgb(79,9,250); }
H1.HeaderClassName
{
color: #4F09FA;
}
.AnyTagClassName
{
color: #4F09FA;
}
</style>
background-color css
<style>
a { background-color: #4F09FA; }
a { background-color: rgb(79,9,250); }
div.DivClassName
{
background-color: #4F09FA;
}
.BgClassName
{
background-color: #4F09FA;
}
</style>
border-color css
<style>
span { border-color: #4F09FA; }
span { border-color: rgb(79,9,250); }
td.TdClassName
{
border-color: #4F09FA;
}
.TagClassName
{
border-color: #4F09FA;
}
</style>