Shades of Han Purple #491AF7
Tints of Han Purple #491AF7
RGB
CMYK
RGB Variations
Color information
#491AF7 (or 0x491AF7) is known color: Han Purple. HEX triplet: 49, 1A and F7. RGB value is (73,26,247). Sum of RGB (Red+Green+Blue) = 73+26+247=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #491AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF7 is #B6E508. Grayscale: #404040. Windows color (decimal): -11986185 or 16194121. OLE color: 16194121.
HSL color Cylindrical-coordinate representation of color #491AF7: hue angle of 252.76º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AF7 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 26 | 247 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.03 |
| HSL | 252.76º | 0.93% | 0.54% | - |
| HSV(B) | 252.76º | 0.89% | 0.97% | - |
| XYZ | 19.91 | 8.87 | 88.66 | - |
| YUV | 65.25 | 230.57 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 247 | 0.70 | 0.89 | 0 | 0.03 | 252.76 | 0.93 | 0.54 |
| Hex | 49 | 1A | F7 | 46 | 59 | 0 | 3 | FD | 5D | 36 |
| Octal | 111 | 32 | 367 | 106 | 131 | 0 | 3 | 375 | 135 | 66 |
| Binary | 1001001 | 11010 | 11110111 | 1000110 | 1011001 | 0 | 11 | 11111101 | 1011101 | 110110 |
Color Harmonies of #491AF7
Complementary color
Monochromatic Colors of #491AF7
Black with #491AF7
Text Example
Text Example
White with #491AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AF7; }
p { color: rgb(73,26,247); }
H1.HeaderClassName
{
color: #491AF7;
}
.AnyTagClassName
{
color: #491AF7;
}
</style>
background-color css
<style>
a { background-color: #491AF7; }
a { background-color: rgb(73,26,247); }
div.DivClassName
{
background-color: #491AF7;
}
.BgClassName
{
background-color: #491AF7;
}
</style>
border-color css
<style>
span { border-color: #491AF7; }
span { border-color: rgb(73,26,247); }
td.TdClassName
{
border-color: #491AF7;
}
.TagClassName
{
border-color: #491AF7;
}
</style>