Shades of Han Purple #4918E3
Tints of Han Purple #4918E3
RGB
CMYK
RGB Variations
Color information
#4918E3 (or 0x4918E3) is known color: Han Purple. HEX triplet: 49, 18 and E3. RGB value is (73,24,227). Sum of RGB (Red+Green+Blue) = 73+24+227=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 227 (89.06% from 255 or 70.06% from 324); Max value from RGB is 227 - color contains mainly: blue. Hex color #4918E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918E3 is #B6E71C. Grayscale: #3D3D3D. Windows color (decimal): -11986717 or 14882889. OLE color: 14882889.
HSL color Cylindrical-coordinate representation of color #4918E3: hue angle of 254.48º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4918E3 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 24 | 227 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.11 |
| HSL | 254.48º | 0.81% | 0.49% | - |
| HSV(B) | 254.48º | 0.89% | 0.89% | - |
| XYZ | 16.94 | 7.62 | 73.25 | - |
| YUV | 61.79 | 221.23 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 227 | 0.68 | 0.89 | 0 | 0.11 | 254.48 | 0.81 | 0.49 |
| Hex | 49 | 18 | E3 | 44 | 59 | 0 | B | FE | 51 | 31 |
| Octal | 111 | 30 | 343 | 104 | 131 | 0 | 13 | 376 | 121 | 61 |
| Binary | 1001001 | 11000 | 11100011 | 1000100 | 1011001 | 0 | 1011 | 11111110 | 1010001 | 110001 |
Color Harmonies of #4918E3
Complementary color
Monochromatic Colors of #4918E3
Black with #4918E3
Text Example
Text Example
White with #4918E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918E3; }
p { color: rgb(73,24,227); }
H1.HeaderClassName
{
color: #4918E3;
}
.AnyTagClassName
{
color: #4918E3;
}
</style>
background-color css
<style>
a { background-color: #4918E3; }
a { background-color: rgb(73,24,227); }
div.DivClassName
{
background-color: #4918E3;
}
.BgClassName
{
background-color: #4918E3;
}
</style>
border-color css
<style>
span { border-color: #4918E3; }
span { border-color: rgb(73,24,227); }
td.TdClassName
{
border-color: #4918E3;
}
.TagClassName
{
border-color: #4918E3;
}
</style>