Shades of Purple Heart #7340C4
Tints of Purple Heart #7340C4
RGB
CMYK
RGB Variations
Color information
#7340C4 (or 0x7340C4) is known color: Purple Heart. HEX triplet: 73, 40 and C4. RGB value is (115,64,196). Sum of RGB (Red+Green+Blue) = 115+64+196=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #7340C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340C4 is #8CBF3B. Grayscale: #5D5D5D. Windows color (decimal): -9223996 or 12861555. OLE color: 12861555.
HSL color Cylindrical-coordinate representation of color #7340C4: hue angle of 263.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7340C4 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 64 | 196 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.23 |
| HSL | 263.18º | 0.53% | 0.51% | - |
| HSV(B) | 263.18º | 0.67% | 0.77% | - |
| XYZ | 18.87 | 11.3 | 53.41 | - |
| YUV | 94.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 196 | 0.41 | 0.67 | 0 | 0.23 | 263.18 | 0.53 | 0.51 |
| Hex | 73 | 40 | C4 | 29 | 43 | 0 | 17 | 107 | 35 | 33 |
| Octal | 163 | 100 | 304 | 51 | 103 | 0 | 27 | 407 | 65 | 63 |
| Binary | 1110011 | 1000000 | 11000100 | 101001 | 1000011 | 0 | 10111 | 100000111 | 110101 | 110011 |
Color Harmonies of #7340C4
Complementary color
Monochromatic Colors of #7340C4
Black with #7340C4
Text Example
Text Example
White with #7340C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340C4; }
p { color: rgb(115,64,196); }
H1.HeaderClassName
{
color: #7340C4;
}
.AnyTagClassName
{
color: #7340C4;
}
</style>
background-color css
<style>
a { background-color: #7340C4; }
a { background-color: rgb(115,64,196); }
div.DivClassName
{
background-color: #7340C4;
}
.BgClassName
{
background-color: #7340C4;
}
</style>
border-color css
<style>
span { border-color: #7340C4; }
span { border-color: rgb(115,64,196); }
td.TdClassName
{
border-color: #7340C4;
}
.TagClassName
{
border-color: #7340C4;
}
</style>