Shades of Purple Heart #412CBE
Tints of Purple Heart #412CBE
RGB
CMYK
RGB Variations
Color information
#412CBE (or 0x412CBE) is known color: Purple Heart. HEX triplet: 41, 2C and BE. RGB value is (65,44,190). Sum of RGB (Red+Green+Blue) = 65+44+190=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #412CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CBE is #BED341. Grayscale: #424242. Windows color (decimal): -12505922 or 12463169. OLE color: 12463169.
HSL color Cylindrical-coordinate representation of color #412CBE: hue angle of 248.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412CBE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 44 | 190 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.25 |
| HSL | 248.63º | 0.62% | 0.46% | - |
| HSV(B) | 248.63º | 0.77% | 0.75% | - |
| XYZ | 12.37 | 6.64 | 49.35 | - |
| YUV | 66.92 | 197.46 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 190 | 0.66 | 0.77 | 0 | 0.25 | 248.63 | 0.62 | 0.46 |
| Hex | 41 | 2C | BE | 42 | 4D | 0 | 19 | F9 | 3E | 2E |
| Octal | 101 | 54 | 276 | 102 | 115 | 0 | 31 | 371 | 76 | 56 |
| Binary | 1000001 | 101100 | 10111110 | 1000010 | 1001101 | 0 | 11001 | 11111001 | 111110 | 101110 |
Color Harmonies of #412CBE
Complementary color
Monochromatic Colors of #412CBE
Black with #412CBE
Text Example
Text Example
White with #412CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CBE; }
p { color: rgb(65,44,190); }
H1.HeaderClassName
{
color: #412CBE;
}
.AnyTagClassName
{
color: #412CBE;
}
</style>
background-color css
<style>
a { background-color: #412CBE; }
a { background-color: rgb(65,44,190); }
div.DivClassName
{
background-color: #412CBE;
}
.BgClassName
{
background-color: #412CBE;
}
</style>
border-color css
<style>
span { border-color: #412CBE; }
span { border-color: rgb(65,44,190); }
td.TdClassName
{
border-color: #412CBE;
}
.TagClassName
{
border-color: #412CBE;
}
</style>