Shades of Han Purple #4D09FF
Tints of Han Purple #4D09FF
RGB
CMYK
RGB Variations
Color information
#4D09FF (or 0x4D09FF) is known color: Han Purple. HEX triplet: 4D, 09 and FF. RGB value is (77,9,255). Sum of RGB (Red+Green+Blue) = 77+9+255=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D09FF is #B2F600. Grayscale: #383838. Windows color (decimal): -11728385 or 16714061. OLE color: 16714061.
HSL color Cylindrical-coordinate representation of color #4D09FF: hue angle of 256.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D09FF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 9 | 255 | - |
| CMYK | 0.70 | 0.96 | 0 | 0 |
| HSL | 256.59º | 1% | 0.52% | - |
| HSV(B) | 256.59º | 0.96% | 1% | - |
| XYZ | 21.21 | 8.99 | 95.23 | - |
| YUV | 57.38 | 239.53 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 255 | 0.70 | 0.96 | 0 | 0 | 256.59 | 1 | 0.52 |
| Hex | 4D | 9 | FF | 46 | 60 | 0 | 0 | 101 | 64 | 34 |
| Octal | 115 | 11 | 377 | 106 | 140 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1001101 | 1001 | 11111111 | 1000110 | 1100000 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #4D09FF
Complementary color
Monochromatic Colors of #4D09FF
Black with #4D09FF
Text Example
Text Example
White with #4D09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09FF; }
p { color: rgb(77,9,255); }
H1.HeaderClassName
{
color: #4D09FF;
}
.AnyTagClassName
{
color: #4D09FF;
}
</style>
background-color css
<style>
a { background-color: #4D09FF; }
a { background-color: rgb(77,9,255); }
div.DivClassName
{
background-color: #4D09FF;
}
.BgClassName
{
background-color: #4D09FF;
}
</style>
border-color css
<style>
span { border-color: #4D09FF; }
span { border-color: rgb(77,9,255); }
td.TdClassName
{
border-color: #4D09FF;
}
.TagClassName
{
border-color: #4D09FF;
}
</style>