Shades of Purple Heart #743AC7
Tints of Purple Heart #743AC7
RGB
CMYK
RGB Variations
Color information
#743AC7 (or 0x743AC7) is known color: Purple Heart. HEX triplet: 74, 3A and C7. RGB value is (116,58,199). Sum of RGB (Red+Green+Blue) = 116+58+199=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #743AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AC7 is #8BC538. Grayscale: #5A5A5A. Windows color (decimal): -9159993 or 13056628. OLE color: 13056628.
HSL color Cylindrical-coordinate representation of color #743AC7: hue angle of 264.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743AC7 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 58 | 199 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.22 |
| HSL | 264.68º | 0.56% | 0.5% | - |
| HSV(B) | 264.68º | 0.71% | 0.78% | - |
| XYZ | 19.02 | 10.86 | 55.13 | - |
| YUV | 91.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 199 | 0.42 | 0.71 | 0 | 0.22 | 264.68 | 0.56 | 0.5 |
| Hex | 74 | 3A | C7 | 2A | 47 | 0 | 16 | 109 | 38 | 32 |
| Octal | 164 | 72 | 307 | 52 | 107 | 0 | 26 | 411 | 70 | 62 |
| Binary | 1110100 | 111010 | 11000111 | 101010 | 1000111 | 0 | 10110 | 100001001 | 111000 | 110010 |
Color Harmonies of #743AC7
Complementary color
Monochromatic Colors of #743AC7
Black with #743AC7
Text Example
Text Example
White with #743AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AC7; }
p { color: rgb(116,58,199); }
H1.HeaderClassName
{
color: #743AC7;
}
.AnyTagClassName
{
color: #743AC7;
}
</style>
background-color css
<style>
a { background-color: #743AC7; }
a { background-color: rgb(116,58,199); }
div.DivClassName
{
background-color: #743AC7;
}
.BgClassName
{
background-color: #743AC7;
}
</style>
border-color css
<style>
span { border-color: #743AC7; }
span { border-color: rgb(116,58,199); }
td.TdClassName
{
border-color: #743AC7;
}
.TagClassName
{
border-color: #743AC7;
}
</style>