Shades of Purple Heart #412DBE
Tints of Purple Heart #412DBE
RGB
CMYK
RGB Variations
Color information
#412DBE (or 0x412DBE) is known color: Purple Heart. HEX triplet: 41, 2D and BE. RGB value is (65,45,190). Sum of RGB (Red+Green+Blue) = 65+45+190=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #412DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DBE is #BED241. Grayscale: #424242. Windows color (decimal): -12505666 or 12463425. OLE color: 12463425.
HSL color Cylindrical-coordinate representation of color #412DBE: hue angle of 248.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412DBE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 45 | 190 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.25 |
| HSL | 248.28º | 0.62% | 0.46% | - |
| HSV(B) | 248.28º | 0.76% | 0.75% | - |
| XYZ | 12.41 | 6.72 | 49.36 | - |
| YUV | 67.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 190 | 0.66 | 0.76 | 0 | 0.25 | 248.28 | 0.62 | 0.46 |
| Hex | 41 | 2D | BE | 42 | 4C | 0 | 19 | F8 | 3E | 2E |
| Octal | 101 | 55 | 276 | 102 | 114 | 0 | 31 | 370 | 76 | 56 |
| Binary | 1000001 | 101101 | 10111110 | 1000010 | 1001100 | 0 | 11001 | 11111000 | 111110 | 101110 |
Color Harmonies of #412DBE
Complementary color
Monochromatic Colors of #412DBE
Black with #412DBE
Text Example
Text Example
White with #412DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DBE; }
p { color: rgb(65,45,190); }
H1.HeaderClassName
{
color: #412DBE;
}
.AnyTagClassName
{
color: #412DBE;
}
</style>
background-color css
<style>
a { background-color: #412DBE; }
a { background-color: rgb(65,45,190); }
div.DivClassName
{
background-color: #412DBE;
}
.BgClassName
{
background-color: #412DBE;
}
</style>
border-color css
<style>
span { border-color: #412DBE; }
span { border-color: rgb(65,45,190); }
td.TdClassName
{
border-color: #412DBE;
}
.TagClassName
{
border-color: #412DBE;
}
</style>