Shades of Purple Heart #743AC5
Tints of Purple Heart #743AC5
RGB
CMYK
RGB Variations
Color information
#743AC5 (or 0x743AC5) is known color: Purple Heart. HEX triplet: 74, 3A and C5. RGB value is (116,58,197). Sum of RGB (Red+Green+Blue) = 116+58+197=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #743AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AC5 is #8BC53A. Grayscale: #5A5A5A. Windows color (decimal): -9159995 or 12925556. OLE color: 12925556.
HSL color Cylindrical-coordinate representation of color #743AC5: hue angle of 265.04º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743AC5 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 58 | 197 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.23 |
| HSL | 265.04º | 0.55% | 0.5% | - |
| HSV(B) | 265.04º | 0.71% | 0.77% | - |
| XYZ | 18.79 | 10.77 | 53.91 | - |
| YUV | 91.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 197 | 0.41 | 0.71 | 0 | 0.23 | 265.04 | 0.55 | 0.5 |
| Hex | 74 | 3A | C5 | 29 | 47 | 0 | 17 | 109 | 37 | 32 |
| Octal | 164 | 72 | 305 | 51 | 107 | 0 | 27 | 411 | 67 | 62 |
| Binary | 1110100 | 111010 | 11000101 | 101001 | 1000111 | 0 | 10111 | 100001001 | 110111 | 110010 |
Color Harmonies of #743AC5
Complementary color
Monochromatic Colors of #743AC5
Black with #743AC5
Text Example
Text Example
White with #743AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AC5; }
p { color: rgb(116,58,197); }
H1.HeaderClassName
{
color: #743AC5;
}
.AnyTagClassName
{
color: #743AC5;
}
</style>
background-color css
<style>
a { background-color: #743AC5; }
a { background-color: rgb(116,58,197); }
div.DivClassName
{
background-color: #743AC5;
}
.BgClassName
{
background-color: #743AC5;
}
</style>
border-color css
<style>
span { border-color: #743AC5; }
span { border-color: rgb(116,58,197); }
td.TdClassName
{
border-color: #743AC5;
}
.TagClassName
{
border-color: #743AC5;
}
</style>