Shades of Purple Heart #7344C0
Tints of Purple Heart #7344C0
RGB
CMYK
RGB Variations
Color information
#7344C0 (or 0x7344C0) is known color: Purple Heart. HEX triplet: 73, 44 and C0. RGB value is (115,68,192). Sum of RGB (Red+Green+Blue) = 115+68+192=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #7344C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344C0 is #8CBB3F. Grayscale: #5F5F5F. Windows color (decimal): -9222976 or 12600435. OLE color: 12600435.
HSL color Cylindrical-coordinate representation of color #7344C0: hue angle of 262.74º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7344C0 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 68 | 192 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.25 |
| HSL | 262.74º | 0.5% | 0.51% | - |
| HSV(B) | 262.74º | 0.65% | 0.75% | - |
| XYZ | 18.65 | 11.58 | 51.12 | - |
| YUV | 96.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 192 | 0.40 | 0.65 | 0 | 0.25 | 262.74 | 0.5 | 0.51 |
| Hex | 73 | 44 | C0 | 28 | 41 | 0 | 19 | 107 | 32 | 33 |
| Octal | 163 | 104 | 300 | 50 | 101 | 0 | 31 | 407 | 62 | 63 |
| Binary | 1110011 | 1000100 | 11000000 | 101000 | 1000001 | 0 | 11001 | 100000111 | 110010 | 110011 |
Color Harmonies of #7344C0
Complementary color
Monochromatic Colors of #7344C0
Black with #7344C0
Text Example
Text Example
White with #7344C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344C0; }
p { color: rgb(115,68,192); }
H1.HeaderClassName
{
color: #7344C0;
}
.AnyTagClassName
{
color: #7344C0;
}
</style>
background-color css
<style>
a { background-color: #7344C0; }
a { background-color: rgb(115,68,192); }
div.DivClassName
{
background-color: #7344C0;
}
.BgClassName
{
background-color: #7344C0;
}
</style>
border-color css
<style>
span { border-color: #7344C0; }
span { border-color: rgb(115,68,192); }
td.TdClassName
{
border-color: #7344C0;
}
.TagClassName
{
border-color: #7344C0;
}
</style>