Shades of Han Purple #491AF6
Tints of Han Purple #491AF6
RGB
CMYK
RGB Variations
Color information
#491AF6 (or 0x491AF6) is known color: Han Purple. HEX triplet: 49, 1A and F6. RGB value is (73,26,246). Sum of RGB (Red+Green+Blue) = 73+26+246=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #491AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF6 is #B6E509. Grayscale: #404040. Windows color (decimal): -11986186 or 16128585. OLE color: 16128585.
HSL color Cylindrical-coordinate representation of color #491AF6: hue angle of 252.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AF6 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 26 | 246 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.04 |
| HSL | 252.82º | 0.92% | 0.53% | - |
| HSV(B) | 252.82º | 0.89% | 0.96% | - |
| XYZ | 19.75 | 8.81 | 87.85 | - |
| YUV | 65.13 | 230.07 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 246 | 0.70 | 0.89 | 0 | 0.04 | 252.82 | 0.92 | 0.53 |
| Hex | 49 | 1A | F6 | 46 | 59 | 0 | 4 | FD | 5C | 35 |
| Octal | 111 | 32 | 366 | 106 | 131 | 0 | 4 | 375 | 134 | 65 |
| Binary | 1001001 | 11010 | 11110110 | 1000110 | 1011001 | 0 | 100 | 11111101 | 1011100 | 110101 |
Color Harmonies of #491AF6
Complementary color
Monochromatic Colors of #491AF6
Black with #491AF6
Text Example
Text Example
White with #491AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AF6; }
p { color: rgb(73,26,246); }
H1.HeaderClassName
{
color: #491AF6;
}
.AnyTagClassName
{
color: #491AF6;
}
</style>
background-color css
<style>
a { background-color: #491AF6; }
a { background-color: rgb(73,26,246); }
div.DivClassName
{
background-color: #491AF6;
}
.BgClassName
{
background-color: #491AF6;
}
</style>
border-color css
<style>
span { border-color: #491AF6; }
span { border-color: rgb(73,26,246); }
td.TdClassName
{
border-color: #491AF6;
}
.TagClassName
{
border-color: #491AF6;
}
</style>