Shades of Han Purple #4418DC
Tints of Han Purple #4418DC
RGB
CMYK
RGB Variations
Color information
#4418DC (or 0x4418DC) is known color: Han Purple. HEX triplet: 44, 18 and DC. RGB value is (68,24,220). Sum of RGB (Red+Green+Blue) = 68+24+220=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #4418DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418DC is #BBE723. Grayscale: #3A3A3A. Windows color (decimal): -12314404 or 14424132. OLE color: 14424132.
HSL color Cylindrical-coordinate representation of color #4418DC: hue angle of 253.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4418DC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 24 | 220 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.14 |
| HSL | 253.47º | 0.8% | 0.48% | - |
| HSV(B) | 253.47º | 0.89% | 0.86% | - |
| XYZ | 15.63 | 7.05 | 68.25 | - |
| YUV | 59.5 | 218.58 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 220 | 0.69 | 0.89 | 0 | 0.14 | 253.47 | 0.8 | 0.48 |
| Hex | 44 | 18 | DC | 45 | 59 | 0 | E | FD | 50 | 30 |
| Octal | 104 | 30 | 334 | 105 | 131 | 0 | 16 | 375 | 120 | 60 |
| Binary | 1000100 | 11000 | 11011100 | 1000101 | 1011001 | 0 | 1110 | 11111101 | 1010000 | 110000 |
Color Harmonies of #4418DC
Complementary color
Monochromatic Colors of #4418DC
Black with #4418DC
Text Example
Text Example
White with #4418DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418DC; }
p { color: rgb(68,24,220); }
H1.HeaderClassName
{
color: #4418DC;
}
.AnyTagClassName
{
color: #4418DC;
}
</style>
background-color css
<style>
a { background-color: #4418DC; }
a { background-color: rgb(68,24,220); }
div.DivClassName
{
background-color: #4418DC;
}
.BgClassName
{
background-color: #4418DC;
}
</style>
border-color css
<style>
span { border-color: #4418DC; }
span { border-color: rgb(68,24,220); }
td.TdClassName
{
border-color: #4418DC;
}
.TagClassName
{
border-color: #4418DC;
}
</style>