Shades of Han Purple #4D19FE
Tints of Han Purple #4D19FE
RGB
CMYK
RGB Variations
Color information
#4D19FE (or 0x4D19FE) is known color: Han Purple. HEX triplet: 4D, 19 and FE. RGB value is (77,25,254). Sum of RGB (Red+Green+Blue) = 77+25+254=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D19FE is #B2E601. Grayscale: #414141. Windows color (decimal): -11724290 or 16652621. OLE color: 16652621.
HSL color Cylindrical-coordinate representation of color #4D19FE: hue angle of 253.62º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D19FE is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 25 | 254 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.00 |
| HSL | 253.62º | 0.99% | 0.55% | - |
| HSV(B) | 253.62º | 0.9% | 1% | - |
| XYZ | 21.3 | 9.43 | 94.46 | - |
| YUV | 66.65 | 233.73 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 254 | 0.70 | 0.90 | 0 | 0.00 | 253.62 | 0.99 | 0.55 |
| Hex | 4D | 19 | FE | 46 | 5A | 0 | 0 | FE | 63 | 37 |
| Octal | 115 | 31 | 376 | 106 | 132 | 0 | 0 | 376 | 143 | 67 |
| Binary | 1001101 | 11001 | 11111110 | 1000110 | 1011010 | 0 | 0 | 11111110 | 1100011 | 110111 |
Color Harmonies of #4D19FE
Complementary color
Monochromatic Colors of #4D19FE
Black with #4D19FE
Text Example
Text Example
White with #4D19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D19FE; }
p { color: rgb(77,25,254); }
H1.HeaderClassName
{
color: #4D19FE;
}
.AnyTagClassName
{
color: #4D19FE;
}
</style>
background-color css
<style>
a { background-color: #4D19FE; }
a { background-color: rgb(77,25,254); }
div.DivClassName
{
background-color: #4D19FE;
}
.BgClassName
{
background-color: #4D19FE;
}
</style>
border-color css
<style>
span { border-color: #4D19FE; }
span { border-color: rgb(77,25,254); }
td.TdClassName
{
border-color: #4D19FE;
}
.TagClassName
{
border-color: #4D19FE;
}
</style>