Shades of Purple Heart #732DBA
Tints of Purple Heart #732DBA
RGB
CMYK
RGB Variations
Color information
#732DBA (or 0x732DBA) is known color: Purple Heart. HEX triplet: 73, 2D and BA. RGB value is (115,45,186). Sum of RGB (Red+Green+Blue) = 115+45+186=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #732DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DBA is #8CD245. Grayscale: #515151. Windows color (decimal): -9228870 or 12201331. OLE color: 12201331.
HSL color Cylindrical-coordinate representation of color #732DBA: hue angle of 269.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732DBA is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 45 | 186 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.27 |
| HSL | 269.79º | 0.61% | 0.45% | - |
| HSV(B) | 269.79º | 0.76% | 0.73% | - |
| XYZ | 16.87 | 9.07 | 47.32 | - |
| YUV | 82 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 186 | 0.38 | 0.76 | 0 | 0.27 | 269.79 | 0.61 | 0.45 |
| Hex | 73 | 2D | BA | 26 | 4C | 0 | 1B | 10E | 3D | 2D |
| Octal | 163 | 55 | 272 | 46 | 114 | 0 | 33 | 416 | 75 | 55 |
| Binary | 1110011 | 101101 | 10111010 | 100110 | 1001100 | 0 | 11011 | 100001110 | 111101 | 101101 |
Color Harmonies of #732DBA
Complementary color
Monochromatic Colors of #732DBA
Black with #732DBA
Text Example
Text Example
White with #732DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DBA; }
p { color: rgb(115,45,186); }
H1.HeaderClassName
{
color: #732DBA;
}
.AnyTagClassName
{
color: #732DBA;
}
</style>
background-color css
<style>
a { background-color: #732DBA; }
a { background-color: rgb(115,45,186); }
div.DivClassName
{
background-color: #732DBA;
}
.BgClassName
{
background-color: #732DBA;
}
</style>
border-color css
<style>
span { border-color: #732DBA; }
span { border-color: rgb(115,45,186); }
td.TdClassName
{
border-color: #732DBA;
}
.TagClassName
{
border-color: #732DBA;
}
</style>