Shades of Purple Heart #743ED4
Tints of Purple Heart #743ED4
RGB
CMYK
RGB Variations
Color information
#743ED4 (or 0x743ED4) is known color: Purple Heart. HEX triplet: 74, 3E and D4. RGB value is (116,62,212). Sum of RGB (Red+Green+Blue) = 116+62+212=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #743ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ED4 is #8BC12B. Grayscale: #5E5E5E. Windows color (decimal): -9158956 or 13909620. OLE color: 13909620.
HSL color Cylindrical-coordinate representation of color #743ED4: hue angle of 261.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743ED4 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 62 | 212 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.17 |
| HSL | 261.6º | 0.64% | 0.54% | - |
| HSV(B) | 261.6º | 0.71% | 0.83% | - |
| XYZ | 20.81 | 11.91 | 63.49 | - |
| YUV | 95.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 212 | 0.45 | 0.71 | 0 | 0.17 | 261.6 | 0.64 | 0.54 |
| Hex | 74 | 3E | D4 | 2D | 47 | 0 | 11 | 106 | 40 | 36 |
| Octal | 164 | 76 | 324 | 55 | 107 | 0 | 21 | 406 | 100 | 66 |
| Binary | 1110100 | 111110 | 11010100 | 101101 | 1000111 | 0 | 10001 | 100000110 | 1000000 | 110110 |
Color Harmonies of #743ED4
Complementary color
Monochromatic Colors of #743ED4
Black with #743ED4
Text Example
Text Example
White with #743ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743ED4; }
p { color: rgb(116,62,212); }
H1.HeaderClassName
{
color: #743ED4;
}
.AnyTagClassName
{
color: #743ED4;
}
</style>
background-color css
<style>
a { background-color: #743ED4; }
a { background-color: rgb(116,62,212); }
div.DivClassName
{
background-color: #743ED4;
}
.BgClassName
{
background-color: #743ED4;
}
</style>
border-color css
<style>
span { border-color: #743ED4; }
span { border-color: rgb(116,62,212); }
td.TdClassName
{
border-color: #743ED4;
}
.TagClassName
{
border-color: #743ED4;
}
</style>