Shades of Purple Heart #743DD4
Tints of Purple Heart #743DD4
RGB
CMYK
RGB Variations
Color information
#743DD4 (or 0x743DD4) is known color: Purple Heart. HEX triplet: 74, 3D and D4. RGB value is (116,61,212). Sum of RGB (Red+Green+Blue) = 116+61+212=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 212 (83.20% from 255 or 54.50% from 389); Max value from RGB is 212 - color contains mainly: blue. Hex color #743DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DD4 is #8BC22B. Grayscale: #5E5E5E. Windows color (decimal): -9159212 or 13909364. OLE color: 13909364.
HSL color Cylindrical-coordinate representation of color #743DD4: hue angle of 261.85º 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 #743DD4 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 61 | 212 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.17 |
| HSL | 261.85º | 0.64% | 0.54% | - |
| HSV(B) | 261.85º | 0.71% | 0.83% | - |
| XYZ | 20.75 | 11.8 | 63.47 | - |
| YUV | 94.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 212 | 0.45 | 0.71 | 0 | 0.17 | 261.85 | 0.64 | 0.54 |
| Hex | 74 | 3D | D4 | 2D | 47 | 0 | 11 | 106 | 40 | 36 |
| Octal | 164 | 75 | 324 | 55 | 107 | 0 | 21 | 406 | 100 | 66 |
| Binary | 1110100 | 111101 | 11010100 | 101101 | 1000111 | 0 | 10001 | 100000110 | 1000000 | 110110 |
Color Harmonies of #743DD4
Complementary color
Monochromatic Colors of #743DD4
Black with #743DD4
Text Example
Text Example
White with #743DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DD4; }
p { color: rgb(116,61,212); }
H1.HeaderClassName
{
color: #743DD4;
}
.AnyTagClassName
{
color: #743DD4;
}
</style>
background-color css
<style>
a { background-color: #743DD4; }
a { background-color: rgb(116,61,212); }
div.DivClassName
{
background-color: #743DD4;
}
.BgClassName
{
background-color: #743DD4;
}
</style>
border-color css
<style>
span { border-color: #743DD4; }
span { border-color: rgb(116,61,212); }
td.TdClassName
{
border-color: #743DD4;
}
.TagClassName
{
border-color: #743DD4;
}
</style>