Shades of Han Purple #4D03FD
Tints of Han Purple #4D03FD
RGB
CMYK
RGB Variations
Color information
#4D03FD (or 0x4D03FD) is known color: Han Purple. HEX triplet: 4D, 03 and FD. RGB value is (77,3,253). Sum of RGB (Red+Green+Blue) = 77+3+253=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D03FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D03FD is #B2FC02. Grayscale: #343434. Windows color (decimal): -11729923 or 16581453. OLE color: 16581453.
HSL color Cylindrical-coordinate representation of color #4D03FD: hue angle of 257.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D03FD is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 3 | 253 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.01 |
| HSL | 257.76º | 0.98% | 0.5% | - |
| HSV(B) | 257.76º | 0.99% | 0.99% | - |
| XYZ | 20.82 | 8.73 | 93.52 | - |
| YUV | 53.63 | 240.52 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 253 | 0.70 | 0.99 | 0 | 0.01 | 257.76 | 0.98 | 0.5 |
| Hex | 4D | 3 | FD | 46 | 63 | 0 | 1 | 102 | 62 | 32 |
| Octal | 115 | 3 | 375 | 106 | 143 | 0 | 1 | 402 | 142 | 62 |
| Binary | 1001101 | 11 | 11111101 | 1000110 | 1100011 | 0 | 1 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4D03FD
Complementary color
Monochromatic Colors of #4D03FD
Black with #4D03FD
Text Example
Text Example
White with #4D03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D03FD; }
p { color: rgb(77,3,253); }
H1.HeaderClassName
{
color: #4D03FD;
}
.AnyTagClassName
{
color: #4D03FD;
}
</style>
background-color css
<style>
a { background-color: #4D03FD; }
a { background-color: rgb(77,3,253); }
div.DivClassName
{
background-color: #4D03FD;
}
.BgClassName
{
background-color: #4D03FD;
}
</style>
border-color css
<style>
span { border-color: #4D03FD; }
span { border-color: rgb(77,3,253); }
td.TdClassName
{
border-color: #4D03FD;
}
.TagClassName
{
border-color: #4D03FD;
}
</style>