Shades of Purple Heart #7340C6
Tints of Purple Heart #7340C6
RGB
CMYK
RGB Variations
Color information
#7340C6 (or 0x7340C6) is known color: Purple Heart. HEX triplet: 73, 40 and C6. RGB value is (115,64,198). Sum of RGB (Red+Green+Blue) = 115+64+198=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #7340C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340C6 is #8CBF39. Grayscale: #5E5E5E. Windows color (decimal): -9223994 or 12992627. OLE color: 12992627.
HSL color Cylindrical-coordinate representation of color #7340C6: hue angle of 262.84º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7340C6 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 64 | 198 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.22 |
| HSL | 262.84º | 0.54% | 0.51% | - |
| HSV(B) | 262.84º | 0.68% | 0.78% | - |
| XYZ | 19.1 | 11.39 | 54.62 | - |
| YUV | 94.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 198 | 0.42 | 0.68 | 0 | 0.22 | 262.84 | 0.54 | 0.51 |
| Hex | 73 | 40 | C6 | 2A | 44 | 0 | 16 | 107 | 36 | 33 |
| Octal | 163 | 100 | 306 | 52 | 104 | 0 | 26 | 407 | 66 | 63 |
| Binary | 1110011 | 1000000 | 11000110 | 101010 | 1000100 | 0 | 10110 | 100000111 | 110110 | 110011 |
Color Harmonies of #7340C6
Complementary color
Monochromatic Colors of #7340C6
Black with #7340C6
Text Example
Text Example
White with #7340C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340C6; }
p { color: rgb(115,64,198); }
H1.HeaderClassName
{
color: #7340C6;
}
.AnyTagClassName
{
color: #7340C6;
}
</style>
background-color css
<style>
a { background-color: #7340C6; }
a { background-color: rgb(115,64,198); }
div.DivClassName
{
background-color: #7340C6;
}
.BgClassName
{
background-color: #7340C6;
}
</style>
border-color css
<style>
span { border-color: #7340C6; }
span { border-color: rgb(115,64,198); }
td.TdClassName
{
border-color: #7340C6;
}
.TagClassName
{
border-color: #7340C6;
}
</style>