Shades of Purple Heart #732DB1
Tints of Purple Heart #732DB1
RGB
CMYK
RGB Variations
Color information
#732DB1 (or 0x732DB1) is known color: Purple Heart. HEX triplet: 73, 2D and B1. RGB value is (115,45,177). Sum of RGB (Red+Green+Blue) = 115+45+177=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #732DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DB1 is #8CD24E. Grayscale: #505050. Windows color (decimal): -9228879 or 11611507. OLE color: 11611507.
HSL color Cylindrical-coordinate representation of color #732DB1: hue angle of 271.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732DB1 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 45 | 177 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.31 |
| HSL | 271.82º | 0.59% | 0.44% | - |
| HSV(B) | 271.82º | 0.75% | 0.69% | - |
| XYZ | 15.94 | 8.7 | 42.43 | - |
| YUV | 80.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 177 | 0.35 | 0.75 | 0 | 0.31 | 271.82 | 0.59 | 0.44 |
| Hex | 73 | 2D | B1 | 23 | 4B | 0 | 1F | 110 | 3B | 2C |
| Octal | 163 | 55 | 261 | 43 | 113 | 0 | 37 | 420 | 73 | 54 |
| Binary | 1110011 | 101101 | 10110001 | 100011 | 1001011 | 0 | 11111 | 100010000 | 111011 | 101100 |
Color Harmonies of #732DB1
Complementary color
Monochromatic Colors of #732DB1
Black with #732DB1
Text Example
Text Example
White with #732DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DB1; }
p { color: rgb(115,45,177); }
H1.HeaderClassName
{
color: #732DB1;
}
.AnyTagClassName
{
color: #732DB1;
}
</style>
background-color css
<style>
a { background-color: #732DB1; }
a { background-color: rgb(115,45,177); }
div.DivClassName
{
background-color: #732DB1;
}
.BgClassName
{
background-color: #732DB1;
}
</style>
border-color css
<style>
span { border-color: #732DB1; }
span { border-color: rgb(115,45,177); }
td.TdClassName
{
border-color: #732DB1;
}
.TagClassName
{
border-color: #732DB1;
}
</style>