Shades of Han Purple #4A0EFD
Tints of Han Purple #4A0EFD
RGB
CMYK
RGB Variations
Color information
#4A0EFD (or 0x4A0EFD) is known color: Han Purple. HEX triplet: 4A, 0E and FD. RGB value is (74,14,253). Sum of RGB (Red+Green+Blue) = 74+14+253=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A0EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0EFD is #B5F102. Grayscale: #3A3A3A. Windows color (decimal): -11923715 or 16584266. OLE color: 16584266.
HSL color Cylindrical-coordinate representation of color #4A0EFD: hue angle of 255.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EFD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 14 | 253 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 255.06º | 0.98% | 0.52% | - |
| HSV(B) | 255.06º | 0.94% | 0.99% | - |
| XYZ | 20.71 | 8.86 | 93.55 | - |
| YUV | 59.19 | 237.38 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 253 | 0.71 | 0.94 | 0 | 0.01 | 255.06 | 0.98 | 0.52 |
| Hex | 4A | E | FD | 47 | 5E | 0 | 1 | FF | 62 | 34 |
| Octal | 112 | 16 | 375 | 107 | 136 | 0 | 1 | 377 | 142 | 64 |
| Binary | 1001010 | 1110 | 11111101 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110100 |
Color Harmonies of #4A0EFD
Complementary color
Monochromatic Colors of #4A0EFD
Black with #4A0EFD
Text Example
Text Example
White with #4A0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EFD; }
p { color: rgb(74,14,253); }
H1.HeaderClassName
{
color: #4A0EFD;
}
.AnyTagClassName
{
color: #4A0EFD;
}
</style>
background-color css
<style>
a { background-color: #4A0EFD; }
a { background-color: rgb(74,14,253); }
div.DivClassName
{
background-color: #4A0EFD;
}
.BgClassName
{
background-color: #4A0EFD;
}
</style>
border-color css
<style>
span { border-color: #4A0EFD; }
span { border-color: rgb(74,14,253); }
td.TdClassName
{
border-color: #4A0EFD;
}
.TagClassName
{
border-color: #4A0EFD;
}
</style>