Shades of Purple Heart #412DB9
Tints of Purple Heart #412DB9
RGB
CMYK
RGB Variations
Color information
#412DB9 (or 0x412DB9) is known color: Purple Heart. HEX triplet: 41, 2D and B9. RGB value is (65,45,185). Sum of RGB (Red+Green+Blue) = 65+45+185=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #412DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DB9 is #BED246. Grayscale: #424242. Windows color (decimal): -12505671 or 12135745. OLE color: 12135745.
HSL color Cylindrical-coordinate representation of color #412DB9: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412DB9 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 45 | 185 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.27 |
| HSL | 248.57º | 0.61% | 0.45% | - |
| HSV(B) | 248.57º | 0.76% | 0.73% | - |
| XYZ | 11.88 | 6.5 | 46.53 | - |
| YUV | 66.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 185 | 0.65 | 0.76 | 0 | 0.27 | 248.57 | 0.61 | 0.45 |
| Hex | 41 | 2D | B9 | 41 | 4C | 0 | 1B | F9 | 3D | 2D |
| Octal | 101 | 55 | 271 | 101 | 114 | 0 | 33 | 371 | 75 | 55 |
| Binary | 1000001 | 101101 | 10111001 | 1000001 | 1001100 | 0 | 11011 | 11111001 | 111101 | 101101 |
Color Harmonies of #412DB9
Complementary color
Monochromatic Colors of #412DB9
Black with #412DB9
Text Example
Text Example
White with #412DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DB9; }
p { color: rgb(65,45,185); }
H1.HeaderClassName
{
color: #412DB9;
}
.AnyTagClassName
{
color: #412DB9;
}
</style>
background-color css
<style>
a { background-color: #412DB9; }
a { background-color: rgb(65,45,185); }
div.DivClassName
{
background-color: #412DB9;
}
.BgClassName
{
background-color: #412DB9;
}
</style>
border-color css
<style>
span { border-color: #412DB9; }
span { border-color: rgb(65,45,185); }
td.TdClassName
{
border-color: #412DB9;
}
.TagClassName
{
border-color: #412DB9;
}
</style>