Shades of Purple Heart #411DAF
Tints of Purple Heart #411DAF
RGB
CMYK
RGB Variations
Color information
#411DAF (or 0x411DAF) is known color: Purple Heart. HEX triplet: 41, 1D and AF. RGB value is (65,29,175). Sum of RGB (Red+Green+Blue) = 65+29+175=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #411DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411DAF is #BEE250. Grayscale: #373737. Windows color (decimal): -12509777 or 11476289. OLE color: 11476289.
HSL color Cylindrical-coordinate representation of color #411DAF: hue angle of 254.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411DAF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 29 | 175 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.31 |
| HSL | 254.79º | 0.72% | 0.4% | - |
| HSV(B) | 254.79º | 0.83% | 0.69% | - |
| XYZ | 10.36 | 5.1 | 41 | - |
| YUV | 56.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 175 | 0.63 | 0.83 | 0 | 0.31 | 254.79 | 0.72 | 0.4 |
| Hex | 41 | 1D | AF | 3F | 53 | 0 | 1F | FF | 48 | 28 |
| Octal | 101 | 35 | 257 | 77 | 123 | 0 | 37 | 377 | 110 | 50 |
| Binary | 1000001 | 11101 | 10101111 | 111111 | 1010011 | 0 | 11111 | 11111111 | 1001000 | 101000 |
Color Harmonies of #411DAF
Complementary color
Monochromatic Colors of #411DAF
Black with #411DAF
Text Example
Text Example
White with #411DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DAF; }
p { color: rgb(65,29,175); }
H1.HeaderClassName
{
color: #411DAF;
}
.AnyTagClassName
{
color: #411DAF;
}
</style>
background-color css
<style>
a { background-color: #411DAF; }
a { background-color: rgb(65,29,175); }
div.DivClassName
{
background-color: #411DAF;
}
.BgClassName
{
background-color: #411DAF;
}
</style>
border-color css
<style>
span { border-color: #411DAF; }
span { border-color: rgb(65,29,175); }
td.TdClassName
{
border-color: #411DAF;
}
.TagClassName
{
border-color: #411DAF;
}
</style>