Shades of Han Purple #4909FA
Tints of Han Purple #4909FA
RGB
CMYK
RGB Variations
Color information
#4909FA (or 0x4909FA) is known color: Han Purple. HEX triplet: 49, 09 and FA. RGB value is (73,9,250). Sum of RGB (Red+Green+Blue) = 73+9+250=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #4909FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4909FA is #B6F605. Grayscale: #363636. Windows color (decimal): -11990534 or 16386377. OLE color: 16386377.
HSL color Cylindrical-coordinate representation of color #4909FA: hue angle of 255.93º 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 #4909FA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 9 | 250 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.02 |
| HSL | 255.93º | 0.96% | 0.51% | - |
| HSV(B) | 255.93º | 0.96% | 0.98% | - |
| XYZ | 20.1 | 8.51 | 91.03 | - |
| YUV | 55.61 | 237.7 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 250 | 0.71 | 0.96 | 0 | 0.02 | 255.93 | 0.96 | 0.51 |
| Hex | 49 | 9 | FA | 47 | 60 | 0 | 2 | 100 | 60 | 33 |
| Octal | 111 | 11 | 372 | 107 | 140 | 0 | 2 | 400 | 140 | 63 |
| Binary | 1001001 | 1001 | 11111010 | 1000111 | 1100000 | 0 | 10 | 100000000 | 1100000 | 110011 |
Color Harmonies of #4909FA
Complementary color
Monochromatic Colors of #4909FA
Black with #4909FA
Text Example
Text Example
White with #4909FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4909FA; }
p { color: rgb(73,9,250); }
H1.HeaderClassName
{
color: #4909FA;
}
.AnyTagClassName
{
color: #4909FA;
}
</style>
background-color css
<style>
a { background-color: #4909FA; }
a { background-color: rgb(73,9,250); }
div.DivClassName
{
background-color: #4909FA;
}
.BgClassName
{
background-color: #4909FA;
}
</style>
border-color css
<style>
span { border-color: #4909FA; }
span { border-color: rgb(73,9,250); }
td.TdClassName
{
border-color: #4909FA;
}
.TagClassName
{
border-color: #4909FA;
}
</style>