Shades of Han Purple #4A0AEF
Tints of Han Purple #4A0AEF
RGB
CMYK
RGB Variations
Color information
#4A0AEF (or 0x4A0AEF) is known color: Han Purple. HEX triplet: 4A, 0A and EF. RGB value is (74,10,239). Sum of RGB (Red+Green+Blue) = 74+10+239=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0AEF is #B5F510. Grayscale: #363636. Windows color (decimal): -11924753 or 15665738. OLE color: 15665738.
HSL color Cylindrical-coordinate representation of color #4A0AEF: hue angle of 256.77º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0AEF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 10 | 239 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.06 |
| HSL | 256.77º | 0.92% | 0.49% | - |
| HSV(B) | 256.77º | 0.96% | 0.94% | - |
| XYZ | 18.51 | 7.9 | 82.21 | - |
| YUV | 55.24 | 231.7 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 239 | 0.69 | 0.96 | 0 | 0.06 | 256.77 | 0.92 | 0.49 |
| Hex | 4A | A | EF | 45 | 60 | 0 | 6 | 101 | 5C | 31 |
| Octal | 112 | 12 | 357 | 105 | 140 | 0 | 6 | 401 | 134 | 61 |
| Binary | 1001010 | 1010 | 11101111 | 1000101 | 1100000 | 0 | 110 | 100000001 | 1011100 | 110001 |
Color Harmonies of #4A0AEF
Complementary color
Monochromatic Colors of #4A0AEF
Black with #4A0AEF
Text Example
Text Example
White with #4A0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0AEF; }
p { color: rgb(74,10,239); }
H1.HeaderClassName
{
color: #4A0AEF;
}
.AnyTagClassName
{
color: #4A0AEF;
}
</style>
background-color css
<style>
a { background-color: #4A0AEF; }
a { background-color: rgb(74,10,239); }
div.DivClassName
{
background-color: #4A0AEF;
}
.BgClassName
{
background-color: #4A0AEF;
}
</style>
border-color css
<style>
span { border-color: #4A0AEF; }
span { border-color: rgb(74,10,239); }
td.TdClassName
{
border-color: #4A0AEF;
}
.TagClassName
{
border-color: #4A0AEF;
}
</style>