Shades of Purple Heart #410EB4
Tints of Purple Heart #410EB4
RGB
CMYK
RGB Variations
Color information
#410EB4 (or 0x410EB4) is known color: Purple Heart. HEX triplet: 41, 0E and B4. RGB value is (65,14,180). Sum of RGB (Red+Green+Blue) = 65+14+180=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #410EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EB4 is #BEF14B. Grayscale: #2F2F2F. Windows color (decimal): -12513612 or 11800129. OLE color: 11800129.
HSL color Cylindrical-coordinate representation of color #410EB4: hue angle of 258.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EB4 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 14 | 180 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.29 |
| HSL | 258.43º | 0.86% | 0.38% | - |
| HSV(B) | 258.43º | 0.92% | 0.71% | - |
| XYZ | 10.58 | 4.73 | 43.54 | - |
| YUV | 48.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 180 | 0.64 | 0.92 | 0 | 0.29 | 258.43 | 0.86 | 0.38 |
| Hex | 41 | E | B4 | 40 | 5C | 0 | 1D | 102 | 56 | 26 |
| Octal | 101 | 16 | 264 | 100 | 134 | 0 | 35 | 402 | 126 | 46 |
| Binary | 1000001 | 1110 | 10110100 | 1000000 | 1011100 | 0 | 11101 | 100000010 | 1010110 | 100110 |
Color Harmonies of #410EB4
Complementary color
Monochromatic Colors of #410EB4
Black with #410EB4
Text Example
Text Example
White with #410EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EB4; }
p { color: rgb(65,14,180); }
H1.HeaderClassName
{
color: #410EB4;
}
.AnyTagClassName
{
color: #410EB4;
}
</style>
background-color css
<style>
a { background-color: #410EB4; }
a { background-color: rgb(65,14,180); }
div.DivClassName
{
background-color: #410EB4;
}
.BgClassName
{
background-color: #410EB4;
}
</style>
border-color css
<style>
span { border-color: #410EB4; }
span { border-color: rgb(65,14,180); }
td.TdClassName
{
border-color: #410EB4;
}
.TagClassName
{
border-color: #410EB4;
}
</style>