Shades of Purple Heart #410EC8
Tints of Purple Heart #410EC8
RGB
CMYK
RGB Variations
Color information
#410EC8 (or 0x410EC8) is known color: Purple Heart. HEX triplet: 41, 0E and C8. RGB value is (65,14,200). Sum of RGB (Red+Green+Blue) = 65+14+200=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #410EC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EC8 is #BEF137. Grayscale: #313131. Windows color (decimal): -12513592 or 13110849. OLE color: 13110849.
HSL color Cylindrical-coordinate representation of color #410EC8: hue angle of 256.45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410EC8 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 14 | 200 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.22 |
| HSL | 256.45º | 0.87% | 0.42% | - |
| HSV(B) | 256.45º | 0.93% | 0.78% | - |
| XYZ | 12.76 | 5.61 | 55.05 | - |
| YUV | 50.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 200 | 0.68 | 0.93 | 0 | 0.22 | 256.45 | 0.87 | 0.42 |
| Hex | 41 | E | C8 | 44 | 5D | 0 | 16 | 100 | 57 | 2A |
| Octal | 101 | 16 | 310 | 104 | 135 | 0 | 26 | 400 | 127 | 52 |
| Binary | 1000001 | 1110 | 11001000 | 1000100 | 1011101 | 0 | 10110 | 100000000 | 1010111 | 101010 |
Color Harmonies of #410EC8
Complementary color
Monochromatic Colors of #410EC8
Black with #410EC8
Text Example
Text Example
White with #410EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EC8; }
p { color: rgb(65,14,200); }
H1.HeaderClassName
{
color: #410EC8;
}
.AnyTagClassName
{
color: #410EC8;
}
</style>
background-color css
<style>
a { background-color: #410EC8; }
a { background-color: rgb(65,14,200); }
div.DivClassName
{
background-color: #410EC8;
}
.BgClassName
{
background-color: #410EC8;
}
</style>
border-color css
<style>
span { border-color: #410EC8; }
span { border-color: rgb(65,14,200); }
td.TdClassName
{
border-color: #410EC8;
}
.TagClassName
{
border-color: #410EC8;
}
</style>