Shades of Purple Heart #412ECF
Tints of Purple Heart #412ECF
RGB
CMYK
RGB Variations
Color information
#412ECF (or 0x412ECF) is known color: Purple Heart. HEX triplet: 41, 2E and CF. RGB value is (65,46,207). Sum of RGB (Red+Green+Blue) = 65+46+207=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #412ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ECF is #BED130. Grayscale: #454545. Windows color (decimal): -12505393 or 13577793. OLE color: 13577793.
HSL color Cylindrical-coordinate representation of color #412ECF: hue angle of 247.08º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412ECF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 46 | 207 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.19 |
| HSL | 247.08º | 0.64% | 0.5% | - |
| HSV(B) | 247.08º | 0.78% | 0.81% | - |
| XYZ | 14.42 | 7.58 | 59.74 | - |
| YUV | 70.04 | 205.29 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 207 | 0.69 | 0.78 | 0 | 0.19 | 247.08 | 0.64 | 0.5 |
| Hex | 41 | 2E | CF | 45 | 4E | 0 | 13 | F7 | 40 | 32 |
| Octal | 101 | 56 | 317 | 105 | 116 | 0 | 23 | 367 | 100 | 62 |
| Binary | 1000001 | 101110 | 11001111 | 1000101 | 1001110 | 0 | 10011 | 11110111 | 1000000 | 110010 |
Color Harmonies of #412ECF
Complementary color
Monochromatic Colors of #412ECF
Black with #412ECF
Text Example
Text Example
White with #412ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412ECF; }
p { color: rgb(65,46,207); }
H1.HeaderClassName
{
color: #412ECF;
}
.AnyTagClassName
{
color: #412ECF;
}
</style>
background-color css
<style>
a { background-color: #412ECF; }
a { background-color: rgb(65,46,207); }
div.DivClassName
{
background-color: #412ECF;
}
.BgClassName
{
background-color: #412ECF;
}
</style>
border-color css
<style>
span { border-color: #412ECF; }
span { border-color: rgb(65,46,207); }
td.TdClassName
{
border-color: #412ECF;
}
.TagClassName
{
border-color: #412ECF;
}
</style>