Shades of Han Purple #4406DB
Tints of Han Purple #4406DB
RGB
CMYK
RGB Variations
Color information
#4406DB (or 0x4406DB) is known color: Han Purple. HEX triplet: 44, 06 and DB. RGB value is (68,6,219). Sum of RGB (Red+Green+Blue) = 68+6+219=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #4406DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4406DB is #BBF924. Grayscale: #303030. Windows color (decimal): -12319013 or 14353988. OLE color: 14353988.
HSL color Cylindrical-coordinate representation of color #4406DB: hue angle of 257.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4406DB is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 6 | 219 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.14 |
| HSL | 257.46º | 0.95% | 0.44% | - |
| HSV(B) | 257.46º | 0.97% | 0.86% | - |
| XYZ | 15.24 | 6.47 | 67.46 | - |
| YUV | 48.82 | 224.04 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 219 | 0.69 | 0.97 | 0 | 0.14 | 257.46 | 0.95 | 0.44 |
| Hex | 44 | 6 | DB | 45 | 61 | 0 | E | 101 | 5F | 2C |
| Octal | 104 | 6 | 333 | 105 | 141 | 0 | 16 | 401 | 137 | 54 |
| Binary | 1000100 | 110 | 11011011 | 1000101 | 1100001 | 0 | 1110 | 100000001 | 1011111 | 101100 |
Color Harmonies of #4406DB
Complementary color
Monochromatic Colors of #4406DB
Black with #4406DB
Text Example
Text Example
White with #4406DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4406DB; }
p { color: rgb(68,6,219); }
H1.HeaderClassName
{
color: #4406DB;
}
.AnyTagClassName
{
color: #4406DB;
}
</style>
background-color css
<style>
a { background-color: #4406DB; }
a { background-color: rgb(68,6,219); }
div.DivClassName
{
background-color: #4406DB;
}
.BgClassName
{
background-color: #4406DB;
}
</style>
border-color css
<style>
span { border-color: #4406DB; }
span { border-color: rgb(68,6,219); }
td.TdClassName
{
border-color: #4406DB;
}
.TagClassName
{
border-color: #4406DB;
}
</style>