Shades of Han Purple #4412FF
Tints of Han Purple #4412FF
RGB
CMYK
RGB Variations
Color information
#4412FF (or 0x4412FF) is known color: Han Purple. HEX triplet: 44, 12 and FF. RGB value is (68,18,255). Sum of RGB (Red+Green+Blue) = 68+18+255=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #4412FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4412FF is #BBED00. Grayscale: #3B3B3B. Windows color (decimal): -12315905 or 16716356. OLE color: 16716356.
HSL color Cylindrical-coordinate representation of color #4412FF: hue angle of 252.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4412FF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 18 | 255 | - |
| CMYK | 0.73 | 0.93 | 0 | 0 |
| HSL | 252.66º | 1% | 0.54% | - |
| HSV(B) | 252.66º | 0.93% | 1% | - |
| XYZ | 20.65 | 8.88 | 95.23 | - |
| YUV | 59.97 | 238.07 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 255 | 0.73 | 0.93 | 0 | 0 | 252.66 | 1 | 0.54 |
| Hex | 44 | 12 | FF | 49 | 5D | 0 | 0 | FD | 64 | 36 |
| Octal | 104 | 22 | 377 | 111 | 135 | 0 | 0 | 375 | 144 | 66 |
| Binary | 1000100 | 10010 | 11111111 | 1001001 | 1011101 | 0 | 0 | 11111101 | 1100100 | 110110 |
Color Harmonies of #4412FF
Complementary color
Monochromatic Colors of #4412FF
Black with #4412FF
Text Example
Text Example
White with #4412FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412FF; }
p { color: rgb(68,18,255); }
H1.HeaderClassName
{
color: #4412FF;
}
.AnyTagClassName
{
color: #4412FF;
}
</style>
background-color css
<style>
a { background-color: #4412FF; }
a { background-color: rgb(68,18,255); }
div.DivClassName
{
background-color: #4412FF;
}
.BgClassName
{
background-color: #4412FF;
}
</style>
border-color css
<style>
span { border-color: #4412FF; }
span { border-color: rgb(68,18,255); }
td.TdClassName
{
border-color: #4412FF;
}
.TagClassName
{
border-color: #4412FF;
}
</style>