Shades of Han Purple #412BE6
Tints of Han Purple #412BE6
RGB
CMYK
RGB Variations
Color information
#412BE6 (or 0x412BE6) is known color: Han Purple. HEX triplet: 41, 2B and E6. RGB value is (65,43,230). Sum of RGB (Red+Green+Blue) = 65+43+230=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #412BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BE6 is #BED419. Grayscale: #464646. Windows color (decimal): -12506138 or 15084353. OLE color: 15084353.
HSL color Cylindrical-coordinate representation of color #412BE6: hue angle of 247.06º 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 #412BE6 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 43 | 230 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.10 |
| HSL | 247.06º | 0.79% | 0.54% | - |
| HSV(B) | 247.06º | 0.81% | 0.9% | - |
| XYZ | 17.33 | 8.56 | 75.6 | - |
| YUV | 70.9 | 217.79 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 230 | 0.72 | 0.81 | 0 | 0.10 | 247.06 | 0.79 | 0.54 |
| Hex | 41 | 2B | E6 | 48 | 51 | 0 | A | F7 | 4F | 36 |
| Octal | 101 | 53 | 346 | 110 | 121 | 0 | 12 | 367 | 117 | 66 |
| Binary | 1000001 | 101011 | 11100110 | 1001000 | 1010001 | 0 | 1010 | 11110111 | 1001111 | 110110 |
Color Harmonies of #412BE6
Complementary color
Monochromatic Colors of #412BE6
Black with #412BE6
Text Example
Text Example
White with #412BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BE6; }
p { color: rgb(65,43,230); }
H1.HeaderClassName
{
color: #412BE6;
}
.AnyTagClassName
{
color: #412BE6;
}
</style>
background-color css
<style>
a { background-color: #412BE6; }
a { background-color: rgb(65,43,230); }
div.DivClassName
{
background-color: #412BE6;
}
.BgClassName
{
background-color: #412BE6;
}
</style>
border-color css
<style>
span { border-color: #412BE6; }
span { border-color: rgb(65,43,230); }
td.TdClassName
{
border-color: #412BE6;
}
.TagClassName
{
border-color: #412BE6;
}
</style>