Shades of Han Purple #4A0DEE
Tints of Han Purple #4A0DEE
RGB
CMYK
RGB Variations
Color information
#4A0DEE (or 0x4A0DEE) is known color: Han Purple. HEX triplet: 4A, 0D and EE. RGB value is (74,13,238). Sum of RGB (Red+Green+Blue) = 74+13+238=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A0DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0DEE is #B5F211. Grayscale: #383838. Windows color (decimal): -11923986 or 15600970. OLE color: 15600970.
HSL color Cylindrical-coordinate representation of color #4A0DEE: hue angle of 256.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0DEE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 13 | 238 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.07 |
| HSL | 256.27º | 0.9% | 0.49% | - |
| HSV(B) | 256.27º | 0.95% | 0.93% | - |
| XYZ | 18.4 | 7.92 | 81.45 | - |
| YUV | 56.89 | 230.21 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 13 | 238 | 0.69 | 0.95 | 0 | 0.07 | 256.27 | 0.9 | 0.49 |
| Hex | 4A | D | EE | 45 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 112 | 15 | 356 | 105 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1001010 | 1101 | 11101110 | 1000101 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #4A0DEE
Complementary color
Monochromatic Colors of #4A0DEE
Black with #4A0DEE
Text Example
Text Example
White with #4A0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0DEE; }
p { color: rgb(74,13,238); }
H1.HeaderClassName
{
color: #4A0DEE;
}
.AnyTagClassName
{
color: #4A0DEE;
}
</style>
background-color css
<style>
a { background-color: #4A0DEE; }
a { background-color: rgb(74,13,238); }
div.DivClassName
{
background-color: #4A0DEE;
}
.BgClassName
{
background-color: #4A0DEE;
}
</style>
border-color css
<style>
span { border-color: #4A0DEE; }
span { border-color: rgb(74,13,238); }
td.TdClassName
{
border-color: #4A0DEE;
}
.TagClassName
{
border-color: #4A0DEE;
}
</style>