Shades of Han Purple #4A0DEC
Tints of Han Purple #4A0DEC
RGB
CMYK
RGB Variations
Color information
#4A0DEC (or 0x4A0DEC) is known color: Han Purple. HEX triplet: 4A, 0D and EC. RGB value is (74,13,236). Sum of RGB (Red+Green+Blue) = 74+13+236=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A0DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0DEC is #B5F213. Grayscale: #373737. Windows color (decimal): -11923988 or 15469898. OLE color: 15469898.
HSL color Cylindrical-coordinate representation of color #4A0DEC: hue angle of 256.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0DEC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 13 | 236 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.07 |
| HSL | 256.41º | 0.9% | 0.49% | - |
| HSV(B) | 256.41º | 0.94% | 0.93% | - |
| XYZ | 18.11 | 7.8 | 79.91 | - |
| YUV | 56.66 | 229.21 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 13 | 236 | 0.69 | 0.94 | 0 | 0.07 | 256.41 | 0.9 | 0.49 |
| Hex | 4A | D | EC | 45 | 5E | 0 | 7 | 100 | 5A | 31 |
| Octal | 112 | 15 | 354 | 105 | 136 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1001010 | 1101 | 11101100 | 1000101 | 1011110 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #4A0DEC
Complementary color
Monochromatic Colors of #4A0DEC
Black with #4A0DEC
Text Example
Text Example
White with #4A0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0DEC; }
p { color: rgb(74,13,236); }
H1.HeaderClassName
{
color: #4A0DEC;
}
.AnyTagClassName
{
color: #4A0DEC;
}
</style>
background-color css
<style>
a { background-color: #4A0DEC; }
a { background-color: rgb(74,13,236); }
div.DivClassName
{
background-color: #4A0DEC;
}
.BgClassName
{
background-color: #4A0DEC;
}
</style>
border-color css
<style>
span { border-color: #4A0DEC; }
span { border-color: rgb(74,13,236); }
td.TdClassName
{
border-color: #4A0DEC;
}
.TagClassName
{
border-color: #4A0DEC;
}
</style>