Shades of Purple Heart #732AB9
Tints of Purple Heart #732AB9
RGB
CMYK
RGB Variations
Color information
#732AB9 (or 0x732AB9) is known color: Purple Heart. HEX triplet: 73, 2A and B9. RGB value is (115,42,185). Sum of RGB (Red+Green+Blue) = 115+42+185=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #732AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AB9 is #8CD546. Grayscale: #4F4F4F. Windows color (decimal): -9229639 or 12135027. OLE color: 12135027.
HSL color Cylindrical-coordinate representation of color #732AB9: hue angle of 270.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732AB9 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 42 | 185 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.27 |
| HSL | 270.63º | 0.63% | 0.45% | - |
| HSV(B) | 270.63º | 0.77% | 0.73% | - |
| XYZ | 16.66 | 8.8 | 46.72 | - |
| YUV | 80.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 185 | 0.38 | 0.77 | 0 | 0.27 | 270.63 | 0.63 | 0.45 |
| Hex | 73 | 2A | B9 | 26 | 4D | 0 | 1B | 10F | 3F | 2D |
| Octal | 163 | 52 | 271 | 46 | 115 | 0 | 33 | 417 | 77 | 55 |
| Binary | 1110011 | 101010 | 10111001 | 100110 | 1001101 | 0 | 11011 | 100001111 | 111111 | 101101 |
Color Harmonies of #732AB9
Complementary color
Monochromatic Colors of #732AB9
Black with #732AB9
Text Example
Text Example
White with #732AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AB9; }
p { color: rgb(115,42,185); }
H1.HeaderClassName
{
color: #732AB9;
}
.AnyTagClassName
{
color: #732AB9;
}
</style>
background-color css
<style>
a { background-color: #732AB9; }
a { background-color: rgb(115,42,185); }
div.DivClassName
{
background-color: #732AB9;
}
.BgClassName
{
background-color: #732AB9;
}
</style>
border-color css
<style>
span { border-color: #732AB9; }
span { border-color: rgb(115,42,185); }
td.TdClassName
{
border-color: #732AB9;
}
.TagClassName
{
border-color: #732AB9;
}
</style>