Shades of Purple Heart #7344BC
Tints of Purple Heart #7344BC
RGB
CMYK
RGB Variations
Color information
#7344BC (or 0x7344BC) is known color: Purple Heart. HEX triplet: 73, 44 and BC. RGB value is (115,68,188). Sum of RGB (Red+Green+Blue) = 115+68+188=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7344BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344BC is #8CBB43. Grayscale: #5F5F5F. Windows color (decimal): -9222980 or 12338291. OLE color: 12338291.
HSL color Cylindrical-coordinate representation of color #7344BC: hue angle of 263.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7344BC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 68 | 188 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.26 |
| HSL | 263.5º | 0.47% | 0.5% | - |
| HSV(B) | 263.5º | 0.64% | 0.74% | - |
| XYZ | 18.21 | 11.41 | 48.82 | - |
| YUV | 95.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 188 | 0.39 | 0.64 | 0 | 0.26 | 263.5 | 0.47 | 0.5 |
| Hex | 73 | 44 | BC | 27 | 40 | 0 | 1A | 108 | 2F | 32 |
| Octal | 163 | 104 | 274 | 47 | 100 | 0 | 32 | 410 | 57 | 62 |
| Binary | 1110011 | 1000100 | 10111100 | 100111 | 1000000 | 0 | 11010 | 100001000 | 101111 | 110010 |
Color Harmonies of #7344BC
Complementary color
Monochromatic Colors of #7344BC
Black with #7344BC
Text Example
Text Example
White with #7344BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344BC; }
p { color: rgb(115,68,188); }
H1.HeaderClassName
{
color: #7344BC;
}
.AnyTagClassName
{
color: #7344BC;
}
</style>
background-color css
<style>
a { background-color: #7344BC; }
a { background-color: rgb(115,68,188); }
div.DivClassName
{
background-color: #7344BC;
}
.BgClassName
{
background-color: #7344BC;
}
</style>
border-color css
<style>
span { border-color: #7344BC; }
span { border-color: rgb(115,68,188); }
td.TdClassName
{
border-color: #7344BC;
}
.TagClassName
{
border-color: #7344BC;
}
</style>