Shades of Han Purple #4419EC
Tints of Han Purple #4419EC
RGB
CMYK
RGB Variations
Color information
#4419EC (or 0x4419EC) is known color: Han Purple. HEX triplet: 44, 19 and EC. RGB value is (68,25,236). Sum of RGB (Red+Green+Blue) = 68+25+236=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #4419EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4419EC is #BBE613. Grayscale: #3D3D3D. Windows color (decimal): -12314132 or 15472964. OLE color: 15472964.
HSL color Cylindrical-coordinate representation of color #4419EC: hue angle of 252.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4419EC is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 25 | 236 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.07 |
| HSL | 252.23º | 0.85% | 0.51% | - |
| HSV(B) | 252.23º | 0.89% | 0.93% | - |
| XYZ | 17.87 | 7.98 | 79.96 | - |
| YUV | 61.91 | 226.25 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 236 | 0.71 | 0.89 | 0 | 0.07 | 252.23 | 0.85 | 0.51 |
| Hex | 44 | 19 | EC | 47 | 59 | 0 | 7 | FC | 55 | 33 |
| Octal | 104 | 31 | 354 | 107 | 131 | 0 | 7 | 374 | 125 | 63 |
| Binary | 1000100 | 11001 | 11101100 | 1000111 | 1011001 | 0 | 111 | 11111100 | 1010101 | 110011 |
Color Harmonies of #4419EC
Complementary color
Monochromatic Colors of #4419EC
Black with #4419EC
Text Example
Text Example
White with #4419EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4419EC; }
p { color: rgb(68,25,236); }
H1.HeaderClassName
{
color: #4419EC;
}
.AnyTagClassName
{
color: #4419EC;
}
</style>
background-color css
<style>
a { background-color: #4419EC; }
a { background-color: rgb(68,25,236); }
div.DivClassName
{
background-color: #4419EC;
}
.BgClassName
{
background-color: #4419EC;
}
</style>
border-color css
<style>
span { border-color: #4419EC; }
span { border-color: rgb(68,25,236); }
td.TdClassName
{
border-color: #4419EC;
}
.TagClassName
{
border-color: #4419EC;
}
</style>