Shades of Purple Heart #732DB3
Tints of Purple Heart #732DB3
RGB
CMYK
RGB Variations
Color information
#732DB3 (or 0x732DB3) is known color: Purple Heart. HEX triplet: 73, 2D and B3. RGB value is (115,45,179). Sum of RGB (Red+Green+Blue) = 115+45+179=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #732DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DB3 is #8CD24C. Grayscale: #505050. Windows color (decimal): -9228877 or 11742579. OLE color: 11742579.
HSL color Cylindrical-coordinate representation of color #732DB3: hue angle of 271.34º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732DB3 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 45 | 179 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.30 |
| HSL | 271.34º | 0.6% | 0.44% | - |
| HSV(B) | 271.34º | 0.75% | 0.7% | - |
| XYZ | 16.15 | 8.78 | 43.49 | - |
| YUV | 81.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 179 | 0.36 | 0.75 | 0 | 0.30 | 271.34 | 0.6 | 0.44 |
| Hex | 73 | 2D | B3 | 24 | 4B | 0 | 1E | 10F | 3C | 2C |
| Octal | 163 | 55 | 263 | 44 | 113 | 0 | 36 | 417 | 74 | 54 |
| Binary | 1110011 | 101101 | 10110011 | 100100 | 1001011 | 0 | 11110 | 100001111 | 111100 | 101100 |
Color Harmonies of #732DB3
Complementary color
Monochromatic Colors of #732DB3
Black with #732DB3
Text Example
Text Example
White with #732DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DB3; }
p { color: rgb(115,45,179); }
H1.HeaderClassName
{
color: #732DB3;
}
.AnyTagClassName
{
color: #732DB3;
}
</style>
background-color css
<style>
a { background-color: #732DB3; }
a { background-color: rgb(115,45,179); }
div.DivClassName
{
background-color: #732DB3;
}
.BgClassName
{
background-color: #732DB3;
}
</style>
border-color css
<style>
span { border-color: #732DB3; }
span { border-color: rgb(115,45,179); }
td.TdClassName
{
border-color: #732DB3;
}
.TagClassName
{
border-color: #732DB3;
}
</style>