Shades of Han Purple #4D0DF9
Tints of Han Purple #4D0DF9
RGB
CMYK
RGB Variations
Color information
#4D0DF9 (or 0x4D0DF9) is known color: Han Purple. HEX triplet: 4D, 0D and F9. RGB value is (77,13,249). Sum of RGB (Red+Green+Blue) = 77+13+249=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D0DF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DF9 is #B2F206. Grayscale: #3A3A3A. Windows color (decimal): -11727367 or 16321869. OLE color: 16321869.
HSL color Cylindrical-coordinate representation of color #4D0DF9: hue angle of 256.27º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DF9 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 13 | 249 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.02 |
| HSL | 256.27º | 0.95% | 0.51% | - |
| HSV(B) | 256.27º | 0.95% | 0.98% | - |
| XYZ | 20.3 | 8.71 | 90.23 | - |
| YUV | 59.04 | 235.2 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 249 | 0.69 | 0.95 | 0 | 0.02 | 256.27 | 0.95 | 0.51 |
| Hex | 4D | D | F9 | 45 | 5F | 0 | 2 | 100 | 5F | 33 |
| Octal | 115 | 15 | 371 | 105 | 137 | 0 | 2 | 400 | 137 | 63 |
| Binary | 1001101 | 1101 | 11111001 | 1000101 | 1011111 | 0 | 10 | 100000000 | 1011111 | 110011 |
Color Harmonies of #4D0DF9
Complementary color
Monochromatic Colors of #4D0DF9
Black with #4D0DF9
Text Example
Text Example
White with #4D0DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DF9; }
p { color: rgb(77,13,249); }
H1.HeaderClassName
{
color: #4D0DF9;
}
.AnyTagClassName
{
color: #4D0DF9;
}
</style>
background-color css
<style>
a { background-color: #4D0DF9; }
a { background-color: rgb(77,13,249); }
div.DivClassName
{
background-color: #4D0DF9;
}
.BgClassName
{
background-color: #4D0DF9;
}
</style>
border-color css
<style>
span { border-color: #4D0DF9; }
span { border-color: rgb(77,13,249); }
td.TdClassName
{
border-color: #4D0DF9;
}
.TagClassName
{
border-color: #4D0DF9;
}
</style>