Shades of Purple Heart #412DBC
Tints of Purple Heart #412DBC
RGB
CMYK
RGB Variations
Color information
#412DBC (or 0x412DBC) is known color: Purple Heart. HEX triplet: 41, 2D and BC. RGB value is (65,45,188). Sum of RGB (Red+Green+Blue) = 65+45+188=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #412DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DBC is #BED243. Grayscale: #424242. Windows color (decimal): -12505668 or 12332353. OLE color: 12332353.
HSL color Cylindrical-coordinate representation of color #412DBC: hue angle of 248.39º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412DBC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 45 | 188 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.26 |
| HSL | 248.39º | 0.61% | 0.46% | - |
| HSV(B) | 248.39º | 0.76% | 0.74% | - |
| XYZ | 12.2 | 6.63 | 48.21 | - |
| YUV | 67.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 188 | 0.65 | 0.76 | 0 | 0.26 | 248.39 | 0.61 | 0.46 |
| Hex | 41 | 2D | BC | 41 | 4C | 0 | 1A | F8 | 3D | 2E |
| Octal | 101 | 55 | 274 | 101 | 114 | 0 | 32 | 370 | 75 | 56 |
| Binary | 1000001 | 101101 | 10111100 | 1000001 | 1001100 | 0 | 11010 | 11111000 | 111101 | 101110 |
Color Harmonies of #412DBC
Complementary color
Monochromatic Colors of #412DBC
Black with #412DBC
Text Example
Text Example
White with #412DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DBC; }
p { color: rgb(65,45,188); }
H1.HeaderClassName
{
color: #412DBC;
}
.AnyTagClassName
{
color: #412DBC;
}
</style>
background-color css
<style>
a { background-color: #412DBC; }
a { background-color: rgb(65,45,188); }
div.DivClassName
{
background-color: #412DBC;
}
.BgClassName
{
background-color: #412DBC;
}
</style>
border-color css
<style>
span { border-color: #412DBC; }
span { border-color: rgb(65,45,188); }
td.TdClassName
{
border-color: #412DBC;
}
.TagClassName
{
border-color: #412DBC;
}
</style>