Shades of Purple Heart #7343BB
Tints of Purple Heart #7343BB
RGB
CMYK
RGB Variations
Color information
#7343BB (or 0x7343BB) is known color: Purple Heart. HEX triplet: 73, 43 and BB. RGB value is (115,67,187). Sum of RGB (Red+Green+Blue) = 115+67+187=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #7343BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343BB is #8CBC44. Grayscale: #5E5E5E. Windows color (decimal): -9223237 or 12272499. OLE color: 12272499.
HSL color Cylindrical-coordinate representation of color #7343BB: hue angle of 264º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7343BB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 67 | 187 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.27 |
| HSL | 264º | 0.47% | 0.5% | - |
| HSV(B) | 264º | 0.64% | 0.73% | - |
| XYZ | 18.05 | 11.25 | 48.23 | - |
| YUV | 95.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 187 | 0.39 | 0.64 | 0 | 0.27 | 264 | 0.47 | 0.5 |
| Hex | 73 | 43 | BB | 27 | 40 | 0 | 1B | 108 | 2F | 32 |
| Octal | 163 | 103 | 273 | 47 | 100 | 0 | 33 | 410 | 57 | 62 |
| Binary | 1110011 | 1000011 | 10111011 | 100111 | 1000000 | 0 | 11011 | 100001000 | 101111 | 110010 |
Color Harmonies of #7343BB
Complementary color
Monochromatic Colors of #7343BB
Black with #7343BB
Text Example
Text Example
White with #7343BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343BB; }
p { color: rgb(115,67,187); }
H1.HeaderClassName
{
color: #7343BB;
}
.AnyTagClassName
{
color: #7343BB;
}
</style>
background-color css
<style>
a { background-color: #7343BB; }
a { background-color: rgb(115,67,187); }
div.DivClassName
{
background-color: #7343BB;
}
.BgClassName
{
background-color: #7343BB;
}
</style>
border-color css
<style>
span { border-color: #7343BB; }
span { border-color: rgb(115,67,187); }
td.TdClassName
{
border-color: #7343BB;
}
.TagClassName
{
border-color: #7343BB;
}
</style>