Shades of Han Purple #4432E1
Tints of Han Purple #4432E1
RGB
CMYK
RGB Variations
Color information
#4432E1 (or 0x4432E1) is known color: Han Purple. HEX triplet: 44, 32 and E1. RGB value is (68,50,225). Sum of RGB (Red+Green+Blue) = 68+50+225=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #4432E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4432E1 is #BBCD1E. Grayscale: #4A4A4A. Windows color (decimal): -12307743 or 14758468. OLE color: 14758468.
HSL color Cylindrical-coordinate representation of color #4432E1: hue angle of 246.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4432E1 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 50 | 225 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.12 |
| HSL | 246.17º | 0.74% | 0.54% | - |
| HSV(B) | 246.17º | 0.78% | 0.88% | - |
| XYZ | 17.12 | 8.95 | 72.06 | - |
| YUV | 75.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 225 | 0.70 | 0.78 | 0 | 0.12 | 246.17 | 0.74 | 0.54 |
| Hex | 44 | 32 | E1 | 46 | 4E | 0 | C | F6 | 4A | 36 |
| Octal | 104 | 62 | 341 | 106 | 116 | 0 | 14 | 366 | 112 | 66 |
| Binary | 1000100 | 110010 | 11100001 | 1000110 | 1001110 | 0 | 1100 | 11110110 | 1001010 | 110110 |
Color Harmonies of #4432E1
Complementary color
Monochromatic Colors of #4432E1
Black with #4432E1
Text Example
Text Example
White with #4432E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432E1; }
p { color: rgb(68,50,225); }
H1.HeaderClassName
{
color: #4432E1;
}
.AnyTagClassName
{
color: #4432E1;
}
</style>
background-color css
<style>
a { background-color: #4432E1; }
a { background-color: rgb(68,50,225); }
div.DivClassName
{
background-color: #4432E1;
}
.BgClassName
{
background-color: #4432E1;
}
</style>
border-color css
<style>
span { border-color: #4432E1; }
span { border-color: rgb(68,50,225); }
td.TdClassName
{
border-color: #4432E1;
}
.TagClassName
{
border-color: #4432E1;
}
</style>