Shades of Han Purple #4A0EDD
Tints of Han Purple #4A0EDD
RGB
CMYK
RGB Variations
Color information
#4A0EDD (or 0x4A0EDD) is known color: Han Purple. HEX triplet: 4A, 0E and DD. RGB value is (74,14,221). Sum of RGB (Red+Green+Blue) = 74+14+221=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0EDD is #B5F122. Grayscale: #363636. Windows color (decimal): -11923747 or 14487114. OLE color: 14487114.
HSL color Cylindrical-coordinate representation of color #4A0EDD: hue angle of 257.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EDD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 14 | 221 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.13 |
| HSL | 257.39º | 0.88% | 0.46% | - |
| HSV(B) | 257.39º | 0.94% | 0.87% | - |
| XYZ | 16.03 | 6.99 | 68.91 | - |
| YUV | 55.54 | 221.38 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 221 | 0.67 | 0.94 | 0 | 0.13 | 257.39 | 0.88 | 0.46 |
| Hex | 4A | E | DD | 43 | 5E | 0 | D | 101 | 58 | 2E |
| Octal | 112 | 16 | 335 | 103 | 136 | 0 | 15 | 401 | 130 | 56 |
| Binary | 1001010 | 1110 | 11011101 | 1000011 | 1011110 | 0 | 1101 | 100000001 | 1011000 | 101110 |
Color Harmonies of #4A0EDD
Complementary color
Monochromatic Colors of #4A0EDD
Black with #4A0EDD
Text Example
Text Example
White with #4A0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EDD; }
p { color: rgb(74,14,221); }
H1.HeaderClassName
{
color: #4A0EDD;
}
.AnyTagClassName
{
color: #4A0EDD;
}
</style>
background-color css
<style>
a { background-color: #4A0EDD; }
a { background-color: rgb(74,14,221); }
div.DivClassName
{
background-color: #4A0EDD;
}
.BgClassName
{
background-color: #4A0EDD;
}
</style>
border-color css
<style>
span { border-color: #4A0EDD; }
span { border-color: rgb(74,14,221); }
td.TdClassName
{
border-color: #4A0EDD;
}
.TagClassName
{
border-color: #4A0EDD;
}
</style>