Shades of Purple Heart #732DBC
Tints of Purple Heart #732DBC
RGB
CMYK
RGB Variations
Color information
#732DBC (or 0x732DBC) is known color: Purple Heart. HEX triplet: 73, 2D and BC. RGB value is (115,45,188). Sum of RGB (Red+Green+Blue) = 115+45+188=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #732DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DBC is #8CD243. Grayscale: #515151. Windows color (decimal): -9228868 or 12332403. OLE color: 12332403.
HSL color Cylindrical-coordinate representation of color #732DBC: hue angle of 269.37º 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 #732DBC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 45 | 188 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.26 |
| HSL | 269.37º | 0.61% | 0.46% | - |
| HSV(B) | 269.37º | 0.76% | 0.74% | - |
| XYZ | 17.09 | 9.15 | 48.44 | - |
| YUV | 82.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 188 | 0.39 | 0.76 | 0 | 0.26 | 269.37 | 0.61 | 0.46 |
| Hex | 73 | 2D | BC | 27 | 4C | 0 | 1A | 10D | 3D | 2E |
| Octal | 163 | 55 | 274 | 47 | 114 | 0 | 32 | 415 | 75 | 56 |
| Binary | 1110011 | 101101 | 10111100 | 100111 | 1001100 | 0 | 11010 | 100001101 | 111101 | 101110 |
Color Harmonies of #732DBC
Complementary color
Monochromatic Colors of #732DBC
Black with #732DBC
Text Example
Text Example
White with #732DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DBC; }
p { color: rgb(115,45,188); }
H1.HeaderClassName
{
color: #732DBC;
}
.AnyTagClassName
{
color: #732DBC;
}
</style>
background-color css
<style>
a { background-color: #732DBC; }
a { background-color: rgb(115,45,188); }
div.DivClassName
{
background-color: #732DBC;
}
.BgClassName
{
background-color: #732DBC;
}
</style>
border-color css
<style>
span { border-color: #732DBC; }
span { border-color: rgb(115,45,188); }
td.TdClassName
{
border-color: #732DBC;
}
.TagClassName
{
border-color: #732DBC;
}
</style>