Shades of Han Purple #4919FA
Tints of Han Purple #4919FA
RGB
CMYK
RGB Variations
Color information
#4919FA (or 0x4919FA) is known color: Han Purple. HEX triplet: 49, 19 and FA. RGB value is (73,25,250). Sum of RGB (Red+Green+Blue) = 73+25+250=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #4919FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4919FA is #B6E605. Grayscale: #404040. Windows color (decimal): -11986438 or 16390473. OLE color: 16390473.
HSL color Cylindrical-coordinate representation of color #4919FA: hue angle of 252.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4919FA is Cyan = 0.71, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 25 | 250 | - |
| CMYK | 0.71 | 0.9 | 0 | 0.02 |
| HSL | 252.8º | 0.96% | 0.54% | - |
| HSV(B) | 252.8º | 0.9% | 0.98% | - |
| XYZ | 20.35 | 9.01 | 91.11 | - |
| YUV | 65 | 232.4 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 250 | 0.71 | 0.9 | 0 | 0.02 | 252.8 | 0.96 | 0.54 |
| Hex | 49 | 19 | FA | 47 | 5A | 0 | 2 | FD | 60 | 36 |
| Octal | 111 | 31 | 372 | 107 | 132 | 0 | 2 | 375 | 140 | 66 |
| Binary | 1001001 | 11001 | 11111010 | 1000111 | 1011010 | 0 | 10 | 11111101 | 1100000 | 110110 |
Color Harmonies of #4919FA
Complementary color
Monochromatic Colors of #4919FA
Black with #4919FA
Text Example
Text Example
White with #4919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919FA; }
p { color: rgb(73,25,250); }
H1.HeaderClassName
{
color: #4919FA;
}
.AnyTagClassName
{
color: #4919FA;
}
</style>
background-color css
<style>
a { background-color: #4919FA; }
a { background-color: rgb(73,25,250); }
div.DivClassName
{
background-color: #4919FA;
}
.BgClassName
{
background-color: #4919FA;
}
</style>
border-color css
<style>
span { border-color: #4919FA; }
span { border-color: rgb(73,25,250); }
td.TdClassName
{
border-color: #4919FA;
}
.TagClassName
{
border-color: #4919FA;
}
</style>