Shades of Han Purple #440BF7
Tints of Han Purple #440BF7
RGB
CMYK
RGB Variations
Color information
#440BF7 (or 0x440BF7) is known color: Han Purple. HEX triplet: 44, 0B and F7. RGB value is (68,11,247). Sum of RGB (Red+Green+Blue) = 68+11+247=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #440BF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BF7 is #BBF408. Grayscale: #363636. Windows color (decimal): -12317705 or 16190276. OLE color: 16190276.
HSL color Cylindrical-coordinate representation of color #440BF7: hue angle of 254.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440BF7 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 11 | 247 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.03 |
| HSL | 254.49º | 0.94% | 0.51% | - |
| HSV(B) | 254.49º | 0.96% | 0.97% | - |
| XYZ | 19.29 | 8.18 | 88.56 | - |
| YUV | 54.95 | 236.38 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 247 | 0.72 | 0.96 | 0 | 0.03 | 254.49 | 0.94 | 0.51 |
| Hex | 44 | B | F7 | 48 | 60 | 0 | 3 | FE | 5E | 33 |
| Octal | 104 | 13 | 367 | 110 | 140 | 0 | 3 | 376 | 136 | 63 |
| Binary | 1000100 | 1011 | 11110111 | 1001000 | 1100000 | 0 | 11 | 11111110 | 1011110 | 110011 |
Color Harmonies of #440BF7
Complementary color
Monochromatic Colors of #440BF7
Black with #440BF7
Text Example
Text Example
White with #440BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BF7; }
p { color: rgb(68,11,247); }
H1.HeaderClassName
{
color: #440BF7;
}
.AnyTagClassName
{
color: #440BF7;
}
</style>
background-color css
<style>
a { background-color: #440BF7; }
a { background-color: rgb(68,11,247); }
div.DivClassName
{
background-color: #440BF7;
}
.BgClassName
{
background-color: #440BF7;
}
</style>
border-color css
<style>
span { border-color: #440BF7; }
span { border-color: rgb(68,11,247); }
td.TdClassName
{
border-color: #440BF7;
}
.TagClassName
{
border-color: #440BF7;
}
</style>