Shades of Han Purple #4A0FEA
Tints of Han Purple #4A0FEA
RGB
CMYK
RGB Variations
Color information
#4A0FEA (or 0x4A0FEA) is known color: Han Purple. HEX triplet: 4A, 0F and EA. RGB value is (74,15,234). Sum of RGB (Red+Green+Blue) = 74+15+234=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A0FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0FEA is #B5F015. Grayscale: #383838. Windows color (decimal): -11923478 or 15339338. OLE color: 15339338.
HSL color Cylindrical-coordinate representation of color #4A0FEA: hue angle of 256.16º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0FEA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 15 | 234 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.08 |
| HSL | 256.16º | 0.88% | 0.49% | - |
| HSV(B) | 256.16º | 0.94% | 0.92% | - |
| XYZ | 17.85 | 7.74 | 78.39 | - |
| YUV | 57.61 | 227.55 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 234 | 0.68 | 0.94 | 0 | 0.08 | 256.16 | 0.88 | 0.49 |
| Hex | 4A | F | EA | 44 | 5E | 0 | 8 | 100 | 58 | 31 |
| Octal | 112 | 17 | 352 | 104 | 136 | 0 | 10 | 400 | 130 | 61 |
| Binary | 1001010 | 1111 | 11101010 | 1000100 | 1011110 | 0 | 1000 | 100000000 | 1011000 | 110001 |
Color Harmonies of #4A0FEA
Complementary color
Monochromatic Colors of #4A0FEA
Black with #4A0FEA
Text Example
Text Example
White with #4A0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0FEA; }
p { color: rgb(74,15,234); }
H1.HeaderClassName
{
color: #4A0FEA;
}
.AnyTagClassName
{
color: #4A0FEA;
}
</style>
background-color css
<style>
a { background-color: #4A0FEA; }
a { background-color: rgb(74,15,234); }
div.DivClassName
{
background-color: #4A0FEA;
}
.BgClassName
{
background-color: #4A0FEA;
}
</style>
border-color css
<style>
span { border-color: #4A0FEA; }
span { border-color: rgb(74,15,234); }
td.TdClassName
{
border-color: #4A0FEA;
}
.TagClassName
{
border-color: #4A0FEA;
}
</style>