Shades of Purple Heart #410EC9
Tints of Purple Heart #410EC9
RGB
CMYK
RGB Variations
Color information
#410EC9 (or 0x410EC9) is known color: Purple Heart. HEX triplet: 41, 0E and C9. RGB value is (65,14,201). Sum of RGB (Red+Green+Blue) = 65+14+201=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #410EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EC9 is #BEF136. Grayscale: #313131. Windows color (decimal): -12513591 or 13176385. OLE color: 13176385.
HSL color Cylindrical-coordinate representation of color #410EC9: hue angle of 256.36º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410EC9 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 14 | 201 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.21 |
| HSL | 256.36º | 0.87% | 0.42% | - |
| HSV(B) | 256.36º | 0.93% | 0.79% | - |
| XYZ | 12.88 | 5.65 | 55.67 | - |
| YUV | 50.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 201 | 0.68 | 0.93 | 0 | 0.21 | 256.36 | 0.87 | 0.42 |
| Hex | 41 | E | C9 | 44 | 5D | 0 | 15 | 100 | 57 | 2A |
| Octal | 101 | 16 | 311 | 104 | 135 | 0 | 25 | 400 | 127 | 52 |
| Binary | 1000001 | 1110 | 11001001 | 1000100 | 1011101 | 0 | 10101 | 100000000 | 1010111 | 101010 |
Color Harmonies of #410EC9
Complementary color
Monochromatic Colors of #410EC9
Black with #410EC9
Text Example
Text Example
White with #410EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EC9; }
p { color: rgb(65,14,201); }
H1.HeaderClassName
{
color: #410EC9;
}
.AnyTagClassName
{
color: #410EC9;
}
</style>
background-color css
<style>
a { background-color: #410EC9; }
a { background-color: rgb(65,14,201); }
div.DivClassName
{
background-color: #410EC9;
}
.BgClassName
{
background-color: #410EC9;
}
</style>
border-color css
<style>
span { border-color: #410EC9; }
span { border-color: rgb(65,14,201); }
td.TdClassName
{
border-color: #410EC9;
}
.TagClassName
{
border-color: #410EC9;
}
</style>