Shades of Han Purple #411FF7
Tints of Han Purple #411FF7
RGB
CMYK
RGB Variations
Color information
#411FF7 (or 0x411FF7) is known color: Han Purple. HEX triplet: 41, 1F and F7. RGB value is (65,31,247). Sum of RGB (Red+Green+Blue) = 65+31+247=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #411FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FF7 is #BEE008. Grayscale: #404040. Windows color (decimal): -12509193 or 16195393. OLE color: 16195393.
HSL color Cylindrical-coordinate representation of color #411FF7: hue angle of 249.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411FF7 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 31 | 247 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.03 |
| HSL | 249.44º | 0.93% | 0.55% | - |
| HSV(B) | 249.44º | 0.87% | 0.97% | - |
| XYZ | 19.46 | 8.82 | 88.67 | - |
| YUV | 65.79 | 230.26 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 247 | 0.74 | 0.87 | 0 | 0.03 | 249.44 | 0.93 | 0.55 |
| Hex | 41 | 1F | F7 | 4A | 57 | 0 | 3 | F9 | 5D | 37 |
| Octal | 101 | 37 | 367 | 112 | 127 | 0 | 3 | 371 | 135 | 67 |
| Binary | 1000001 | 11111 | 11110111 | 1001010 | 1010111 | 0 | 11 | 11111001 | 1011101 | 110111 |
Color Harmonies of #411FF7
Complementary color
Monochromatic Colors of #411FF7
Black with #411FF7
Text Example
Text Example
White with #411FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FF7; }
p { color: rgb(65,31,247); }
H1.HeaderClassName
{
color: #411FF7;
}
.AnyTagClassName
{
color: #411FF7;
}
</style>
background-color css
<style>
a { background-color: #411FF7; }
a { background-color: rgb(65,31,247); }
div.DivClassName
{
background-color: #411FF7;
}
.BgClassName
{
background-color: #411FF7;
}
</style>
border-color css
<style>
span { border-color: #411FF7; }
span { border-color: rgb(65,31,247); }
td.TdClassName
{
border-color: #411FF7;
}
.TagClassName
{
border-color: #411FF7;
}
</style>