Shades of Purple Heart #411DBD
Tints of Purple Heart #411DBD
RGB
CMYK
RGB Variations
Color information
#411DBD (or 0x411DBD) is known color: Purple Heart. HEX triplet: 41, 1D and BD. RGB value is (65,29,189). Sum of RGB (Red+Green+Blue) = 65+29+189=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #411DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DBD is #BEE242. Grayscale: #393939. Windows color (decimal): -12509763 or 12393793. OLE color: 12393793.
HSL color Cylindrical-coordinate representation of color #411DBD: hue angle of 253.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411DBD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 29 | 189 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.26 |
| HSL | 253.5º | 0.73% | 0.43% | - |
| HSV(B) | 253.5º | 0.85% | 0.74% | - |
| XYZ | 11.8 | 5.68 | 48.62 | - |
| YUV | 58 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 189 | 0.66 | 0.85 | 0 | 0.26 | 253.5 | 0.73 | 0.43 |
| Hex | 41 | 1D | BD | 42 | 55 | 0 | 1A | FE | 49 | 2B |
| Octal | 101 | 35 | 275 | 102 | 125 | 0 | 32 | 376 | 111 | 53 |
| Binary | 1000001 | 11101 | 10111101 | 1000010 | 1010101 | 0 | 11010 | 11111110 | 1001001 | 101011 |
Color Harmonies of #411DBD
Complementary color
Monochromatic Colors of #411DBD
Black with #411DBD
Text Example
Text Example
White with #411DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DBD; }
p { color: rgb(65,29,189); }
H1.HeaderClassName
{
color: #411DBD;
}
.AnyTagClassName
{
color: #411DBD;
}
</style>
background-color css
<style>
a { background-color: #411DBD; }
a { background-color: rgb(65,29,189); }
div.DivClassName
{
background-color: #411DBD;
}
.BgClassName
{
background-color: #411DBD;
}
</style>
border-color css
<style>
span { border-color: #411DBD; }
span { border-color: rgb(65,29,189); }
td.TdClassName
{
border-color: #411DBD;
}
.TagClassName
{
border-color: #411DBD;
}
</style>