Shades of Han Purple #4A19F0
Tints of Han Purple #4A19F0
RGB
CMYK
RGB Variations
Color information
#4A19F0 (or 0x4A19F0) is known color: Han Purple. HEX triplet: 4A, 19 and F0. RGB value is (74,25,240). Sum of RGB (Red+Green+Blue) = 74+25+240=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A19F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A19F0 is #B5E60F. Grayscale: #3F3F3F. Windows color (decimal): -11920912 or 15735114. OLE color: 15735114.
HSL color Cylindrical-coordinate representation of color #4A19F0: hue angle of 253.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A19F0 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 25 | 240 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.06 |
| HSL | 253.67º | 0.88% | 0.52% | - |
| HSV(B) | 253.67º | 0.9% | 0.94% | - |
| XYZ | 18.9 | 8.44 | 83.07 | - |
| YUV | 64.16 | 227.23 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 240 | 0.69 | 0.90 | 0 | 0.06 | 253.67 | 0.88 | 0.52 |
| Hex | 4A | 19 | F0 | 45 | 5A | 0 | 6 | FE | 58 | 34 |
| Octal | 112 | 31 | 360 | 105 | 132 | 0 | 6 | 376 | 130 | 64 |
| Binary | 1001010 | 11001 | 11110000 | 1000101 | 1011010 | 0 | 110 | 11111110 | 1011000 | 110100 |
Color Harmonies of #4A19F0
Complementary color
Monochromatic Colors of #4A19F0
Black with #4A19F0
Text Example
Text Example
White with #4A19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A19F0; }
p { color: rgb(74,25,240); }
H1.HeaderClassName
{
color: #4A19F0;
}
.AnyTagClassName
{
color: #4A19F0;
}
</style>
background-color css
<style>
a { background-color: #4A19F0; }
a { background-color: rgb(74,25,240); }
div.DivClassName
{
background-color: #4A19F0;
}
.BgClassName
{
background-color: #4A19F0;
}
</style>
border-color css
<style>
span { border-color: #4A19F0; }
span { border-color: rgb(74,25,240); }
td.TdClassName
{
border-color: #4A19F0;
}
.TagClassName
{
border-color: #4A19F0;
}
</style>