Shades of Purple Heart #743AD5
Tints of Purple Heart #743AD5
RGB
CMYK
RGB Variations
Color information
#743AD5 (or 0x743AD5) is known color: Purple Heart. HEX triplet: 74, 3A and D5. RGB value is (116,58,213). Sum of RGB (Red+Green+Blue) = 116+58+213=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #743AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AD5 is #8BC52A. Grayscale: #5C5C5C. Windows color (decimal): -9159979 or 13974132. OLE color: 13974132.
HSL color Cylindrical-coordinate representation of color #743AD5: hue angle of 262.45º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743AD5 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 58 | 213 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.16 |
| HSL | 262.45º | 0.65% | 0.53% | - |
| HSV(B) | 262.45º | 0.73% | 0.84% | - |
| XYZ | 20.73 | 11.54 | 64.09 | - |
| YUV | 93.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 213 | 0.46 | 0.73 | 0 | 0.16 | 262.45 | 0.65 | 0.53 |
| Hex | 74 | 3A | D5 | 2E | 49 | 0 | 10 | 106 | 41 | 35 |
| Octal | 164 | 72 | 325 | 56 | 111 | 0 | 20 | 406 | 101 | 65 |
| Binary | 1110100 | 111010 | 11010101 | 101110 | 1001001 | 0 | 10000 | 100000110 | 1000001 | 110101 |
Color Harmonies of #743AD5
Complementary color
Monochromatic Colors of #743AD5
Black with #743AD5
Text Example
Text Example
White with #743AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AD5; }
p { color: rgb(116,58,213); }
H1.HeaderClassName
{
color: #743AD5;
}
.AnyTagClassName
{
color: #743AD5;
}
</style>
background-color css
<style>
a { background-color: #743AD5; }
a { background-color: rgb(116,58,213); }
div.DivClassName
{
background-color: #743AD5;
}
.BgClassName
{
background-color: #743AD5;
}
</style>
border-color css
<style>
span { border-color: #743AD5; }
span { border-color: rgb(116,58,213); }
td.TdClassName
{
border-color: #743AD5;
}
.TagClassName
{
border-color: #743AD5;
}
</style>