Shades of Purple Heart #732EBC
Tints of Purple Heart #732EBC
RGB
CMYK
RGB Variations
Color information
#732EBC (or 0x732EBC) is known color: Purple Heart. HEX triplet: 73, 2E and BC. RGB value is (115,46,188). Sum of RGB (Red+Green+Blue) = 115+46+188=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #732EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732EBC is #8CD143. Grayscale: #525252. Windows color (decimal): -9228612 or 12332659. OLE color: 12332659.
HSL color Cylindrical-coordinate representation of color #732EBC: hue angle of 269.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732EBC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 46 | 188 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.26 |
| HSL | 269.15º | 0.61% | 0.46% | - |
| HSV(B) | 269.15º | 0.76% | 0.74% | - |
| XYZ | 17.12 | 9.23 | 48.46 | - |
| YUV | 82.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 188 | 0.39 | 0.76 | 0 | 0.26 | 269.15 | 0.61 | 0.46 |
| Hex | 73 | 2E | BC | 27 | 4C | 0 | 1A | 10D | 3D | 2E |
| Octal | 163 | 56 | 274 | 47 | 114 | 0 | 32 | 415 | 75 | 56 |
| Binary | 1110011 | 101110 | 10111100 | 100111 | 1001100 | 0 | 11010 | 100001101 | 111101 | 101110 |
Color Harmonies of #732EBC
Complementary color
Monochromatic Colors of #732EBC
Black with #732EBC
Text Example
Text Example
White with #732EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732EBC; }
p { color: rgb(115,46,188); }
H1.HeaderClassName
{
color: #732EBC;
}
.AnyTagClassName
{
color: #732EBC;
}
</style>
background-color css
<style>
a { background-color: #732EBC; }
a { background-color: rgb(115,46,188); }
div.DivClassName
{
background-color: #732EBC;
}
.BgClassName
{
background-color: #732EBC;
}
</style>
border-color css
<style>
span { border-color: #732EBC; }
span { border-color: rgb(115,46,188); }
td.TdClassName
{
border-color: #732EBC;
}
.TagClassName
{
border-color: #732EBC;
}
</style>