Shades of Han Purple #4A00EE
Tints of Han Purple #4A00EE
RGB
CMYK
RGB Variations
Color information
#4A00EE (or 0x4A00EE) is known color: Han Purple. HEX triplet: 4A, 00 and EE. RGB value is (74,0,238). Sum of RGB (Red+Green+Blue) = 74+0+238=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A00EE is #B5FF11. Grayscale: #303030. Windows color (decimal): -11927314 or 15597642. OLE color: 15597642.
HSL color Cylindrical-coordinate representation of color #4A00EE: hue angle of 258.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00EE is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 0 | 238 | - |
| CMYK | 0.69 | 1 | 0 | 0.07 |
| HSL | 258.66º | 1% | 0.47% | - |
| HSV(B) | 258.66º | 1% | 0.93% | - |
| XYZ | 18.26 | 7.63 | 81.4 | - |
| YUV | 49.26 | 234.52 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 238 | 0.69 | 1 | 0 | 0.07 | 258.66 | 1 | 0.47 |
| Hex | 4A | 0 | EE | 45 | 64 | 0 | 7 | 103 | 64 | 2F |
| Octal | 112 | 0 | 356 | 105 | 144 | 0 | 7 | 403 | 144 | 57 |
| Binary | 1001010 | 0 | 11101110 | 1000101 | 1100100 | 0 | 111 | 100000011 | 1100100 | 101111 |
Color Harmonies of #4A00EE
Complementary color
Monochromatic Colors of #4A00EE
Black with #4A00EE
Text Example
Text Example
White with #4A00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00EE; }
p { color: rgb(74,0,238); }
H1.HeaderClassName
{
color: #4A00EE;
}
.AnyTagClassName
{
color: #4A00EE;
}
</style>
background-color css
<style>
a { background-color: #4A00EE; }
a { background-color: rgb(74,0,238); }
div.DivClassName
{
background-color: #4A00EE;
}
.BgClassName
{
background-color: #4A00EE;
}
</style>
border-color css
<style>
span { border-color: #4A00EE; }
span { border-color: rgb(74,0,238); }
td.TdClassName
{
border-color: #4A00EE;
}
.TagClassName
{
border-color: #4A00EE;
}
</style>