Shades of Han Purple #4D07D9
Tints of Han Purple #4D07D9
RGB
CMYK
RGB Variations
Color information
#4D07D9 (or 0x4D07D9) is known color: Han Purple. HEX triplet: 4D, 07 and D9. RGB value is (77,7,217). Sum of RGB (Red+Green+Blue) = 77+7+217=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #4D07D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D07D9 is #B2F826. Grayscale: #333333. Windows color (decimal): -11728935 or 14223181. OLE color: 14223181.
HSL color Cylindrical-coordinate representation of color #4D07D9: hue angle of 260º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D07D9 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 7 | 217 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.15 |
| HSL | 260º | 0.94% | 0.44% | - |
| HSV(B) | 260º | 0.97% | 0.85% | - |
| XYZ | 15.66 | 6.74 | 66.12 | - |
| YUV | 51.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 217 | 0.65 | 0.97 | 0 | 0.15 | 260 | 0.94 | 0.44 |
| Hex | 4D | 7 | D9 | 41 | 61 | 0 | F | 104 | 5E | 2C |
| Octal | 115 | 7 | 331 | 101 | 141 | 0 | 17 | 404 | 136 | 54 |
| Binary | 1001101 | 111 | 11011001 | 1000001 | 1100001 | 0 | 1111 | 100000100 | 1011110 | 101100 |
Color Harmonies of #4D07D9
Complementary color
Monochromatic Colors of #4D07D9
Black with #4D07D9
Text Example
Text Example
White with #4D07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07D9; }
p { color: rgb(77,7,217); }
H1.HeaderClassName
{
color: #4D07D9;
}
.AnyTagClassName
{
color: #4D07D9;
}
</style>
background-color css
<style>
a { background-color: #4D07D9; }
a { background-color: rgb(77,7,217); }
div.DivClassName
{
background-color: #4D07D9;
}
.BgClassName
{
background-color: #4D07D9;
}
</style>
border-color css
<style>
span { border-color: #4D07D9; }
span { border-color: rgb(77,7,217); }
td.TdClassName
{
border-color: #4D07D9;
}
.TagClassName
{
border-color: #4D07D9;
}
</style>