Shades of Han Purple #4412F6
Tints of Han Purple #4412F6
RGB
CMYK
RGB Variations
Color information
#4412F6 (or 0x4412F6) is known color: Han Purple. HEX triplet: 44, 12 and F6. RGB value is (68,18,246). Sum of RGB (Red+Green+Blue) = 68+18+246=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #4412F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4412F6 is #BBED09. Grayscale: #3A3A3A. Windows color (decimal): -12315914 or 16126532. OLE color: 16126532.
HSL color Cylindrical-coordinate representation of color #4412F6: hue angle of 253.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4412F6 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 18 | 246 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.04 |
| HSL | 253.16º | 0.93% | 0.52% | - |
| HSV(B) | 253.16º | 0.93% | 0.96% | - |
| XYZ | 19.23 | 8.32 | 87.78 | - |
| YUV | 58.94 | 233.57 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 246 | 0.72 | 0.93 | 0 | 0.04 | 253.16 | 0.93 | 0.52 |
| Hex | 44 | 12 | F6 | 48 | 5D | 0 | 4 | FD | 5D | 34 |
| Octal | 104 | 22 | 366 | 110 | 135 | 0 | 4 | 375 | 135 | 64 |
| Binary | 1000100 | 10010 | 11110110 | 1001000 | 1011101 | 0 | 100 | 11111101 | 1011101 | 110100 |
Color Harmonies of #4412F6
Complementary color
Monochromatic Colors of #4412F6
Black with #4412F6
Text Example
Text Example
White with #4412F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412F6; }
p { color: rgb(68,18,246); }
H1.HeaderClassName
{
color: #4412F6;
}
.AnyTagClassName
{
color: #4412F6;
}
</style>
background-color css
<style>
a { background-color: #4412F6; }
a { background-color: rgb(68,18,246); }
div.DivClassName
{
background-color: #4412F6;
}
.BgClassName
{
background-color: #4412F6;
}
</style>
border-color css
<style>
span { border-color: #4412F6; }
span { border-color: rgb(68,18,246); }
td.TdClassName
{
border-color: #4412F6;
}
.TagClassName
{
border-color: #4412F6;
}
</style>