Shades of Purple Heart #743FD0
Tints of Purple Heart #743FD0
RGB
CMYK
RGB Variations
Color information
#743FD0 (or 0x743FD0) is known color: Purple Heart. HEX triplet: 74, 3F and D0. RGB value is (116,63,208). Sum of RGB (Red+Green+Blue) = 116+63+208=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #743FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FD0 is #8BC02F. Grayscale: #5E5E5E. Windows color (decimal): -9158704 or 13647732. OLE color: 13647732.
HSL color Cylindrical-coordinate representation of color #743FD0: hue angle of 261.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743FD0 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 63 | 208 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.18 |
| HSL | 261.93º | 0.61% | 0.53% | - |
| HSV(B) | 261.93º | 0.7% | 0.82% | - |
| XYZ | 20.37 | 11.82 | 60.88 | - |
| YUV | 95.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 208 | 0.44 | 0.70 | 0 | 0.18 | 261.93 | 0.61 | 0.53 |
| Hex | 74 | 3F | D0 | 2C | 46 | 0 | 12 | 106 | 3D | 35 |
| Octal | 164 | 77 | 320 | 54 | 106 | 0 | 22 | 406 | 75 | 65 |
| Binary | 1110100 | 111111 | 11010000 | 101100 | 1000110 | 0 | 10010 | 100000110 | 111101 | 110101 |
Color Harmonies of #743FD0
Complementary color
Monochromatic Colors of #743FD0
Black with #743FD0
Text Example
Text Example
White with #743FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FD0; }
p { color: rgb(116,63,208); }
H1.HeaderClassName
{
color: #743FD0;
}
.AnyTagClassName
{
color: #743FD0;
}
</style>
background-color css
<style>
a { background-color: #743FD0; }
a { background-color: rgb(116,63,208); }
div.DivClassName
{
background-color: #743FD0;
}
.BgClassName
{
background-color: #743FD0;
}
</style>
border-color css
<style>
span { border-color: #743FD0; }
span { border-color: rgb(116,63,208); }
td.TdClassName
{
border-color: #743FD0;
}
.TagClassName
{
border-color: #743FD0;
}
</style>