Shades of Han Purple #4914EF
Tints of Han Purple #4914EF
RGB
CMYK
RGB Variations
Color information
#4914EF (or 0x4914EF) is known color: Han Purple. HEX triplet: 49, 14 and EF. RGB value is (73,20,239). Sum of RGB (Red+Green+Blue) = 73+20+239=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #4914EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4914EF is #B6EB10. Grayscale: #3B3B3B. Windows color (decimal): -11987729 or 15668297. OLE color: 15668297.
HSL color Cylindrical-coordinate representation of color #4914EF: hue angle of 254.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4914EF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 20 | 239 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.06 |
| HSL | 254.52º | 0.87% | 0.51% | - |
| HSV(B) | 254.52º | 0.92% | 0.94% | - |
| XYZ | 18.58 | 8.15 | 82.26 | - |
| YUV | 60.81 | 228.56 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 239 | 0.69 | 0.92 | 0 | 0.06 | 254.52 | 0.87 | 0.51 |
| Hex | 49 | 14 | EF | 45 | 5C | 0 | 6 | FF | 57 | 33 |
| Octal | 111 | 24 | 357 | 105 | 134 | 0 | 6 | 377 | 127 | 63 |
| Binary | 1001001 | 10100 | 11101111 | 1000101 | 1011100 | 0 | 110 | 11111111 | 1010111 | 110011 |
Color Harmonies of #4914EF
Complementary color
Monochromatic Colors of #4914EF
Black with #4914EF
Text Example
Text Example
White with #4914EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914EF; }
p { color: rgb(73,20,239); }
H1.HeaderClassName
{
color: #4914EF;
}
.AnyTagClassName
{
color: #4914EF;
}
</style>
background-color css
<style>
a { background-color: #4914EF; }
a { background-color: rgb(73,20,239); }
div.DivClassName
{
background-color: #4914EF;
}
.BgClassName
{
background-color: #4914EF;
}
</style>
border-color css
<style>
span { border-color: #4914EF; }
span { border-color: rgb(73,20,239); }
td.TdClassName
{
border-color: #4914EF;
}
.TagClassName
{
border-color: #4914EF;
}
</style>