Shades of Han Purple #410CD9
Tints of Han Purple #410CD9
RGB
CMYK
RGB Variations
Color information
#410CD9 (or 0x410CD9) is known color: Han Purple. HEX triplet: 41, 0C and D9. RGB value is (65,12,217). Sum of RGB (Red+Green+Blue) = 65+12+217=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 217 (85.16% from 255 or 73.81% from 294); Max value from RGB is 217 - color contains mainly: blue. Hex color #410CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CD9 is #BEF326. Grayscale: #323232. Windows color (decimal): -12514087 or 14224449. OLE color: 14224449.
HSL color Cylindrical-coordinate representation of color #410CD9: hue angle of 255.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CD9 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 12 | 217 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.15 |
| HSL | 255.51º | 0.9% | 0.45% | - |
| HSV(B) | 255.51º | 0.94% | 0.85% | - |
| XYZ | 14.84 | 6.4 | 66.1 | - |
| YUV | 51.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 217 | 0.70 | 0.94 | 0 | 0.15 | 255.51 | 0.9 | 0.45 |
| Hex | 41 | C | D9 | 46 | 5E | 0 | F | 100 | 5A | 2D |
| Octal | 101 | 14 | 331 | 106 | 136 | 0 | 17 | 400 | 132 | 55 |
| Binary | 1000001 | 1100 | 11011001 | 1000110 | 1011110 | 0 | 1111 | 100000000 | 1011010 | 101101 |
Color Harmonies of #410CD9
Complementary color
Monochromatic Colors of #410CD9
Black with #410CD9
Text Example
Text Example
White with #410CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CD9; }
p { color: rgb(65,12,217); }
H1.HeaderClassName
{
color: #410CD9;
}
.AnyTagClassName
{
color: #410CD9;
}
</style>
background-color css
<style>
a { background-color: #410CD9; }
a { background-color: rgb(65,12,217); }
div.DivClassName
{
background-color: #410CD9;
}
.BgClassName
{
background-color: #410CD9;
}
</style>
border-color css
<style>
span { border-color: #410CD9; }
span { border-color: rgb(65,12,217); }
td.TdClassName
{
border-color: #410CD9;
}
.TagClassName
{
border-color: #410CD9;
}
</style>