Shades of Han Purple #4D0DFB
Tints of Han Purple #4D0DFB
RGB
CMYK
RGB Variations
Color information
#4D0DFB (or 0x4D0DFB) is known color: Han Purple. HEX triplet: 4D, 0D and FB. RGB value is (77,13,251). Sum of RGB (Red+Green+Blue) = 77+13+251=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DFB is #B2F204. Grayscale: #3A3A3A. Windows color (decimal): -11727365 or 16452941. OLE color: 16452941.
HSL color Cylindrical-coordinate representation of color #4D0DFB: hue angle of 256.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DFB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 13 | 251 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.02 |
| HSL | 256.13º | 0.97% | 0.52% | - |
| HSV(B) | 256.13º | 0.95% | 0.98% | - |
| XYZ | 20.62 | 8.83 | 91.88 | - |
| YUV | 59.27 | 236.2 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 251 | 0.69 | 0.95 | 0 | 0.02 | 256.13 | 0.97 | 0.52 |
| Hex | 4D | D | FB | 45 | 5F | 0 | 2 | 100 | 61 | 34 |
| Octal | 115 | 15 | 373 | 105 | 137 | 0 | 2 | 400 | 141 | 64 |
| Binary | 1001101 | 1101 | 11111011 | 1000101 | 1011111 | 0 | 10 | 100000000 | 1100001 | 110100 |
Color Harmonies of #4D0DFB
Complementary color
Monochromatic Colors of #4D0DFB
Black with #4D0DFB
Text Example
Text Example
White with #4D0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DFB; }
p { color: rgb(77,13,251); }
H1.HeaderClassName
{
color: #4D0DFB;
}
.AnyTagClassName
{
color: #4D0DFB;
}
</style>
background-color css
<style>
a { background-color: #4D0DFB; }
a { background-color: rgb(77,13,251); }
div.DivClassName
{
background-color: #4D0DFB;
}
.BgClassName
{
background-color: #4D0DFB;
}
</style>
border-color css
<style>
span { border-color: #4D0DFB; }
span { border-color: rgb(77,13,251); }
td.TdClassName
{
border-color: #4D0DFB;
}
.TagClassName
{
border-color: #4D0DFB;
}
</style>