Shades of Han Purple #4A0EF9
Tints of Han Purple #4A0EF9
RGB
CMYK
RGB Variations
Color information
#4A0EF9 (or 0x4A0EF9) is known color: Han Purple. HEX triplet: 4A, 0E and F9. RGB value is (74,14,249). Sum of RGB (Red+Green+Blue) = 74+14+249=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A0EF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0EF9 is #B5F106. Grayscale: #393939. Windows color (decimal): -11923719 or 16322122. OLE color: 16322122.
HSL color Cylindrical-coordinate representation of color #4A0EF9: hue angle of 255.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EF9 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 14 | 249 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.02 |
| HSL | 255.32º | 0.95% | 0.52% | - |
| HSV(B) | 255.32º | 0.94% | 0.98% | - |
| XYZ | 20.08 | 8.61 | 90.23 | - |
| YUV | 58.73 | 235.38 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 249 | 0.70 | 0.94 | 0 | 0.02 | 255.32 | 0.95 | 0.52 |
| Hex | 4A | E | F9 | 46 | 5E | 0 | 2 | FF | 5F | 34 |
| Octal | 112 | 16 | 371 | 106 | 136 | 0 | 2 | 377 | 137 | 64 |
| Binary | 1001010 | 1110 | 11111001 | 1000110 | 1011110 | 0 | 10 | 11111111 | 1011111 | 110100 |
Color Harmonies of #4A0EF9
Complementary color
Monochromatic Colors of #4A0EF9
Black with #4A0EF9
Text Example
Text Example
White with #4A0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EF9; }
p { color: rgb(74,14,249); }
H1.HeaderClassName
{
color: #4A0EF9;
}
.AnyTagClassName
{
color: #4A0EF9;
}
</style>
background-color css
<style>
a { background-color: #4A0EF9; }
a { background-color: rgb(74,14,249); }
div.DivClassName
{
background-color: #4A0EF9;
}
.BgClassName
{
background-color: #4A0EF9;
}
</style>
border-color css
<style>
span { border-color: #4A0EF9; }
span { border-color: rgb(74,14,249); }
td.TdClassName
{
border-color: #4A0EF9;
}
.TagClassName
{
border-color: #4A0EF9;
}
</style>