Shades of Han Purple #4422DB
Tints of Han Purple #4422DB
RGB
CMYK
RGB Variations
Color information
#4422DB (or 0x4422DB) is known color: Han Purple. HEX triplet: 44, 22 and DB. RGB value is (68,34,219). Sum of RGB (Red+Green+Blue) = 68+34+219=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #4422DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422DB is #BBDD24. Grayscale: #404040. Windows color (decimal): -12311845 or 14361156. OLE color: 14361156.
HSL color Cylindrical-coordinate representation of color #4422DB: hue angle of 251.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4422DB is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 34 | 219 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.14 |
| HSL | 251.03º | 0.73% | 0.5% | - |
| HSV(B) | 251.03º | 0.84% | 0.86% | - |
| XYZ | 15.74 | 7.49 | 67.63 | - |
| YUV | 65.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 219 | 0.69 | 0.84 | 0 | 0.14 | 251.03 | 0.73 | 0.5 |
| Hex | 44 | 22 | DB | 45 | 54 | 0 | E | FB | 49 | 32 |
| Octal | 104 | 42 | 333 | 105 | 124 | 0 | 16 | 373 | 111 | 62 |
| Binary | 1000100 | 100010 | 11011011 | 1000101 | 1010100 | 0 | 1110 | 11111011 | 1001001 | 110010 |
Color Harmonies of #4422DB
Complementary color
Monochromatic Colors of #4422DB
Black with #4422DB
Text Example
Text Example
White with #4422DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4422DB; }
p { color: rgb(68,34,219); }
H1.HeaderClassName
{
color: #4422DB;
}
.AnyTagClassName
{
color: #4422DB;
}
</style>
background-color css
<style>
a { background-color: #4422DB; }
a { background-color: rgb(68,34,219); }
div.DivClassName
{
background-color: #4422DB;
}
.BgClassName
{
background-color: #4422DB;
}
</style>
border-color css
<style>
span { border-color: #4422DB; }
span { border-color: rgb(68,34,219); }
td.TdClassName
{
border-color: #4422DB;
}
.TagClassName
{
border-color: #4422DB;
}
</style>