Shades of Han Purple #4A0AEE
Tints of Han Purple #4A0AEE
RGB
CMYK
RGB Variations
Color information
#4A0AEE (or 0x4A0AEE) is known color: Han Purple. HEX triplet: 4A, 0A and EE. RGB value is (74,10,238). Sum of RGB (Red+Green+Blue) = 74+10+238=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A0AEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0AEE is #B5F511. Grayscale: #363636. Windows color (decimal): -11924754 or 15600202. OLE color: 15600202.
HSL color Cylindrical-coordinate representation of color #4A0AEE: hue angle of 256.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0AEE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 10 | 238 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.07 |
| HSL | 256.84º | 0.92% | 0.49% | - |
| HSV(B) | 256.84º | 0.96% | 0.93% | - |
| XYZ | 18.37 | 7.85 | 81.44 | - |
| YUV | 55.13 | 231.2 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 238 | 0.69 | 0.96 | 0 | 0.07 | 256.84 | 0.92 | 0.49 |
| Hex | 4A | A | EE | 45 | 60 | 0 | 7 | 101 | 5C | 31 |
| Octal | 112 | 12 | 356 | 105 | 140 | 0 | 7 | 401 | 134 | 61 |
| Binary | 1001010 | 1010 | 11101110 | 1000101 | 1100000 | 0 | 111 | 100000001 | 1011100 | 110001 |
Color Harmonies of #4A0AEE
Complementary color
Monochromatic Colors of #4A0AEE
Black with #4A0AEE
Text Example
Text Example
White with #4A0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0AEE; }
p { color: rgb(74,10,238); }
H1.HeaderClassName
{
color: #4A0AEE;
}
.AnyTagClassName
{
color: #4A0AEE;
}
</style>
background-color css
<style>
a { background-color: #4A0AEE; }
a { background-color: rgb(74,10,238); }
div.DivClassName
{
background-color: #4A0AEE;
}
.BgClassName
{
background-color: #4A0AEE;
}
</style>
border-color css
<style>
span { border-color: #4A0AEE; }
span { border-color: rgb(74,10,238); }
td.TdClassName
{
border-color: #4A0AEE;
}
.TagClassName
{
border-color: #4A0AEE;
}
</style>