Shades of Han Purple #4406DF
Tints of Han Purple #4406DF
RGB
CMYK
RGB Variations
Color information
#4406DF (or 0x4406DF) is known color: Han Purple. HEX triplet: 44, 06 and DF. RGB value is (68,6,223). Sum of RGB (Red+Green+Blue) = 68+6+223=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #4406DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4406DF is #BBF920. Grayscale: #303030. Windows color (decimal): -12319009 or 14616132. OLE color: 14616132.
HSL color Cylindrical-coordinate representation of color #4406DF: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4406DF is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 6 | 223 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.13 |
| HSL | 257.14º | 0.95% | 0.45% | - |
| HSV(B) | 257.14º | 0.97% | 0.87% | - |
| XYZ | 15.77 | 6.69 | 70.27 | - |
| YUV | 49.28 | 226.04 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 223 | 0.70 | 0.97 | 0 | 0.13 | 257.14 | 0.95 | 0.45 |
| Hex | 44 | 6 | DF | 46 | 61 | 0 | D | 101 | 5F | 2D |
| Octal | 104 | 6 | 337 | 106 | 141 | 0 | 15 | 401 | 137 | 55 |
| Binary | 1000100 | 110 | 11011111 | 1000110 | 1100001 | 0 | 1101 | 100000001 | 1011111 | 101101 |
Color Harmonies of #4406DF
Complementary color
Monochromatic Colors of #4406DF
Black with #4406DF
Text Example
Text Example
White with #4406DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4406DF; }
p { color: rgb(68,6,223); }
H1.HeaderClassName
{
color: #4406DF;
}
.AnyTagClassName
{
color: #4406DF;
}
</style>
background-color css
<style>
a { background-color: #4406DF; }
a { background-color: rgb(68,6,223); }
div.DivClassName
{
background-color: #4406DF;
}
.BgClassName
{
background-color: #4406DF;
}
</style>
border-color css
<style>
span { border-color: #4406DF; }
span { border-color: rgb(68,6,223); }
td.TdClassName
{
border-color: #4406DF;
}
.TagClassName
{
border-color: #4406DF;
}
</style>