Shades of Han Purple #4432E0
Tints of Han Purple #4432E0
RGB
CMYK
RGB Variations
Color information
#4432E0 (or 0x4432E0) is known color: Han Purple. HEX triplet: 44, 32 and E0. RGB value is (68,50,224). Sum of RGB (Red+Green+Blue) = 68+50+224=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #4432E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4432E0 is #BBCD1F. Grayscale: #4A4A4A. Windows color (decimal): -12307744 or 14692932. OLE color: 14692932.
HSL color Cylindrical-coordinate representation of color #4432E0: hue angle of 246.21º 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 #4432E0 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 50 | 224 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.12 |
| HSL | 246.21º | 0.74% | 0.54% | - |
| HSV(B) | 246.21º | 0.78% | 0.88% | - |
| XYZ | 16.98 | 8.89 | 71.34 | - |
| YUV | 75.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 224 | 0.70 | 0.78 | 0 | 0.12 | 246.21 | 0.74 | 0.54 |
| Hex | 44 | 32 | E0 | 46 | 4E | 0 | C | F6 | 4A | 36 |
| Octal | 104 | 62 | 340 | 106 | 116 | 0 | 14 | 366 | 112 | 66 |
| Binary | 1000100 | 110010 | 11100000 | 1000110 | 1001110 | 0 | 1100 | 11110110 | 1001010 | 110110 |
Color Harmonies of #4432E0
Complementary color
Monochromatic Colors of #4432E0
Black with #4432E0
Text Example
Text Example
White with #4432E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432E0; }
p { color: rgb(68,50,224); }
H1.HeaderClassName
{
color: #4432E0;
}
.AnyTagClassName
{
color: #4432E0;
}
</style>
background-color css
<style>
a { background-color: #4432E0; }
a { background-color: rgb(68,50,224); }
div.DivClassName
{
background-color: #4432E0;
}
.BgClassName
{
background-color: #4432E0;
}
</style>
border-color css
<style>
span { border-color: #4432E0; }
span { border-color: rgb(68,50,224); }
td.TdClassName
{
border-color: #4432E0;
}
.TagClassName
{
border-color: #4432E0;
}
</style>