Shades of Purple Heart #732AB7
Tints of Purple Heart #732AB7
RGB
CMYK
RGB Variations
Color information
#732AB7 (or 0x732AB7) is known color: Purple Heart. HEX triplet: 73, 2A and B7. RGB value is (115,42,183). Sum of RGB (Red+Green+Blue) = 115+42+183=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #732AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AB7 is #8CD548. Grayscale: #4F4F4F. Windows color (decimal): -9229641 or 12003955. OLE color: 12003955.
HSL color Cylindrical-coordinate representation of color #732AB7: hue angle of 271.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732AB7 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 42 | 183 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.28 |
| HSL | 271.06º | 0.63% | 0.44% | - |
| HSV(B) | 271.06º | 0.77% | 0.72% | - |
| XYZ | 16.45 | 8.72 | 45.62 | - |
| YUV | 79.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 183 | 0.37 | 0.77 | 0 | 0.28 | 271.06 | 0.63 | 0.44 |
| Hex | 73 | 2A | B7 | 25 | 4D | 0 | 1C | 10F | 3F | 2C |
| Octal | 163 | 52 | 267 | 45 | 115 | 0 | 34 | 417 | 77 | 54 |
| Binary | 1110011 | 101010 | 10110111 | 100101 | 1001101 | 0 | 11100 | 100001111 | 111111 | 101100 |
Color Harmonies of #732AB7
Complementary color
Monochromatic Colors of #732AB7
Black with #732AB7
Text Example
Text Example
White with #732AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AB7; }
p { color: rgb(115,42,183); }
H1.HeaderClassName
{
color: #732AB7;
}
.AnyTagClassName
{
color: #732AB7;
}
</style>
background-color css
<style>
a { background-color: #732AB7; }
a { background-color: rgb(115,42,183); }
div.DivClassName
{
background-color: #732AB7;
}
.BgClassName
{
background-color: #732AB7;
}
</style>
border-color css
<style>
span { border-color: #732AB7; }
span { border-color: rgb(115,42,183); }
td.TdClassName
{
border-color: #732AB7;
}
.TagClassName
{
border-color: #732AB7;
}
</style>