Shades of Purple Heart #7337BA
Tints of Purple Heart #7337BA
RGB
CMYK
RGB Variations
Color information
#7337BA (or 0x7337BA) is known color: Purple Heart. HEX triplet: 73, 37 and BA. RGB value is (115,55,186). Sum of RGB (Red+Green+Blue) = 115+55+186=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #7337BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337BA is #8CC845. Grayscale: #575757. Windows color (decimal): -9226310 or 12203891. OLE color: 12203891.
HSL color Cylindrical-coordinate representation of color #7337BA: hue angle of 267.48º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7337BA is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 55 | 186 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.27 |
| HSL | 267.48º | 0.54% | 0.47% | - |
| HSV(B) | 267.48º | 0.7% | 0.73% | - |
| XYZ | 17.3 | 9.92 | 47.46 | - |
| YUV | 87.87 | 183.38 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 186 | 0.38 | 0.70 | 0 | 0.27 | 267.48 | 0.54 | 0.47 |
| Hex | 73 | 37 | BA | 26 | 46 | 0 | 1B | 10B | 36 | 2F |
| Octal | 163 | 67 | 272 | 46 | 106 | 0 | 33 | 413 | 66 | 57 |
| Binary | 1110011 | 110111 | 10111010 | 100110 | 1000110 | 0 | 11011 | 100001011 | 110110 | 101111 |
Color Harmonies of #7337BA
Complementary color
Monochromatic Colors of #7337BA
Black with #7337BA
Text Example
Text Example
White with #7337BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337BA; }
p { color: rgb(115,55,186); }
H1.HeaderClassName
{
color: #7337BA;
}
.AnyTagClassName
{
color: #7337BA;
}
</style>
background-color css
<style>
a { background-color: #7337BA; }
a { background-color: rgb(115,55,186); }
div.DivClassName
{
background-color: #7337BA;
}
.BgClassName
{
background-color: #7337BA;
}
</style>
border-color css
<style>
span { border-color: #7337BA; }
span { border-color: rgb(115,55,186); }
td.TdClassName
{
border-color: #7337BA;
}
.TagClassName
{
border-color: #7337BA;
}
</style>