Shades of Han Purple #441DF7
Tints of Han Purple #441DF7
RGB
CMYK
RGB Variations
Color information
#441DF7 (or 0x441DF7) is known color: Han Purple. HEX triplet: 44, 1D and F7. RGB value is (68,29,247). Sum of RGB (Red+Green+Blue) = 68+29+247=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #441DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DF7 is #BBE208. Grayscale: #404040. Windows color (decimal): -12313097 or 16194884. OLE color: 16194884.
HSL color Cylindrical-coordinate representation of color #441DF7: hue angle of 250.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DF7 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 29 | 247 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.03 |
| HSL | 250.73º | 0.93% | 0.54% | - |
| HSV(B) | 250.73º | 0.88% | 0.97% | - |
| XYZ | 19.61 | 8.82 | 88.67 | - |
| YUV | 65.51 | 230.42 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 247 | 0.72 | 0.88 | 0 | 0.03 | 250.73 | 0.93 | 0.54 |
| Hex | 44 | 1D | F7 | 48 | 58 | 0 | 3 | FB | 5D | 36 |
| Octal | 104 | 35 | 367 | 110 | 130 | 0 | 3 | 373 | 135 | 66 |
| Binary | 1000100 | 11101 | 11110111 | 1001000 | 1011000 | 0 | 11 | 11111011 | 1011101 | 110110 |
Color Harmonies of #441DF7
Complementary color
Monochromatic Colors of #441DF7
Black with #441DF7
Text Example
Text Example
White with #441DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DF7; }
p { color: rgb(68,29,247); }
H1.HeaderClassName
{
color: #441DF7;
}
.AnyTagClassName
{
color: #441DF7;
}
</style>
background-color css
<style>
a { background-color: #441DF7; }
a { background-color: rgb(68,29,247); }
div.DivClassName
{
background-color: #441DF7;
}
.BgClassName
{
background-color: #441DF7;
}
</style>
border-color css
<style>
span { border-color: #441DF7; }
span { border-color: rgb(68,29,247); }
td.TdClassName
{
border-color: #441DF7;
}
.TagClassName
{
border-color: #441DF7;
}
</style>