Shades of Han Purple #4D09FA
Tints of Han Purple #4D09FA
RGB
CMYK
RGB Variations
Color information
#4D09FA (or 0x4D09FA) is known color: Han Purple. HEX triplet: 4D, 09 and FA. RGB value is (77,9,250). Sum of RGB (Red+Green+Blue) = 77+9+250=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D09FA is #B2F605. Grayscale: #373737. Windows color (decimal): -11728390 or 16386381. OLE color: 16386381.
HSL color Cylindrical-coordinate representation of color #4D09FA: hue angle of 256.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 #4D09FA is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 9 | 250 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.02 |
| HSL | 256.93º | 0.96% | 0.51% | - |
| HSV(B) | 256.93º | 0.96% | 0.98% | - |
| XYZ | 20.41 | 8.68 | 91.04 | - |
| YUV | 56.81 | 237.03 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 250 | 0.69 | 0.96 | 0 | 0.02 | 256.93 | 0.96 | 0.51 |
| Hex | 4D | 9 | FA | 45 | 60 | 0 | 2 | 101 | 60 | 33 |
| Octal | 115 | 11 | 372 | 105 | 140 | 0 | 2 | 401 | 140 | 63 |
| Binary | 1001101 | 1001 | 11111010 | 1000101 | 1100000 | 0 | 10 | 100000001 | 1100000 | 110011 |
Color Harmonies of #4D09FA
Complementary color
Monochromatic Colors of #4D09FA
Black with #4D09FA
Text Example
Text Example
White with #4D09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09FA; }
p { color: rgb(77,9,250); }
H1.HeaderClassName
{
color: #4D09FA;
}
.AnyTagClassName
{
color: #4D09FA;
}
</style>
background-color css
<style>
a { background-color: #4D09FA; }
a { background-color: rgb(77,9,250); }
div.DivClassName
{
background-color: #4D09FA;
}
.BgClassName
{
background-color: #4D09FA;
}
</style>
border-color css
<style>
span { border-color: #4D09FA; }
span { border-color: rgb(77,9,250); }
td.TdClassName
{
border-color: #4D09FA;
}
.TagClassName
{
border-color: #4D09FA;
}
</style>