Shades of Han Purple #4922F0
Tints of Han Purple #4922F0
RGB
CMYK
RGB Variations
Color information
#4922F0 (or 0x4922F0) is known color: Han Purple. HEX triplet: 49, 22 and F0. RGB value is (73,34,240). Sum of RGB (Red+Green+Blue) = 73+34+240=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #4922F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4922F0 is #B6DD0F. Grayscale: #444444. Windows color (decimal): -11984144 or 15737417. OLE color: 15737417.
HSL color Cylindrical-coordinate representation of color #4922F0: hue angle of 251.36º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4922F0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 34 | 240 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.06 |
| HSL | 251.36º | 0.87% | 0.54% | - |
| HSV(B) | 251.36º | 0.86% | 0.94% | - |
| XYZ | 19.05 | 8.85 | 83.14 | - |
| YUV | 69.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 240 | 0.70 | 0.86 | 0 | 0.06 | 251.36 | 0.87 | 0.54 |
| Hex | 49 | 22 | F0 | 46 | 56 | 0 | 6 | FB | 57 | 36 |
| Octal | 111 | 42 | 360 | 106 | 126 | 0 | 6 | 373 | 127 | 66 |
| Binary | 1001001 | 100010 | 11110000 | 1000110 | 1010110 | 0 | 110 | 11111011 | 1010111 | 110110 |
Color Harmonies of #4922F0
Complementary color
Monochromatic Colors of #4922F0
Black with #4922F0
Text Example
Text Example
White with #4922F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922F0; }
p { color: rgb(73,34,240); }
H1.HeaderClassName
{
color: #4922F0;
}
.AnyTagClassName
{
color: #4922F0;
}
</style>
background-color css
<style>
a { background-color: #4922F0; }
a { background-color: rgb(73,34,240); }
div.DivClassName
{
background-color: #4922F0;
}
.BgClassName
{
background-color: #4922F0;
}
</style>
border-color css
<style>
span { border-color: #4922F0; }
span { border-color: rgb(73,34,240); }
td.TdClassName
{
border-color: #4922F0;
}
.TagClassName
{
border-color: #4922F0;
}
</style>