Shades of Han Purple #4433DC
Tints of Han Purple #4433DC
RGB
CMYK
RGB Variations
Color information
#4433DC (or 0x4433DC) is known color: Han Purple. HEX triplet: 44, 33 and DC. RGB value is (68,51,220). Sum of RGB (Red+Green+Blue) = 68+51+220=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4433DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4433DC is #BBCC23. Grayscale: #4A4A4A. Windows color (decimal): -12307492 or 14431044. OLE color: 14431044.
HSL color Cylindrical-coordinate representation of color #4433DC: hue angle of 246.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4433DC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 51 | 220 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.14 |
| HSL | 246.04º | 0.71% | 0.53% | - |
| HSV(B) | 246.04º | 0.77% | 0.86% | - |
| XYZ | 16.49 | 8.76 | 68.53 | - |
| YUV | 75.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 220 | 0.69 | 0.77 | 0 | 0.14 | 246.04 | 0.71 | 0.53 |
| Hex | 44 | 33 | DC | 45 | 4D | 0 | E | F6 | 47 | 35 |
| Octal | 104 | 63 | 334 | 105 | 115 | 0 | 16 | 366 | 107 | 65 |
| Binary | 1000100 | 110011 | 11011100 | 1000101 | 1001101 | 0 | 1110 | 11110110 | 1000111 | 110101 |
Color Harmonies of #4433DC
Complementary color
Monochromatic Colors of #4433DC
Black with #4433DC
Text Example
Text Example
White with #4433DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4433DC; }
p { color: rgb(68,51,220); }
H1.HeaderClassName
{
color: #4433DC;
}
.AnyTagClassName
{
color: #4433DC;
}
</style>
background-color css
<style>
a { background-color: #4433DC; }
a { background-color: rgb(68,51,220); }
div.DivClassName
{
background-color: #4433DC;
}
.BgClassName
{
background-color: #4433DC;
}
</style>
border-color css
<style>
span { border-color: #4433DC; }
span { border-color: rgb(68,51,220); }
td.TdClassName
{
border-color: #4433DC;
}
.TagClassName
{
border-color: #4433DC;
}
</style>