Shades of Han Purple #4914E4
Tints of Han Purple #4914E4
RGB
CMYK
RGB Variations
Color information
#4914E4 (or 0x4914E4) is known color: Han Purple. HEX triplet: 49, 14 and E4. RGB value is (73,20,228). Sum of RGB (Red+Green+Blue) = 73+20+228=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #4914E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914E4 is #B6EB1B. Grayscale: #3A3A3A. Windows color (decimal): -11987740 or 14947401. OLE color: 14947401.
HSL color Cylindrical-coordinate representation of color #4914E4: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914E4 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 20 | 228 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.11 |
| HSL | 255.29º | 0.84% | 0.49% | - |
| HSV(B) | 255.29º | 0.91% | 0.89% | - |
| XYZ | 17 | 7.52 | 73.95 | - |
| YUV | 59.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 228 | 0.68 | 0.91 | 0 | 0.11 | 255.29 | 0.84 | 0.49 |
| Hex | 49 | 14 | E4 | 44 | 5B | 0 | B | FF | 54 | 31 |
| Octal | 111 | 24 | 344 | 104 | 133 | 0 | 13 | 377 | 124 | 61 |
| Binary | 1001001 | 10100 | 11100100 | 1000100 | 1011011 | 0 | 1011 | 11111111 | 1010100 | 110001 |
Color Harmonies of #4914E4
Complementary color
Monochromatic Colors of #4914E4
Black with #4914E4
Text Example
Text Example
White with #4914E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914E4; }
p { color: rgb(73,20,228); }
H1.HeaderClassName
{
color: #4914E4;
}
.AnyTagClassName
{
color: #4914E4;
}
</style>
background-color css
<style>
a { background-color: #4914E4; }
a { background-color: rgb(73,20,228); }
div.DivClassName
{
background-color: #4914E4;
}
.BgClassName
{
background-color: #4914E4;
}
</style>
border-color css
<style>
span { border-color: #4914E4; }
span { border-color: rgb(73,20,228); }
td.TdClassName
{
border-color: #4914E4;
}
.TagClassName
{
border-color: #4914E4;
}
</style>