Shades of Purple Heart #410EB2
Tints of Purple Heart #410EB2
RGB
CMYK
RGB Variations
Color information
#410EB2 (or 0x410EB2) is known color: Purple Heart. HEX triplet: 41, 0E and B2. RGB value is (65,14,178). Sum of RGB (Red+Green+Blue) = 65+14+178=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #410EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EB2 is #BEF14D. Grayscale: #2F2F2F. Windows color (decimal): -12513614 or 11669057. OLE color: 11669057.
HSL color Cylindrical-coordinate representation of color #410EB2: hue angle of 258.66º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EB2 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 14 | 178 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.30 |
| HSL | 258.66º | 0.85% | 0.38% | - |
| HSV(B) | 258.66º | 0.92% | 0.7% | - |
| XYZ | 10.37 | 4.65 | 42.47 | - |
| YUV | 47.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 178 | 0.63 | 0.92 | 0 | 0.30 | 258.66 | 0.85 | 0.38 |
| Hex | 41 | E | B2 | 3F | 5C | 0 | 1E | 103 | 55 | 26 |
| Octal | 101 | 16 | 262 | 77 | 134 | 0 | 36 | 403 | 125 | 46 |
| Binary | 1000001 | 1110 | 10110010 | 111111 | 1011100 | 0 | 11110 | 100000011 | 1010101 | 100110 |
Color Harmonies of #410EB2
Complementary color
Monochromatic Colors of #410EB2
Black with #410EB2
Text Example
Text Example
White with #410EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EB2; }
p { color: rgb(65,14,178); }
H1.HeaderClassName
{
color: #410EB2;
}
.AnyTagClassName
{
color: #410EB2;
}
</style>
background-color css
<style>
a { background-color: #410EB2; }
a { background-color: rgb(65,14,178); }
div.DivClassName
{
background-color: #410EB2;
}
.BgClassName
{
background-color: #410EB2;
}
</style>
border-color css
<style>
span { border-color: #410EB2; }
span { border-color: rgb(65,14,178); }
td.TdClassName
{
border-color: #410EB2;
}
.TagClassName
{
border-color: #410EB2;
}
</style>