Shades of Han Purple #412CE6
Tints of Han Purple #412CE6
RGB
CMYK
RGB Variations
Color information
#412CE6 (or 0x412CE6) is known color: Han Purple. HEX triplet: 41, 2C and E6. RGB value is (65,44,230). Sum of RGB (Red+Green+Blue) = 65+44+230=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #412CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CE6 is #BED319. Grayscale: #464646. Windows color (decimal): -12505882 or 15084609. OLE color: 15084609.
HSL color Cylindrical-coordinate representation of color #412CE6: hue angle of 246.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CE6 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 44 | 230 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.10 |
| HSL | 246.77º | 0.79% | 0.54% | - |
| HSV(B) | 246.77º | 0.81% | 0.9% | - |
| XYZ | 17.36 | 8.64 | 75.62 | - |
| YUV | 71.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 230 | 0.72 | 0.81 | 0 | 0.10 | 246.77 | 0.79 | 0.54 |
| Hex | 41 | 2C | E6 | 48 | 51 | 0 | A | F7 | 4F | 36 |
| Octal | 101 | 54 | 346 | 110 | 121 | 0 | 12 | 367 | 117 | 66 |
| Binary | 1000001 | 101100 | 11100110 | 1001000 | 1010001 | 0 | 1010 | 11110111 | 1001111 | 110110 |
Color Harmonies of #412CE6
Complementary color
Monochromatic Colors of #412CE6
Black with #412CE6
Text Example
Text Example
White with #412CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CE6; }
p { color: rgb(65,44,230); }
H1.HeaderClassName
{
color: #412CE6;
}
.AnyTagClassName
{
color: #412CE6;
}
</style>
background-color css
<style>
a { background-color: #412CE6; }
a { background-color: rgb(65,44,230); }
div.DivClassName
{
background-color: #412CE6;
}
.BgClassName
{
background-color: #412CE6;
}
</style>
border-color css
<style>
span { border-color: #412CE6; }
span { border-color: rgb(65,44,230); }
td.TdClassName
{
border-color: #412CE6;
}
.TagClassName
{
border-color: #412CE6;
}
</style>