Shades of Han Purple #4A07EE
Tints of Han Purple #4A07EE
RGB
CMYK
RGB Variations
Color information
#4A07EE (or 0x4A07EE) is known color: Han Purple. HEX triplet: 4A, 07 and EE. RGB value is (74,7,238). Sum of RGB (Red+Green+Blue) = 74+7+238=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A07EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A07EE is #B5F811. Grayscale: #343434. Windows color (decimal): -11925522 or 15599434. OLE color: 15599434.
HSL color Cylindrical-coordinate representation of color #4A07EE: hue angle of 257.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A07EE is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 7 | 238 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.07 |
| HSL | 257.4º | 0.94% | 0.48% | - |
| HSV(B) | 257.4º | 0.97% | 0.93% | - |
| XYZ | 18.33 | 7.78 | 81.42 | - |
| YUV | 53.37 | 232.2 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 238 | 0.69 | 0.97 | 0 | 0.07 | 257.4 | 0.94 | 0.48 |
| Hex | 4A | 7 | EE | 45 | 61 | 0 | 7 | 101 | 5E | 30 |
| Octal | 112 | 7 | 356 | 105 | 141 | 0 | 7 | 401 | 136 | 60 |
| Binary | 1001010 | 111 | 11101110 | 1000101 | 1100001 | 0 | 111 | 100000001 | 1011110 | 110000 |
Color Harmonies of #4A07EE
Complementary color
Monochromatic Colors of #4A07EE
Black with #4A07EE
Text Example
Text Example
White with #4A07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07EE; }
p { color: rgb(74,7,238); }
H1.HeaderClassName
{
color: #4A07EE;
}
.AnyTagClassName
{
color: #4A07EE;
}
</style>
background-color css
<style>
a { background-color: #4A07EE; }
a { background-color: rgb(74,7,238); }
div.DivClassName
{
background-color: #4A07EE;
}
.BgClassName
{
background-color: #4A07EE;
}
</style>
border-color css
<style>
span { border-color: #4A07EE; }
span { border-color: rgb(74,7,238); }
td.TdClassName
{
border-color: #4A07EE;
}
.TagClassName
{
border-color: #4A07EE;
}
</style>