Shades of Purple Heart #732AD3
Tints of Purple Heart #732AD3
RGB
CMYK
RGB Variations
Color information
#732AD3 (or 0x732AD3) is known color: Purple Heart. HEX triplet: 73, 2A and D3. RGB value is (115,42,211). Sum of RGB (Red+Green+Blue) = 115+42+211=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #732AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732AD3 is #8CD52C. Grayscale: #525252. Windows color (decimal): -9229613 or 13838963. OLE color: 13838963.
HSL color Cylindrical-coordinate representation of color #732AD3: hue angle of 265.92º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732AD3 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 42 | 211 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.17 |
| HSL | 265.92º | 0.67% | 0.5% | - |
| HSV(B) | 265.92º | 0.8% | 0.83% | - |
| XYZ | 19.66 | 10 | 62.52 | - |
| YUV | 83.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 211 | 0.45 | 0.80 | 0 | 0.17 | 265.92 | 0.67 | 0.5 |
| Hex | 73 | 2A | D3 | 2D | 50 | 0 | 11 | 10A | 43 | 32 |
| Octal | 163 | 52 | 323 | 55 | 120 | 0 | 21 | 412 | 103 | 62 |
| Binary | 1110011 | 101010 | 11010011 | 101101 | 1010000 | 0 | 10001 | 100001010 | 1000011 | 110010 |
Color Harmonies of #732AD3
Complementary color
Monochromatic Colors of #732AD3
Black with #732AD3
Text Example
Text Example
White with #732AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AD3; }
p { color: rgb(115,42,211); }
H1.HeaderClassName
{
color: #732AD3;
}
.AnyTagClassName
{
color: #732AD3;
}
</style>
background-color css
<style>
a { background-color: #732AD3; }
a { background-color: rgb(115,42,211); }
div.DivClassName
{
background-color: #732AD3;
}
.BgClassName
{
background-color: #732AD3;
}
</style>
border-color css
<style>
span { border-color: #732AD3; }
span { border-color: rgb(115,42,211); }
td.TdClassName
{
border-color: #732AD3;
}
.TagClassName
{
border-color: #732AD3;
}
</style>