Shades of Han Purple #4918E1
Tints of Han Purple #4918E1
RGB
CMYK
RGB Variations
Color information
#4918E1 (or 0x4918E1) is known color: Han Purple. HEX triplet: 49, 18 and E1. RGB value is (73,24,225). Sum of RGB (Red+Green+Blue) = 73+24+225=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #4918E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918E1 is #B6E71E. Grayscale: #3C3C3C. Windows color (decimal): -11986719 or 14751817. OLE color: 14751817.
HSL color Cylindrical-coordinate representation of color #4918E1: hue angle of 254.63º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4918E1 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 24 | 225 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.12 |
| HSL | 254.63º | 0.81% | 0.49% | - |
| HSV(B) | 254.63º | 0.89% | 0.88% | - |
| XYZ | 16.66 | 7.51 | 71.8 | - |
| YUV | 61.57 | 220.23 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 225 | 0.68 | 0.89 | 0 | 0.12 | 254.63 | 0.81 | 0.49 |
| Hex | 49 | 18 | E1 | 44 | 59 | 0 | C | FF | 51 | 31 |
| Octal | 111 | 30 | 341 | 104 | 131 | 0 | 14 | 377 | 121 | 61 |
| Binary | 1001001 | 11000 | 11100001 | 1000100 | 1011001 | 0 | 1100 | 11111111 | 1010001 | 110001 |
Color Harmonies of #4918E1
Complementary color
Monochromatic Colors of #4918E1
Black with #4918E1
Text Example
Text Example
White with #4918E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918E1; }
p { color: rgb(73,24,225); }
H1.HeaderClassName
{
color: #4918E1;
}
.AnyTagClassName
{
color: #4918E1;
}
</style>
background-color css
<style>
a { background-color: #4918E1; }
a { background-color: rgb(73,24,225); }
div.DivClassName
{
background-color: #4918E1;
}
.BgClassName
{
background-color: #4918E1;
}
</style>
border-color css
<style>
span { border-color: #4918E1; }
span { border-color: rgb(73,24,225); }
td.TdClassName
{
border-color: #4918E1;
}
.TagClassName
{
border-color: #4918E1;
}
</style>