Shades of Han Purple #4416DF
Tints of Han Purple #4416DF
RGB
CMYK
RGB Variations
Color information
#4416DF (or 0x4416DF) is known color: Han Purple. HEX triplet: 44, 16 and DF. RGB value is (68,22,223). Sum of RGB (Red+Green+Blue) = 68+22+223=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #4416DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416DF is #BBE920. Grayscale: #393939. Windows color (decimal): -12314913 or 14620228. OLE color: 14620228.
HSL color Cylindrical-coordinate representation of color #4416DF: hue angle of 253.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4416DF is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 22 | 223 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.13 |
| HSL | 253.73º | 0.82% | 0.48% | - |
| HSV(B) | 253.73º | 0.9% | 0.87% | - |
| XYZ | 15.99 | 7.13 | 70.35 | - |
| YUV | 58.67 | 220.74 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 223 | 0.70 | 0.90 | 0 | 0.13 | 253.73 | 0.82 | 0.48 |
| Hex | 44 | 16 | DF | 46 | 5A | 0 | D | FE | 52 | 30 |
| Octal | 104 | 26 | 337 | 106 | 132 | 0 | 15 | 376 | 122 | 60 |
| Binary | 1000100 | 10110 | 11011111 | 1000110 | 1011010 | 0 | 1101 | 11111110 | 1010010 | 110000 |
Color Harmonies of #4416DF
Complementary color
Monochromatic Colors of #4416DF
Black with #4416DF
Text Example
Text Example
White with #4416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4416DF; }
p { color: rgb(68,22,223); }
H1.HeaderClassName
{
color: #4416DF;
}
.AnyTagClassName
{
color: #4416DF;
}
</style>
background-color css
<style>
a { background-color: #4416DF; }
a { background-color: rgb(68,22,223); }
div.DivClassName
{
background-color: #4416DF;
}
.BgClassName
{
background-color: #4416DF;
}
</style>
border-color css
<style>
span { border-color: #4416DF; }
span { border-color: rgb(68,22,223); }
td.TdClassName
{
border-color: #4416DF;
}
.TagClassName
{
border-color: #4416DF;
}
</style>