Shades of Han Purple #4D09FE
Tints of Han Purple #4D09FE
RGB
CMYK
RGB Variations
Color information
#4D09FE (or 0x4D09FE) is known color: Han Purple. HEX triplet: 4D, 09 and FE. RGB value is (77,9,254). Sum of RGB (Red+Green+Blue) = 77+9+254=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D09FE is #B2F601. Grayscale: #383838. Windows color (decimal): -11728386 or 16648525. OLE color: 16648525.
HSL color Cylindrical-coordinate representation of color #4D09FE: hue angle of 256.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D09FE is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 9 | 254 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.00 |
| HSL | 256.65º | 0.99% | 0.52% | - |
| HSV(B) | 256.65º | 0.96% | 1% | - |
| XYZ | 21.05 | 8.93 | 94.38 | - |
| YUV | 57.26 | 239.03 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 254 | 0.70 | 0.96 | 0 | 0.00 | 256.65 | 0.99 | 0.52 |
| Hex | 4D | 9 | FE | 46 | 60 | 0 | 0 | 101 | 63 | 34 |
| Octal | 115 | 11 | 376 | 106 | 140 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1001101 | 1001 | 11111110 | 1000110 | 1100000 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #4D09FE
Complementary color
Monochromatic Colors of #4D09FE
Black with #4D09FE
Text Example
Text Example
White with #4D09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09FE; }
p { color: rgb(77,9,254); }
H1.HeaderClassName
{
color: #4D09FE;
}
.AnyTagClassName
{
color: #4D09FE;
}
</style>
background-color css
<style>
a { background-color: #4D09FE; }
a { background-color: rgb(77,9,254); }
div.DivClassName
{
background-color: #4D09FE;
}
.BgClassName
{
background-color: #4D09FE;
}
</style>
border-color css
<style>
span { border-color: #4D09FE; }
span { border-color: rgb(77,9,254); }
td.TdClassName
{
border-color: #4D09FE;
}
.TagClassName
{
border-color: #4D09FE;
}
</style>