Shades of Han Purple #4910F5
Tints of Han Purple #4910F5
RGB
CMYK
RGB Variations
Color information
#4910F5 (or 0x4910F5) is known color: Han Purple. HEX triplet: 49, 10 and F5. RGB value is (73,16,245). Sum of RGB (Red+Green+Blue) = 73+16+245=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 245 (96.09% from 255 or 73.35% from 334); Max value from RGB is 245 - color contains mainly: blue. Hex color #4910F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4910F5 is #B6EF0A. Grayscale: #3A3A3A. Windows color (decimal): -11988747 or 16060489. OLE color: 16060489.
HSL color Cylindrical-coordinate representation of color #4910F5: hue angle of 254.93º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4910F5 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 16 | 245 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.04 |
| HSL | 254.93º | 0.92% | 0.51% | - |
| HSV(B) | 254.93º | 0.93% | 0.96% | - |
| XYZ | 19.41 | 8.38 | 86.98 | - |
| YUV | 59.15 | 232.88 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 245 | 0.70 | 0.93 | 0 | 0.04 | 254.93 | 0.92 | 0.51 |
| Hex | 49 | 10 | F5 | 46 | 5D | 0 | 4 | FF | 5C | 33 |
| Octal | 111 | 20 | 365 | 106 | 135 | 0 | 4 | 377 | 134 | 63 |
| Binary | 1001001 | 10000 | 11110101 | 1000110 | 1011101 | 0 | 100 | 11111111 | 1011100 | 110011 |
Color Harmonies of #4910F5
Complementary color
Monochromatic Colors of #4910F5
Black with #4910F5
Text Example
Text Example
White with #4910F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4910F5; }
p { color: rgb(73,16,245); }
H1.HeaderClassName
{
color: #4910F5;
}
.AnyTagClassName
{
color: #4910F5;
}
</style>
background-color css
<style>
a { background-color: #4910F5; }
a { background-color: rgb(73,16,245); }
div.DivClassName
{
background-color: #4910F5;
}
.BgClassName
{
background-color: #4910F5;
}
</style>
border-color css
<style>
span { border-color: #4910F5; }
span { border-color: rgb(73,16,245); }
td.TdClassName
{
border-color: #4910F5;
}
.TagClassName
{
border-color: #4910F5;
}
</style>