Shades of Han Purple #410FEC
Tints of Han Purple #410FEC
RGB
CMYK
RGB Variations
Color information
#410FEC (or 0x410FEC) is known color: Han Purple. HEX triplet: 41, 0F and EC. RGB value is (65,15,236). Sum of RGB (Red+Green+Blue) = 65+15+236=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #410FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FEC is #BEF013. Grayscale: #363636. Windows color (decimal): -12513300 or 15470401. OLE color: 15470401.
HSL color Cylindrical-coordinate representation of color #410FEC: hue angle of 253.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410FEC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 15 | 236 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.07 |
| HSL | 253.57º | 0.88% | 0.49% | - |
| HSV(B) | 253.57º | 0.94% | 0.93% | - |
| XYZ | 17.49 | 7.52 | 79.89 | - |
| YUV | 55.14 | 230.07 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 236 | 0.72 | 0.94 | 0 | 0.07 | 253.57 | 0.88 | 0.49 |
| Hex | 41 | F | EC | 48 | 5E | 0 | 7 | FE | 58 | 31 |
| Octal | 101 | 17 | 354 | 110 | 136 | 0 | 7 | 376 | 130 | 61 |
| Binary | 1000001 | 1111 | 11101100 | 1001000 | 1011110 | 0 | 111 | 11111110 | 1011000 | 110001 |
Color Harmonies of #410FEC
Complementary color
Monochromatic Colors of #410FEC
Black with #410FEC
Text Example
Text Example
White with #410FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FEC; }
p { color: rgb(65,15,236); }
H1.HeaderClassName
{
color: #410FEC;
}
.AnyTagClassName
{
color: #410FEC;
}
</style>
background-color css
<style>
a { background-color: #410FEC; }
a { background-color: rgb(65,15,236); }
div.DivClassName
{
background-color: #410FEC;
}
.BgClassName
{
background-color: #410FEC;
}
</style>
border-color css
<style>
span { border-color: #410FEC; }
span { border-color: rgb(65,15,236); }
td.TdClassName
{
border-color: #410FEC;
}
.TagClassName
{
border-color: #410FEC;
}
</style>