Shades of Han Purple #441FF7
Tints of Han Purple #441FF7
RGB
CMYK
RGB Variations
Color information
#441FF7 (or 0x441FF7) is known color: Han Purple. HEX triplet: 44, 1F and F7. RGB value is (68,31,247). Sum of RGB (Red+Green+Blue) = 68+31+247=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 31 (12.5% from 255 or 8.96% 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 #441FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FF7 is #BBE008. Grayscale: #414141. Windows color (decimal): -12312585 or 16195396. OLE color: 16195396.
HSL color Cylindrical-coordinate representation of color #441FF7: hue angle of 250.28º 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 #441FF7 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 31 | 247 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.03 |
| HSL | 250.28º | 0.93% | 0.55% | - |
| HSV(B) | 250.28º | 0.87% | 0.97% | - |
| XYZ | 19.66 | 8.92 | 88.68 | - |
| YUV | 66.69 | 229.76 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 247 | 0.72 | 0.87 | 0 | 0.03 | 250.28 | 0.93 | 0.55 |
| Hex | 44 | 1F | F7 | 48 | 57 | 0 | 3 | FA | 5D | 37 |
| Octal | 104 | 37 | 367 | 110 | 127 | 0 | 3 | 372 | 135 | 67 |
| Binary | 1000100 | 11111 | 11110111 | 1001000 | 1010111 | 0 | 11 | 11111010 | 1011101 | 110111 |
Color Harmonies of #441FF7
Complementary color
Monochromatic Colors of #441FF7
Black with #441FF7
Text Example
Text Example
White with #441FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FF7; }
p { color: rgb(68,31,247); }
H1.HeaderClassName
{
color: #441FF7;
}
.AnyTagClassName
{
color: #441FF7;
}
</style>
background-color css
<style>
a { background-color: #441FF7; }
a { background-color: rgb(68,31,247); }
div.DivClassName
{
background-color: #441FF7;
}
.BgClassName
{
background-color: #441FF7;
}
</style>
border-color css
<style>
span { border-color: #441FF7; }
span { border-color: rgb(68,31,247); }
td.TdClassName
{
border-color: #441FF7;
}
.TagClassName
{
border-color: #441FF7;
}
</style>