Shades of Han Purple #4919FF
Tints of Han Purple #4919FF
RGB
CMYK
RGB Variations
Color information
#4919FF (or 0x4919FF) is known color: Han Purple. HEX triplet: 49, 19 and FF. RGB value is (73,25,255). Sum of RGB (Red+Green+Blue) = 73+25+255=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #4919FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4919FF is #B6E600. Grayscale: #404040. Windows color (decimal): -11986433 or 16718153. OLE color: 16718153.
HSL color Cylindrical-coordinate representation of color #4919FF: hue angle of 252.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4919FF is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 25 | 255 | - |
| CMYK | 0.71 | 0.90 | 0 | 0 |
| HSL | 252.52º | 1% | 0.55% | - |
| HSV(B) | 252.52º | 0.9% | 1% | - |
| XYZ | 21.15 | 9.33 | 95.29 | - |
| YUV | 65.57 | 234.9 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 255 | 0.71 | 0.90 | 0 | 0 | 252.52 | 1 | 0.55 |
| Hex | 49 | 19 | FF | 47 | 5A | 0 | 0 | FD | 64 | 37 |
| Octal | 111 | 31 | 377 | 107 | 132 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001001 | 11001 | 11111111 | 1000111 | 1011010 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4919FF
Complementary color
Monochromatic Colors of #4919FF
Black with #4919FF
Text Example
Text Example
White with #4919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919FF; }
p { color: rgb(73,25,255); }
H1.HeaderClassName
{
color: #4919FF;
}
.AnyTagClassName
{
color: #4919FF;
}
</style>
background-color css
<style>
a { background-color: #4919FF; }
a { background-color: rgb(73,25,255); }
div.DivClassName
{
background-color: #4919FF;
}
.BgClassName
{
background-color: #4919FF;
}
</style>
border-color css
<style>
span { border-color: #4919FF; }
span { border-color: rgb(73,25,255); }
td.TdClassName
{
border-color: #4919FF;
}
.TagClassName
{
border-color: #4919FF;
}
</style>