Shades of Purple Heart #411DAE
Tints of Purple Heart #411DAE
RGB
CMYK
RGB Variations
Color information
#411DAE (or 0x411DAE) is known color: Purple Heart. HEX triplet: 41, 1D and AE. RGB value is (65,29,174). Sum of RGB (Red+Green+Blue) = 65+29+174=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #411DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411DAE is #BEE251. Grayscale: #373737. Windows color (decimal): -12509778 or 11410753. OLE color: 11410753.
HSL color Cylindrical-coordinate representation of color #411DAE: hue angle of 254.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411DAE is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 29 | 174 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.32 |
| HSL | 254.9º | 0.71% | 0.4% | - |
| HSV(B) | 254.9º | 0.83% | 0.68% | - |
| XYZ | 10.26 | 5.06 | 40.48 | - |
| YUV | 56.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 174 | 0.63 | 0.83 | 0 | 0.32 | 254.9 | 0.71 | 0.4 |
| Hex | 41 | 1D | AE | 3F | 53 | 0 | 20 | FF | 47 | 28 |
| Octal | 101 | 35 | 256 | 77 | 123 | 0 | 40 | 377 | 107 | 50 |
| Binary | 1000001 | 11101 | 10101110 | 111111 | 1010011 | 0 | 100000 | 11111111 | 1000111 | 101000 |
Color Harmonies of #411DAE
Complementary color
Monochromatic Colors of #411DAE
Black with #411DAE
Text Example
Text Example
White with #411DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DAE; }
p { color: rgb(65,29,174); }
H1.HeaderClassName
{
color: #411DAE;
}
.AnyTagClassName
{
color: #411DAE;
}
</style>
background-color css
<style>
a { background-color: #411DAE; }
a { background-color: rgb(65,29,174); }
div.DivClassName
{
background-color: #411DAE;
}
.BgClassName
{
background-color: #411DAE;
}
</style>
border-color css
<style>
span { border-color: #411DAE; }
span { border-color: rgb(65,29,174); }
td.TdClassName
{
border-color: #411DAE;
}
.TagClassName
{
border-color: #411DAE;
}
</style>