Shades of Han Purple #4D03FA
Tints of Han Purple #4D03FA
RGB
CMYK
RGB Variations
Color information
#4D03FA (or 0x4D03FA) is known color: Han Purple. HEX triplet: 4D, 03 and FA. RGB value is (77,3,250). Sum of RGB (Red+Green+Blue) = 77+3+250=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D03FA is #B2FC05. Grayscale: #343434. Windows color (decimal): -11729926 or 16384845. OLE color: 16384845.
HSL color Cylindrical-coordinate representation of color #4D03FA: hue angle of 257.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D03FA is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 3 | 250 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.02 |
| HSL | 257.98º | 0.98% | 0.5% | - |
| HSV(B) | 257.98º | 0.99% | 0.98% | - |
| XYZ | 20.35 | 8.55 | 91.02 | - |
| YUV | 53.28 | 239.02 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 250 | 0.69 | 0.99 | 0 | 0.02 | 257.98 | 0.98 | 0.5 |
| Hex | 4D | 3 | FA | 45 | 63 | 0 | 2 | 102 | 62 | 32 |
| Octal | 115 | 3 | 372 | 105 | 143 | 0 | 2 | 402 | 142 | 62 |
| Binary | 1001101 | 11 | 11111010 | 1000101 | 1100011 | 0 | 10 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4D03FA
Complementary color
Monochromatic Colors of #4D03FA
Black with #4D03FA
Text Example
Text Example
White with #4D03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D03FA; }
p { color: rgb(77,3,250); }
H1.HeaderClassName
{
color: #4D03FA;
}
.AnyTagClassName
{
color: #4D03FA;
}
</style>
background-color css
<style>
a { background-color: #4D03FA; }
a { background-color: rgb(77,3,250); }
div.DivClassName
{
background-color: #4D03FA;
}
.BgClassName
{
background-color: #4D03FA;
}
</style>
border-color css
<style>
span { border-color: #4D03FA; }
span { border-color: rgb(77,3,250); }
td.TdClassName
{
border-color: #4D03FA;
}
.TagClassName
{
border-color: #4D03FA;
}
</style>