Shades of Han Purple #4416DC
Tints of Han Purple #4416DC
RGB
CMYK
RGB Variations
Color information
#4416DC (or 0x4416DC) is known color: Han Purple. HEX triplet: 44, 16 and DC. RGB value is (68,22,220). Sum of RGB (Red+Green+Blue) = 68+22+220=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #4416DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416DC is #BBE923. Grayscale: #393939. Windows color (decimal): -12314916 or 14423620. OLE color: 14423620.
HSL color Cylindrical-coordinate representation of color #4416DC: hue angle of 253.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4416DC is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 22 | 220 | - |
| CMYK | 0.69 | 0.9 | 0 | 0.14 |
| HSL | 253.94º | 0.82% | 0.47% | - |
| HSV(B) | 253.94º | 0.9% | 0.86% | - |
| XYZ | 15.59 | 6.97 | 68.23 | - |
| YUV | 58.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 220 | 0.69 | 0.9 | 0 | 0.14 | 253.94 | 0.82 | 0.47 |
| Hex | 44 | 16 | DC | 45 | 5A | 0 | E | FE | 52 | 2F |
| Octal | 104 | 26 | 334 | 105 | 132 | 0 | 16 | 376 | 122 | 57 |
| Binary | 1000100 | 10110 | 11011100 | 1000101 | 1011010 | 0 | 1110 | 11111110 | 1010010 | 101111 |
Color Harmonies of #4416DC
Complementary color
Monochromatic Colors of #4416DC
Black with #4416DC
Text Example
Text Example
White with #4416DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4416DC; }
p { color: rgb(68,22,220); }
H1.HeaderClassName
{
color: #4416DC;
}
.AnyTagClassName
{
color: #4416DC;
}
</style>
background-color css
<style>
a { background-color: #4416DC; }
a { background-color: rgb(68,22,220); }
div.DivClassName
{
background-color: #4416DC;
}
.BgClassName
{
background-color: #4416DC;
}
</style>
border-color css
<style>
span { border-color: #4416DC; }
span { border-color: rgb(68,22,220); }
td.TdClassName
{
border-color: #4416DC;
}
.TagClassName
{
border-color: #4416DC;
}
</style>