Shades of Han Purple #4D04FD
Tints of Han Purple #4D04FD
RGB
CMYK
RGB Variations
Color information
#4D04FD (or 0x4D04FD) is known color: Han Purple. HEX triplet: 4D, 04 and FD. RGB value is (77,4,253). Sum of RGB (Red+Green+Blue) = 77+4+253=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D04FD is #B2FB02. Grayscale: #353535. Windows color (decimal): -11729667 or 16581709. OLE color: 16581709.
HSL color Cylindrical-coordinate representation of color #4D04FD: hue angle of 257.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04FD is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 4 | 253 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.01 |
| HSL | 257.59º | 0.98% | 0.5% | - |
| HSV(B) | 257.59º | 0.98% | 0.99% | - |
| XYZ | 20.83 | 8.76 | 93.52 | - |
| YUV | 54.21 | 240.18 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 253 | 0.70 | 0.98 | 0 | 0.01 | 257.59 | 0.98 | 0.5 |
| Hex | 4D | 4 | FD | 46 | 62 | 0 | 1 | 102 | 62 | 32 |
| Octal | 115 | 4 | 375 | 106 | 142 | 0 | 1 | 402 | 142 | 62 |
| Binary | 1001101 | 100 | 11111101 | 1000110 | 1100010 | 0 | 1 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4D04FD
Complementary color
Monochromatic Colors of #4D04FD
Black with #4D04FD
Text Example
Text Example
White with #4D04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04FD; }
p { color: rgb(77,4,253); }
H1.HeaderClassName
{
color: #4D04FD;
}
.AnyTagClassName
{
color: #4D04FD;
}
</style>
background-color css
<style>
a { background-color: #4D04FD; }
a { background-color: rgb(77,4,253); }
div.DivClassName
{
background-color: #4D04FD;
}
.BgClassName
{
background-color: #4D04FD;
}
</style>
border-color css
<style>
span { border-color: #4D04FD; }
span { border-color: rgb(77,4,253); }
td.TdClassName
{
border-color: #4D04FD;
}
.TagClassName
{
border-color: #4D04FD;
}
</style>