Shades of Han Purple #4919E6
Tints of Han Purple #4919E6
RGB
CMYK
RGB Variations
Color information
#4919E6 (or 0x4919E6) is known color: Han Purple. HEX triplet: 49, 19 and E6. RGB value is (73,25,230). Sum of RGB (Red+Green+Blue) = 73+25+230=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #4919E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4919E6 is #B6E619. Grayscale: #3D3D3D. Windows color (decimal): -11986458 or 15079753. OLE color: 15079753.
HSL color Cylindrical-coordinate representation of color #4919E6: hue angle of 254.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4919E6 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 25 | 230 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.10 |
| HSL | 254.05º | 0.8% | 0.5% | - |
| HSV(B) | 254.05º | 0.89% | 0.9% | - |
| XYZ | 17.38 | 7.82 | 75.46 | - |
| YUV | 62.72 | 222.4 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 230 | 0.68 | 0.89 | 0 | 0.10 | 254.05 | 0.8 | 0.5 |
| Hex | 49 | 19 | E6 | 44 | 59 | 0 | A | FE | 50 | 32 |
| Octal | 111 | 31 | 346 | 104 | 131 | 0 | 12 | 376 | 120 | 62 |
| Binary | 1001001 | 11001 | 11100110 | 1000100 | 1011001 | 0 | 1010 | 11111110 | 1010000 | 110010 |
Color Harmonies of #4919E6
Complementary color
Monochromatic Colors of #4919E6
Black with #4919E6
Text Example
Text Example
White with #4919E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919E6; }
p { color: rgb(73,25,230); }
H1.HeaderClassName
{
color: #4919E6;
}
.AnyTagClassName
{
color: #4919E6;
}
</style>
background-color css
<style>
a { background-color: #4919E6; }
a { background-color: rgb(73,25,230); }
div.DivClassName
{
background-color: #4919E6;
}
.BgClassName
{
background-color: #4919E6;
}
</style>
border-color css
<style>
span { border-color: #4919E6; }
span { border-color: rgb(73,25,230); }
td.TdClassName
{
border-color: #4919E6;
}
.TagClassName
{
border-color: #4919E6;
}
</style>