Shades of Purple Heart #412BB9
Tints of Purple Heart #412BB9
RGB
CMYK
RGB Variations
Color information
#412BB9 (or 0x412BB9) is known color: Purple Heart. HEX triplet: 41, 2B and B9. RGB value is (65,43,185). Sum of RGB (Red+Green+Blue) = 65+43+185=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #412BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BB9 is #BED446. Grayscale: #414141. Windows color (decimal): -12506183 or 12135233. OLE color: 12135233.
HSL color Cylindrical-coordinate representation of color #412BB9: hue angle of 249.3º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412BB9 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 43 | 185 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.27 |
| HSL | 249.3º | 0.62% | 0.45% | - |
| HSV(B) | 249.3º | 0.77% | 0.73% | - |
| XYZ | 11.8 | 6.35 | 46.5 | - |
| YUV | 65.77 | 195.29 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 185 | 0.65 | 0.77 | 0 | 0.27 | 249.3 | 0.62 | 0.45 |
| Hex | 41 | 2B | B9 | 41 | 4D | 0 | 1B | F9 | 3E | 2D |
| Octal | 101 | 53 | 271 | 101 | 115 | 0 | 33 | 371 | 76 | 55 |
| Binary | 1000001 | 101011 | 10111001 | 1000001 | 1001101 | 0 | 11011 | 11111001 | 111110 | 101101 |
Color Harmonies of #412BB9
Complementary color
Monochromatic Colors of #412BB9
Black with #412BB9
Text Example
Text Example
White with #412BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BB9; }
p { color: rgb(65,43,185); }
H1.HeaderClassName
{
color: #412BB9;
}
.AnyTagClassName
{
color: #412BB9;
}
</style>
background-color css
<style>
a { background-color: #412BB9; }
a { background-color: rgb(65,43,185); }
div.DivClassName
{
background-color: #412BB9;
}
.BgClassName
{
background-color: #412BB9;
}
</style>
border-color css
<style>
span { border-color: #412BB9; }
span { border-color: rgb(65,43,185); }
td.TdClassName
{
border-color: #412BB9;
}
.TagClassName
{
border-color: #412BB9;
}
</style>