Shades of Han Purple #4A14EA
Tints of Han Purple #4A14EA
RGB
CMYK
RGB Variations
Color information
#4A14EA (or 0x4A14EA) is known color: Han Purple. HEX triplet: 4A, 14 and EA. RGB value is (74,20,234). Sum of RGB (Red+Green+Blue) = 74+20+234=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A14EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A14EA is #B5EB15. Grayscale: #3B3B3B. Windows color (decimal): -11922198 or 15340618. OLE color: 15340618.
HSL color Cylindrical-coordinate representation of color #4A14EA: hue angle of 255.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A14EA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 20 | 234 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.08 |
| HSL | 255.14º | 0.84% | 0.5% | - |
| HSV(B) | 255.14º | 0.91% | 0.92% | - |
| XYZ | 17.93 | 7.9 | 78.42 | - |
| YUV | 60.54 | 225.89 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 234 | 0.68 | 0.91 | 0 | 0.08 | 255.14 | 0.84 | 0.5 |
| Hex | 4A | 14 | EA | 44 | 5B | 0 | 8 | FF | 54 | 32 |
| Octal | 112 | 24 | 352 | 104 | 133 | 0 | 10 | 377 | 124 | 62 |
| Binary | 1001010 | 10100 | 11101010 | 1000100 | 1011011 | 0 | 1000 | 11111111 | 1010100 | 110010 |
Color Harmonies of #4A14EA
Complementary color
Monochromatic Colors of #4A14EA
Black with #4A14EA
Text Example
Text Example
White with #4A14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A14EA; }
p { color: rgb(74,20,234); }
H1.HeaderClassName
{
color: #4A14EA;
}
.AnyTagClassName
{
color: #4A14EA;
}
</style>
background-color css
<style>
a { background-color: #4A14EA; }
a { background-color: rgb(74,20,234); }
div.DivClassName
{
background-color: #4A14EA;
}
.BgClassName
{
background-color: #4A14EA;
}
</style>
border-color css
<style>
span { border-color: #4A14EA; }
span { border-color: rgb(74,20,234); }
td.TdClassName
{
border-color: #4A14EA;
}
.TagClassName
{
border-color: #4A14EA;
}
</style>