Shades of Purple Heart #7344BD
Tints of Purple Heart #7344BD
RGB
CMYK
RGB Variations
Color information
#7344BD (or 0x7344BD) is known color: Purple Heart. HEX triplet: 73, 44 and BD. RGB value is (115,68,189). Sum of RGB (Red+Green+Blue) = 115+68+189=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7344BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344BD is #8CBB42. Grayscale: #5F5F5F. Windows color (decimal): -9222979 or 12403827. OLE color: 12403827.
HSL color Cylindrical-coordinate representation of color #7344BD: hue angle of 263.31º degrees, saturation: 0.48, 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 #7344BD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 68 | 189 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.26 |
| HSL | 263.31º | 0.48% | 0.5% | - |
| HSV(B) | 263.31º | 0.64% | 0.74% | - |
| XYZ | 18.32 | 11.45 | 49.39 | - |
| YUV | 95.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 189 | 0.39 | 0.64 | 0 | 0.26 | 263.31 | 0.48 | 0.5 |
| Hex | 73 | 44 | BD | 27 | 40 | 0 | 1A | 107 | 30 | 32 |
| Octal | 163 | 104 | 275 | 47 | 100 | 0 | 32 | 407 | 60 | 62 |
| Binary | 1110011 | 1000100 | 10111101 | 100111 | 1000000 | 0 | 11010 | 100000111 | 110000 | 110010 |
Color Harmonies of #7344BD
Complementary color
Monochromatic Colors of #7344BD
Black with #7344BD
Text Example
Text Example
White with #7344BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344BD; }
p { color: rgb(115,68,189); }
H1.HeaderClassName
{
color: #7344BD;
}
.AnyTagClassName
{
color: #7344BD;
}
</style>
background-color css
<style>
a { background-color: #7344BD; }
a { background-color: rgb(115,68,189); }
div.DivClassName
{
background-color: #7344BD;
}
.BgClassName
{
background-color: #7344BD;
}
</style>
border-color css
<style>
span { border-color: #7344BD; }
span { border-color: rgb(115,68,189); }
td.TdClassName
{
border-color: #7344BD;
}
.TagClassName
{
border-color: #7344BD;
}
</style>