Shades of Han Purple #4A01ED
Tints of Han Purple #4A01ED
RGB
CMYK
RGB Variations
Color information
#4A01ED (or 0x4A01ED) is known color: Han Purple. HEX triplet: 4A, 01 and ED. RGB value is (74,1,237). Sum of RGB (Red+Green+Blue) = 74+1+237=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A01ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A01ED is #B5FE12. Grayscale: #303030. Windows color (decimal): -11927059 or 15532362. OLE color: 15532362.
HSL color Cylindrical-coordinate representation of color #4A01ED: hue angle of 258.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A01ED is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 1 | 237 | - |
| CMYK | 0.69 | 1.00 | 0 | 0.07 |
| HSL | 258.56º | 0.99% | 0.47% | - |
| HSV(B) | 258.56º | 1% | 0.93% | - |
| XYZ | 18.12 | 7.59 | 80.63 | - |
| YUV | 49.73 | 233.68 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 237 | 0.69 | 1.00 | 0 | 0.07 | 258.56 | 0.99 | 0.47 |
| Hex | 4A | 1 | ED | 45 | 64 | 0 | 7 | 103 | 63 | 2F |
| Octal | 112 | 1 | 355 | 105 | 144 | 0 | 7 | 403 | 143 | 57 |
| Binary | 1001010 | 1 | 11101101 | 1000101 | 1100100 | 0 | 111 | 100000011 | 1100011 | 101111 |
Color Harmonies of #4A01ED
Complementary color
Monochromatic Colors of #4A01ED
Black with #4A01ED
Text Example
Text Example
White with #4A01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A01ED; }
p { color: rgb(74,1,237); }
H1.HeaderClassName
{
color: #4A01ED;
}
.AnyTagClassName
{
color: #4A01ED;
}
</style>
background-color css
<style>
a { background-color: #4A01ED; }
a { background-color: rgb(74,1,237); }
div.DivClassName
{
background-color: #4A01ED;
}
.BgClassName
{
background-color: #4A01ED;
}
</style>
border-color css
<style>
span { border-color: #4A01ED; }
span { border-color: rgb(74,1,237); }
td.TdClassName
{
border-color: #4A01ED;
}
.TagClassName
{
border-color: #4A01ED;
}
</style>