Shades of Purple Heart #411EBE
Tints of Purple Heart #411EBE
RGB
CMYK
RGB Variations
Color information
#411EBE (or 0x411EBE) is known color: Purple Heart. HEX triplet: 41, 1E and BE. RGB value is (65,30,190). Sum of RGB (Red+Green+Blue) = 65+30+190=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #411EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EBE is #BEE141. Grayscale: #3A3A3A. Windows color (decimal): -12509506 or 12459585. OLE color: 12459585.
HSL color Cylindrical-coordinate representation of color #411EBE: hue angle of 253.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411EBE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 30 | 190 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.25 |
| HSL | 253.13º | 0.73% | 0.43% | - |
| HSV(B) | 253.13º | 0.84% | 0.75% | - |
| XYZ | 11.94 | 5.77 | 49.2 | - |
| YUV | 58.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 190 | 0.66 | 0.84 | 0 | 0.25 | 253.13 | 0.73 | 0.43 |
| Hex | 41 | 1E | BE | 42 | 54 | 0 | 19 | FD | 49 | 2B |
| Octal | 101 | 36 | 276 | 102 | 124 | 0 | 31 | 375 | 111 | 53 |
| Binary | 1000001 | 11110 | 10111110 | 1000010 | 1010100 | 0 | 11001 | 11111101 | 1001001 | 101011 |
Color Harmonies of #411EBE
Complementary color
Monochromatic Colors of #411EBE
Black with #411EBE
Text Example
Text Example
White with #411EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EBE; }
p { color: rgb(65,30,190); }
H1.HeaderClassName
{
color: #411EBE;
}
.AnyTagClassName
{
color: #411EBE;
}
</style>
background-color css
<style>
a { background-color: #411EBE; }
a { background-color: rgb(65,30,190); }
div.DivClassName
{
background-color: #411EBE;
}
.BgClassName
{
background-color: #411EBE;
}
</style>
border-color css
<style>
span { border-color: #411EBE; }
span { border-color: rgb(65,30,190); }
td.TdClassName
{
border-color: #411EBE;
}
.TagClassName
{
border-color: #411EBE;
}
</style>