Shades of Han Purple #4921F0
Tints of Han Purple #4921F0
RGB
CMYK
RGB Variations
Color information
#4921F0 (or 0x4921F0) is known color: Han Purple. HEX triplet: 49, 21 and F0. RGB value is (73,33,240). Sum of RGB (Red+Green+Blue) = 73+33+240=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #4921F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4921F0 is #B6DE0F. Grayscale: #434343. Windows color (decimal): -11984400 or 15737161. OLE color: 15737161.
HSL color Cylindrical-coordinate representation of color #4921F0: hue angle of 251.59º 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 #4921F0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 33 | 240 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.06 |
| HSL | 251.59º | 0.87% | 0.54% | - |
| HSV(B) | 251.59º | 0.86% | 0.94% | - |
| XYZ | 19.02 | 8.8 | 83.13 | - |
| YUV | 68.56 | 224.75 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 240 | 0.70 | 0.86 | 0 | 0.06 | 251.59 | 0.87 | 0.54 |
| Hex | 49 | 21 | F0 | 46 | 56 | 0 | 6 | FC | 57 | 36 |
| Octal | 111 | 41 | 360 | 106 | 126 | 0 | 6 | 374 | 127 | 66 |
| Binary | 1001001 | 100001 | 11110000 | 1000110 | 1010110 | 0 | 110 | 11111100 | 1010111 | 110110 |
Color Harmonies of #4921F0
Complementary color
Monochromatic Colors of #4921F0
Black with #4921F0
Text Example
Text Example
White with #4921F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4921F0; }
p { color: rgb(73,33,240); }
H1.HeaderClassName
{
color: #4921F0;
}
.AnyTagClassName
{
color: #4921F0;
}
</style>
background-color css
<style>
a { background-color: #4921F0; }
a { background-color: rgb(73,33,240); }
div.DivClassName
{
background-color: #4921F0;
}
.BgClassName
{
background-color: #4921F0;
}
</style>
border-color css
<style>
span { border-color: #4921F0; }
span { border-color: rgb(73,33,240); }
td.TdClassName
{
border-color: #4921F0;
}
.TagClassName
{
border-color: #4921F0;
}
</style>