Shades of Han Purple #4C19FE
Tints of Han Purple #4C19FE
RGB
CMYK
RGB Variations
Color information
#4C19FE (or 0x4C19FE) is known color: Han Purple. HEX triplet: 4C, 19 and FE. RGB value is (76,25,254). Sum of RGB (Red+Green+Blue) = 76+25+254=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C19FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C19FE is #B3E601. Grayscale: #414141. Windows color (decimal): -11789826 or 16652620. OLE color: 16652620.
HSL color Cylindrical-coordinate representation of color #4C19FE: hue angle of 253.36º 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 #4C19FE is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 25 | 254 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.00 |
| HSL | 253.36º | 0.99% | 0.55% | - |
| HSV(B) | 253.36º | 0.9% | 1% | - |
| XYZ | 21.22 | 9.39 | 94.46 | - |
| YUV | 66.36 | 233.9 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 254 | 0.70 | 0.90 | 0 | 0.00 | 253.36 | 0.99 | 0.55 |
| Hex | 4C | 19 | FE | 46 | 5A | 0 | 0 | FD | 63 | 37 |
| Octal | 114 | 31 | 376 | 106 | 132 | 0 | 0 | 375 | 143 | 67 |
| Binary | 1001100 | 11001 | 11111110 | 1000110 | 1011010 | 0 | 0 | 11111101 | 1100011 | 110111 |
Color Harmonies of #4C19FE
Complementary color
Monochromatic Colors of #4C19FE
Black with #4C19FE
Text Example
Text Example
White with #4C19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C19FE; }
p { color: rgb(76,25,254); }
H1.HeaderClassName
{
color: #4C19FE;
}
.AnyTagClassName
{
color: #4C19FE;
}
</style>
background-color css
<style>
a { background-color: #4C19FE; }
a { background-color: rgb(76,25,254); }
div.DivClassName
{
background-color: #4C19FE;
}
.BgClassName
{
background-color: #4C19FE;
}
</style>
border-color css
<style>
span { border-color: #4C19FE; }
span { border-color: rgb(76,25,254); }
td.TdClassName
{
border-color: #4C19FE;
}
.TagClassName
{
border-color: #4C19FE;
}
</style>