Shades of Purple Heart #732AB5
Tints of Purple Heart #732AB5
RGB
CMYK
RGB Variations
Color information
#732AB5 (or 0x732AB5) is known color: Purple Heart. HEX triplet: 73, 2A and B5. RGB value is (115,42,181). Sum of RGB (Red+Green+Blue) = 115+42+181=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #732AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AB5 is #8CD54A. Grayscale: #4F4F4F. Windows color (decimal): -9229643 or 11872883. OLE color: 11872883.
HSL color Cylindrical-coordinate representation of color #732AB5: hue angle of 271.51º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732AB5 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 42 | 181 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.29 |
| HSL | 271.51º | 0.62% | 0.44% | - |
| HSV(B) | 271.51º | 0.77% | 0.71% | - |
| XYZ | 16.24 | 8.64 | 44.53 | - |
| YUV | 79.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 181 | 0.36 | 0.77 | 0 | 0.29 | 271.51 | 0.62 | 0.44 |
| Hex | 73 | 2A | B5 | 24 | 4D | 0 | 1D | 110 | 3E | 2C |
| Octal | 163 | 52 | 265 | 44 | 115 | 0 | 35 | 420 | 76 | 54 |
| Binary | 1110011 | 101010 | 10110101 | 100100 | 1001101 | 0 | 11101 | 100010000 | 111110 | 101100 |
Color Harmonies of #732AB5
Complementary color
Monochromatic Colors of #732AB5
Black with #732AB5
Text Example
Text Example
White with #732AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AB5; }
p { color: rgb(115,42,181); }
H1.HeaderClassName
{
color: #732AB5;
}
.AnyTagClassName
{
color: #732AB5;
}
</style>
background-color css
<style>
a { background-color: #732AB5; }
a { background-color: rgb(115,42,181); }
div.DivClassName
{
background-color: #732AB5;
}
.BgClassName
{
background-color: #732AB5;
}
</style>
border-color css
<style>
span { border-color: #732AB5; }
span { border-color: rgb(115,42,181); }
td.TdClassName
{
border-color: #732AB5;
}
.TagClassName
{
border-color: #732AB5;
}
</style>