Shades of Han Purple #4427EC
Tints of Han Purple #4427EC
RGB
CMYK
RGB Variations
Color information
#4427EC (or 0x4427EC) is known color: Han Purple. HEX triplet: 44, 27 and EC. RGB value is (68,39,236). Sum of RGB (Red+Green+Blue) = 68+39+236=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #4427EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4427EC is #BBD813. Grayscale: #454545. Windows color (decimal): -12310548 or 15476548. OLE color: 15476548.
HSL color Cylindrical-coordinate representation of color #4427EC: hue angle of 248.83º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4427EC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 39 | 236 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.07 |
| HSL | 248.83º | 0.84% | 0.54% | - |
| HSV(B) | 248.83º | 0.83% | 0.93% | - |
| XYZ | 18.25 | 8.74 | 80.08 | - |
| YUV | 70.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 236 | 0.71 | 0.83 | 0 | 0.07 | 248.83 | 0.84 | 0.54 |
| Hex | 44 | 27 | EC | 47 | 53 | 0 | 7 | F9 | 54 | 36 |
| Octal | 104 | 47 | 354 | 107 | 123 | 0 | 7 | 371 | 124 | 66 |
| Binary | 1000100 | 100111 | 11101100 | 1000111 | 1010011 | 0 | 111 | 11111001 | 1010100 | 110110 |
Color Harmonies of #4427EC
Complementary color
Monochromatic Colors of #4427EC
Black with #4427EC
Text Example
Text Example
White with #4427EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4427EC; }
p { color: rgb(68,39,236); }
H1.HeaderClassName
{
color: #4427EC;
}
.AnyTagClassName
{
color: #4427EC;
}
</style>
background-color css
<style>
a { background-color: #4427EC; }
a { background-color: rgb(68,39,236); }
div.DivClassName
{
background-color: #4427EC;
}
.BgClassName
{
background-color: #4427EC;
}
</style>
border-color css
<style>
span { border-color: #4427EC; }
span { border-color: rgb(68,39,236); }
td.TdClassName
{
border-color: #4427EC;
}
.TagClassName
{
border-color: #4427EC;
}
</style>