Shades of Purple Heart #743DD9
Tints of Purple Heart #743DD9
RGB
CMYK
RGB Variations
Color information
#743DD9 (or 0x743DD9) is known color: Purple Heart. HEX triplet: 74, 3D and D9. RGB value is (116,61,217). Sum of RGB (Red+Green+Blue) = 116+61+217=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #743DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DD9 is #8BC226. Grayscale: #5E5E5E. Windows color (decimal): -9159207 or 14237044. OLE color: 14237044.
HSL color Cylindrical-coordinate representation of color #743DD9: hue angle of 261.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743DD9 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 61 | 217 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 261.15º | 0.67% | 0.55% | - |
| HSV(B) | 261.15º | 0.72% | 0.85% | - |
| XYZ | 21.4 | 12.06 | 66.85 | - |
| YUV | 95.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 217 | 0.47 | 0.72 | 0 | 0.15 | 261.15 | 0.67 | 0.55 |
| Hex | 74 | 3D | D9 | 2F | 48 | 0 | F | 105 | 43 | 37 |
| Octal | 164 | 75 | 331 | 57 | 110 | 0 | 17 | 405 | 103 | 67 |
| Binary | 1110100 | 111101 | 11011001 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000011 | 110111 |
Color Harmonies of #743DD9
Complementary color
Monochromatic Colors of #743DD9
Black with #743DD9
Text Example
Text Example
White with #743DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DD9; }
p { color: rgb(116,61,217); }
H1.HeaderClassName
{
color: #743DD9;
}
.AnyTagClassName
{
color: #743DD9;
}
</style>
background-color css
<style>
a { background-color: #743DD9; }
a { background-color: rgb(116,61,217); }
div.DivClassName
{
background-color: #743DD9;
}
.BgClassName
{
background-color: #743DD9;
}
</style>
border-color css
<style>
span { border-color: #743DD9; }
span { border-color: rgb(116,61,217); }
td.TdClassName
{
border-color: #743DD9;
}
.TagClassName
{
border-color: #743DD9;
}
</style>