Shades of Han Purple #4414F0
Tints of Han Purple #4414F0
RGB
CMYK
RGB Variations
Color information
#4414F0 (or 0x4414F0) is known color: Han Purple. HEX triplet: 44, 14 and F0. RGB value is (68,20,240). Sum of RGB (Red+Green+Blue) = 68+20+240=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 240 (94.14% from 255 or 73.17% from 328); Max value from RGB is 240 - color contains mainly: blue. Hex color #4414F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4414F0 is #BBEB0F. Grayscale: #3A3A3A. Windows color (decimal): -12315408 or 15733828. OLE color: 15733828.
HSL color Cylindrical-coordinate representation of color #4414F0: hue angle of 253.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4414F0 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 20 | 240 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.06 |
| HSL | 253.09º | 0.88% | 0.51% | - |
| HSV(B) | 253.09º | 0.92% | 0.94% | - |
| XYZ | 18.36 | 8.02 | 83.02 | - |
| YUV | 59.43 | 229.9 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 240 | 0.72 | 0.92 | 0 | 0.06 | 253.09 | 0.88 | 0.51 |
| Hex | 44 | 14 | F0 | 48 | 5C | 0 | 6 | FD | 58 | 33 |
| Octal | 104 | 24 | 360 | 110 | 134 | 0 | 6 | 375 | 130 | 63 |
| Binary | 1000100 | 10100 | 11110000 | 1001000 | 1011100 | 0 | 110 | 11111101 | 1011000 | 110011 |
Color Harmonies of #4414F0
Complementary color
Monochromatic Colors of #4414F0
Black with #4414F0
Text Example
Text Example
White with #4414F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414F0; }
p { color: rgb(68,20,240); }
H1.HeaderClassName
{
color: #4414F0;
}
.AnyTagClassName
{
color: #4414F0;
}
</style>
background-color css
<style>
a { background-color: #4414F0; }
a { background-color: rgb(68,20,240); }
div.DivClassName
{
background-color: #4414F0;
}
.BgClassName
{
background-color: #4414F0;
}
</style>
border-color css
<style>
span { border-color: #4414F0; }
span { border-color: rgb(68,20,240); }
td.TdClassName
{
border-color: #4414F0;
}
.TagClassName
{
border-color: #4414F0;
}
</style>