Shades of Purple Heart #412AB4
Tints of Purple Heart #412AB4
RGB
CMYK
RGB Variations
Color information
#412AB4 (or 0x412AB4) is known color: Purple Heart. HEX triplet: 41, 2A and B4. RGB value is (65,42,180). Sum of RGB (Red+Green+Blue) = 65+42+180=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #412AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AB4 is #BED54B. Grayscale: #404040. Windows color (decimal): -12506444 or 11807297. OLE color: 11807297.
HSL color Cylindrical-coordinate representation of color #412AB4: hue angle of 250º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412AB4 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 42 | 180 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.29 |
| HSL | 250º | 0.62% | 0.44% | - |
| HSV(B) | 250º | 0.77% | 0.71% | - |
| XYZ | 11.25 | 6.08 | 43.76 | - |
| YUV | 64.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 180 | 0.64 | 0.77 | 0 | 0.29 | 250 | 0.62 | 0.44 |
| Hex | 41 | 2A | B4 | 40 | 4D | 0 | 1D | FA | 3E | 2C |
| Octal | 101 | 52 | 264 | 100 | 115 | 0 | 35 | 372 | 76 | 54 |
| Binary | 1000001 | 101010 | 10110100 | 1000000 | 1001101 | 0 | 11101 | 11111010 | 111110 | 101100 |
Color Harmonies of #412AB4
Complementary color
Monochromatic Colors of #412AB4
Black with #412AB4
Text Example
Text Example
White with #412AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AB4; }
p { color: rgb(65,42,180); }
H1.HeaderClassName
{
color: #412AB4;
}
.AnyTagClassName
{
color: #412AB4;
}
</style>
background-color css
<style>
a { background-color: #412AB4; }
a { background-color: rgb(65,42,180); }
div.DivClassName
{
background-color: #412AB4;
}
.BgClassName
{
background-color: #412AB4;
}
</style>
border-color css
<style>
span { border-color: #412AB4; }
span { border-color: rgb(65,42,180); }
td.TdClassName
{
border-color: #412AB4;
}
.TagClassName
{
border-color: #412AB4;
}
</style>