Shades of Purple Heart #7334BA
Tints of Purple Heart #7334BA
RGB
CMYK
RGB Variations
Color information
#7334BA (or 0x7334BA) is known color: Purple Heart. HEX triplet: 73, 34 and BA. RGB value is (115,52,186). Sum of RGB (Red+Green+Blue) = 115+52+186=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #7334BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334BA is #8CCB45. Grayscale: #555555. Windows color (decimal): -9227078 or 12203123. OLE color: 12203123.
HSL color Cylindrical-coordinate representation of color #7334BA: hue angle of 268.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7334BA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 52 | 186 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.27 |
| HSL | 268.21º | 0.56% | 0.47% | - |
| HSV(B) | 268.21º | 0.72% | 0.73% | - |
| XYZ | 17.16 | 9.65 | 47.41 | - |
| YUV | 86.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 186 | 0.38 | 0.72 | 0 | 0.27 | 268.21 | 0.56 | 0.47 |
| Hex | 73 | 34 | BA | 26 | 48 | 0 | 1B | 10C | 38 | 2F |
| Octal | 163 | 64 | 272 | 46 | 110 | 0 | 33 | 414 | 70 | 57 |
| Binary | 1110011 | 110100 | 10111010 | 100110 | 1001000 | 0 | 11011 | 100001100 | 111000 | 101111 |
Color Harmonies of #7334BA
Complementary color
Monochromatic Colors of #7334BA
Black with #7334BA
Text Example
Text Example
White with #7334BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334BA; }
p { color: rgb(115,52,186); }
H1.HeaderClassName
{
color: #7334BA;
}
.AnyTagClassName
{
color: #7334BA;
}
</style>
background-color css
<style>
a { background-color: #7334BA; }
a { background-color: rgb(115,52,186); }
div.DivClassName
{
background-color: #7334BA;
}
.BgClassName
{
background-color: #7334BA;
}
</style>
border-color css
<style>
span { border-color: #7334BA; }
span { border-color: rgb(115,52,186); }
td.TdClassName
{
border-color: #7334BA;
}
.TagClassName
{
border-color: #7334BA;
}
</style>