Shades of Purple Heart #412AB9
Tints of Purple Heart #412AB9
RGB
CMYK
RGB Variations
Color information
#412AB9 (or 0x412AB9) is known color: Purple Heart. HEX triplet: 41, 2A and B9. RGB value is (65,42,185). Sum of RGB (Red+Green+Blue) = 65+42+185=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #412AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AB9 is #BED546. Grayscale: #404040. Windows color (decimal): -12506439 or 12134977. OLE color: 12134977.
HSL color Cylindrical-coordinate representation of color #412AB9: hue angle of 249.65º degrees, saturation: 0.63, 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 #412AB9 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 42 | 185 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.27 |
| HSL | 249.65º | 0.63% | 0.45% | - |
| HSV(B) | 249.65º | 0.77% | 0.73% | - |
| XYZ | 11.76 | 6.28 | 46.49 | - |
| YUV | 65.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 185 | 0.65 | 0.77 | 0 | 0.27 | 249.65 | 0.63 | 0.45 |
| Hex | 41 | 2A | B9 | 41 | 4D | 0 | 1B | FA | 3F | 2D |
| Octal | 101 | 52 | 271 | 101 | 115 | 0 | 33 | 372 | 77 | 55 |
| Binary | 1000001 | 101010 | 10111001 | 1000001 | 1001101 | 0 | 11011 | 11111010 | 111111 | 101101 |
Color Harmonies of #412AB9
Complementary color
Monochromatic Colors of #412AB9
Black with #412AB9
Text Example
Text Example
White with #412AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AB9; }
p { color: rgb(65,42,185); }
H1.HeaderClassName
{
color: #412AB9;
}
.AnyTagClassName
{
color: #412AB9;
}
</style>
background-color css
<style>
a { background-color: #412AB9; }
a { background-color: rgb(65,42,185); }
div.DivClassName
{
background-color: #412AB9;
}
.BgClassName
{
background-color: #412AB9;
}
</style>
border-color css
<style>
span { border-color: #412AB9; }
span { border-color: rgb(65,42,185); }
td.TdClassName
{
border-color: #412AB9;
}
.TagClassName
{
border-color: #412AB9;
}
</style>