Shades of Han Purple #4919F2
Tints of Han Purple #4919F2
RGB
CMYK
RGB Variations
Color information
#4919F2 (or 0x4919F2) is known color: Han Purple. HEX triplet: 49, 19 and F2. RGB value is (73,25,242). Sum of RGB (Red+Green+Blue) = 73+25+242=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #4919F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4919F2 is #B6E60D. Grayscale: #3F3F3F. Windows color (decimal): -11986446 or 15866185. OLE color: 15866185.
HSL color Cylindrical-coordinate representation of color #4919F2: hue angle of 253.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4919F2 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 25 | 242 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.05 |
| HSL | 253.27º | 0.89% | 0.52% | - |
| HSV(B) | 253.27º | 0.9% | 0.95% | - |
| XYZ | 19.12 | 8.52 | 84.64 | - |
| YUV | 64.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 242 | 0.70 | 0.90 | 0 | 0.05 | 253.27 | 0.89 | 0.52 |
| Hex | 49 | 19 | F2 | 46 | 5A | 0 | 5 | FD | 59 | 34 |
| Octal | 111 | 31 | 362 | 106 | 132 | 0 | 5 | 375 | 131 | 64 |
| Binary | 1001001 | 11001 | 11110010 | 1000110 | 1011010 | 0 | 101 | 11111101 | 1011001 | 110100 |
Color Harmonies of #4919F2
Complementary color
Monochromatic Colors of #4919F2
Black with #4919F2
Text Example
Text Example
White with #4919F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4919F2; }
p { color: rgb(73,25,242); }
H1.HeaderClassName
{
color: #4919F2;
}
.AnyTagClassName
{
color: #4919F2;
}
</style>
background-color css
<style>
a { background-color: #4919F2; }
a { background-color: rgb(73,25,242); }
div.DivClassName
{
background-color: #4919F2;
}
.BgClassName
{
background-color: #4919F2;
}
</style>
border-color css
<style>
span { border-color: #4919F2; }
span { border-color: rgb(73,25,242); }
td.TdClassName
{
border-color: #4919F2;
}
.TagClassName
{
border-color: #4919F2;
}
</style>