Shades of Han Purple #4D19FA
Tints of Han Purple #4D19FA
RGB
CMYK
RGB Variations
Color information
#4D19FA (or 0x4D19FA) is known color: Han Purple. HEX triplet: 4D, 19 and FA. RGB value is (77,25,250). Sum of RGB (Red+Green+Blue) = 77+25+250=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D19FA is #B2E605. Grayscale: #414141. Windows color (decimal): -11724294 or 16390477. OLE color: 16390477.
HSL color Cylindrical-coordinate representation of color #4D19FA: hue angle of 253.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D19FA is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 25 | 250 | - |
| CMYK | 0.69 | 0.9 | 0 | 0.02 |
| HSL | 253.87º | 0.96% | 0.54% | - |
| HSV(B) | 253.87º | 0.9% | 0.98% | - |
| XYZ | 20.66 | 9.18 | 91.12 | - |
| YUV | 66.2 | 231.73 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 250 | 0.69 | 0.9 | 0 | 0.02 | 253.87 | 0.96 | 0.54 |
| Hex | 4D | 19 | FA | 45 | 5A | 0 | 2 | FE | 60 | 36 |
| Octal | 115 | 31 | 372 | 105 | 132 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1001101 | 11001 | 11111010 | 1000101 | 1011010 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #4D19FA
Complementary color
Monochromatic Colors of #4D19FA
Black with #4D19FA
Text Example
Text Example
White with #4D19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D19FA; }
p { color: rgb(77,25,250); }
H1.HeaderClassName
{
color: #4D19FA;
}
.AnyTagClassName
{
color: #4D19FA;
}
</style>
background-color css
<style>
a { background-color: #4D19FA; }
a { background-color: rgb(77,25,250); }
div.DivClassName
{
background-color: #4D19FA;
}
.BgClassName
{
background-color: #4D19FA;
}
</style>
border-color css
<style>
span { border-color: #4D19FA; }
span { border-color: rgb(77,25,250); }
td.TdClassName
{
border-color: #4D19FA;
}
.TagClassName
{
border-color: #4D19FA;
}
</style>