Shades of Purple Heart #743AC3
Tints of Purple Heart #743AC3
RGB
CMYK
RGB Variations
Color information
#743AC3 (or 0x743AC3) is known color: Purple Heart. HEX triplet: 74, 3A and C3. RGB value is (116,58,195). Sum of RGB (Red+Green+Blue) = 116+58+195=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #743AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AC3 is #8BC53C. Grayscale: #5A5A5A. Windows color (decimal): -9159997 or 12794484. OLE color: 12794484.
HSL color Cylindrical-coordinate representation of color #743AC3: hue angle of 265.4º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743AC3 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 58 | 195 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.24 |
| HSL | 265.4º | 0.54% | 0.5% | - |
| HSV(B) | 265.4º | 0.7% | 0.76% | - |
| XYZ | 18.57 | 10.68 | 52.71 | - |
| YUV | 90.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 195 | 0.41 | 0.70 | 0 | 0.24 | 265.4 | 0.54 | 0.5 |
| Hex | 74 | 3A | C3 | 29 | 46 | 0 | 18 | 109 | 36 | 32 |
| Octal | 164 | 72 | 303 | 51 | 106 | 0 | 30 | 411 | 66 | 62 |
| Binary | 1110100 | 111010 | 11000011 | 101001 | 1000110 | 0 | 11000 | 100001001 | 110110 | 110010 |
Color Harmonies of #743AC3
Complementary color
Monochromatic Colors of #743AC3
Black with #743AC3
Text Example
Text Example
White with #743AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AC3; }
p { color: rgb(116,58,195); }
H1.HeaderClassName
{
color: #743AC3;
}
.AnyTagClassName
{
color: #743AC3;
}
</style>
background-color css
<style>
a { background-color: #743AC3; }
a { background-color: rgb(116,58,195); }
div.DivClassName
{
background-color: #743AC3;
}
.BgClassName
{
background-color: #743AC3;
}
</style>
border-color css
<style>
span { border-color: #743AC3; }
span { border-color: rgb(116,58,195); }
td.TdClassName
{
border-color: #743AC3;
}
.TagClassName
{
border-color: #743AC3;
}
</style>