Shades of Purple Heart #412ECD
Tints of Purple Heart #412ECD
RGB
CMYK
RGB Variations
Color information
#412ECD (or 0x412ECD) is known color: Purple Heart. HEX triplet: 41, 2E and CD. RGB value is (65,46,205). Sum of RGB (Red+Green+Blue) = 65+46+205=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #412ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ECD is #BED132. Grayscale: #454545. Windows color (decimal): -12505395 or 13446721. OLE color: 13446721.
HSL color Cylindrical-coordinate representation of color #412ECD: hue angle of 247.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412ECD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 46 | 205 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.20 |
| HSL | 247.17º | 0.63% | 0.49% | - |
| HSV(B) | 247.17º | 0.78% | 0.8% | - |
| XYZ | 14.18 | 7.49 | 58.46 | - |
| YUV | 69.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 205 | 0.68 | 0.78 | 0 | 0.20 | 247.17 | 0.63 | 0.49 |
| Hex | 41 | 2E | CD | 44 | 4E | 0 | 14 | F7 | 3F | 31 |
| Octal | 101 | 56 | 315 | 104 | 116 | 0 | 24 | 367 | 77 | 61 |
| Binary | 1000001 | 101110 | 11001101 | 1000100 | 1001110 | 0 | 10100 | 11110111 | 111111 | 110001 |
Color Harmonies of #412ECD
Complementary color
Monochromatic Colors of #412ECD
Black with #412ECD
Text Example
Text Example
White with #412ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412ECD; }
p { color: rgb(65,46,205); }
H1.HeaderClassName
{
color: #412ECD;
}
.AnyTagClassName
{
color: #412ECD;
}
</style>
background-color css
<style>
a { background-color: #412ECD; }
a { background-color: rgb(65,46,205); }
div.DivClassName
{
background-color: #412ECD;
}
.BgClassName
{
background-color: #412ECD;
}
</style>
border-color css
<style>
span { border-color: #412ECD; }
span { border-color: rgb(65,46,205); }
td.TdClassName
{
border-color: #412ECD;
}
.TagClassName
{
border-color: #412ECD;
}
</style>