Shades of Han Purple #4A0EFC
Tints of Han Purple #4A0EFC
RGB
CMYK
RGB Variations
Color information
#4A0EFC (or 0x4A0EFC) is known color: Han Purple. HEX triplet: 4A, 0E and FC. RGB value is (74,14,252). Sum of RGB (Red+Green+Blue) = 74+14+252=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A0EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0EFC is #B5F103. Grayscale: #3A3A3A. Windows color (decimal): -11923716 or 16518730. OLE color: 16518730.
HSL color Cylindrical-coordinate representation of color #4A0EFC: hue angle of 255.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EFC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 14 | 252 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 255.13º | 0.98% | 0.52% | - |
| HSV(B) | 255.13º | 0.94% | 0.99% | - |
| XYZ | 20.55 | 8.8 | 92.71 | - |
| YUV | 59.07 | 236.88 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 252 | 0.71 | 0.94 | 0 | 0.01 | 255.13 | 0.98 | 0.52 |
| Hex | 4A | E | FC | 47 | 5E | 0 | 1 | FF | 62 | 34 |
| Octal | 112 | 16 | 374 | 107 | 136 | 0 | 1 | 377 | 142 | 64 |
| Binary | 1001010 | 1110 | 11111100 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110100 |
Color Harmonies of #4A0EFC
Complementary color
Monochromatic Colors of #4A0EFC
Black with #4A0EFC
Text Example
Text Example
White with #4A0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EFC; }
p { color: rgb(74,14,252); }
H1.HeaderClassName
{
color: #4A0EFC;
}
.AnyTagClassName
{
color: #4A0EFC;
}
</style>
background-color css
<style>
a { background-color: #4A0EFC; }
a { background-color: rgb(74,14,252); }
div.DivClassName
{
background-color: #4A0EFC;
}
.BgClassName
{
background-color: #4A0EFC;
}
</style>
border-color css
<style>
span { border-color: #4A0EFC; }
span { border-color: rgb(74,14,252); }
td.TdClassName
{
border-color: #4A0EFC;
}
.TagClassName
{
border-color: #4A0EFC;
}
</style>