Shades of Purple Heart #732CBB
Tints of Purple Heart #732CBB
RGB
CMYK
RGB Variations
Color information
#732CBB (or 0x732CBB) is known color: Purple Heart. HEX triplet: 73, 2C and BB. RGB value is (115,44,187). Sum of RGB (Red+Green+Blue) = 115+44+187=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #732CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732CBB is #8CD344. Grayscale: #515151. Windows color (decimal): -9229125 or 12266611. OLE color: 12266611.
HSL color Cylindrical-coordinate representation of color #732CBB: hue angle of 269.79º degrees, saturation: 0.62, 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 #732CBB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 44 | 187 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.27 |
| HSL | 269.79º | 0.62% | 0.45% | - |
| HSV(B) | 269.79º | 0.76% | 0.73% | - |
| XYZ | 16.94 | 9.03 | 47.86 | - |
| YUV | 81.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 187 | 0.39 | 0.76 | 0 | 0.27 | 269.79 | 0.62 | 0.45 |
| Hex | 73 | 2C | BB | 27 | 4C | 0 | 1B | 10E | 3E | 2D |
| Octal | 163 | 54 | 273 | 47 | 114 | 0 | 33 | 416 | 76 | 55 |
| Binary | 1110011 | 101100 | 10111011 | 100111 | 1001100 | 0 | 11011 | 100001110 | 111110 | 101101 |
Color Harmonies of #732CBB
Complementary color
Monochromatic Colors of #732CBB
Black with #732CBB
Text Example
Text Example
White with #732CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CBB; }
p { color: rgb(115,44,187); }
H1.HeaderClassName
{
color: #732CBB;
}
.AnyTagClassName
{
color: #732CBB;
}
</style>
background-color css
<style>
a { background-color: #732CBB; }
a { background-color: rgb(115,44,187); }
div.DivClassName
{
background-color: #732CBB;
}
.BgClassName
{
background-color: #732CBB;
}
</style>
border-color css
<style>
span { border-color: #732CBB; }
span { border-color: rgb(115,44,187); }
td.TdClassName
{
border-color: #732CBB;
}
.TagClassName
{
border-color: #732CBB;
}
</style>