Shades of Han Purple #4412D3
Tints of Han Purple #4412D3
RGB
CMYK
RGB Variations
Color information
#4412D3 (or 0x4412D3) is known color: Han Purple. HEX triplet: 44, 12 and D3. RGB value is (68,18,211). Sum of RGB (Red+Green+Blue) = 68+18+211=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 211 (82.81% from 255 or 71.04% from 297); Max value from RGB is 211 - color contains mainly: blue. Hex color #4412D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412D3 is #BBED2C. Grayscale: #363636. Windows color (decimal): -12315949 or 13832772. OLE color: 13832772.
HSL color Cylindrical-coordinate representation of color #4412D3: hue angle of 255.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4412D3 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 18 | 211 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.17 |
| HSL | 255.54º | 0.84% | 0.45% | - |
| HSV(B) | 255.54º | 0.91% | 0.83% | - |
| XYZ | 14.36 | 6.36 | 62.1 | - |
| YUV | 54.95 | 216.07 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 211 | 0.68 | 0.91 | 0 | 0.17 | 255.54 | 0.84 | 0.45 |
| Hex | 44 | 12 | D3 | 44 | 5B | 0 | 11 | 100 | 54 | 2D |
| Octal | 104 | 22 | 323 | 104 | 133 | 0 | 21 | 400 | 124 | 55 |
| Binary | 1000100 | 10010 | 11010011 | 1000100 | 1011011 | 0 | 10001 | 100000000 | 1010100 | 101101 |
Color Harmonies of #4412D3
Complementary color
Monochromatic Colors of #4412D3
Black with #4412D3
Text Example
Text Example
White with #4412D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412D3; }
p { color: rgb(68,18,211); }
H1.HeaderClassName
{
color: #4412D3;
}
.AnyTagClassName
{
color: #4412D3;
}
</style>
background-color css
<style>
a { background-color: #4412D3; }
a { background-color: rgb(68,18,211); }
div.DivClassName
{
background-color: #4412D3;
}
.BgClassName
{
background-color: #4412D3;
}
</style>
border-color css
<style>
span { border-color: #4412D3; }
span { border-color: rgb(68,18,211); }
td.TdClassName
{
border-color: #4412D3;
}
.TagClassName
{
border-color: #4412D3;
}
</style>