Shades of Purple Heart #731DCF
Tints of Purple Heart #731DCF
RGB
CMYK
RGB Variations
Color information
#731DCF (or 0x731DCF) is known color: Purple Heart. HEX triplet: 73, 1D and CF. RGB value is (115,29,207). Sum of RGB (Red+Green+Blue) = 115+29+207=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #731DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DCF is #8CE230. Grayscale: #4A4A4A. Windows color (decimal): -9232945 or 13573491. OLE color: 13573491.
HSL color Cylindrical-coordinate representation of color #731DCF: hue angle of 268.99º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731DCF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 29 | 207 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.19 |
| HSL | 268.99º | 0.75% | 0.46% | - |
| HSV(B) | 268.99º | 0.86% | 0.81% | - |
| XYZ | 18.77 | 9.03 | 59.78 | - |
| YUV | 75.01 | 202.49 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 207 | 0.44 | 0.86 | 0 | 0.19 | 268.99 | 0.75 | 0.46 |
| Hex | 73 | 1D | CF | 2C | 56 | 0 | 13 | 10D | 4B | 2E |
| Octal | 163 | 35 | 317 | 54 | 126 | 0 | 23 | 415 | 113 | 56 |
| Binary | 1110011 | 11101 | 11001111 | 101100 | 1010110 | 0 | 10011 | 100001101 | 1001011 | 101110 |
Color Harmonies of #731DCF
Complementary color
Monochromatic Colors of #731DCF
Black with #731DCF
Text Example
Text Example
White with #731DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DCF; }
p { color: rgb(115,29,207); }
H1.HeaderClassName
{
color: #731DCF;
}
.AnyTagClassName
{
color: #731DCF;
}
</style>
background-color css
<style>
a { background-color: #731DCF; }
a { background-color: rgb(115,29,207); }
div.DivClassName
{
background-color: #731DCF;
}
.BgClassName
{
background-color: #731DCF;
}
</style>
border-color css
<style>
span { border-color: #731DCF; }
span { border-color: rgb(115,29,207); }
td.TdClassName
{
border-color: #731DCF;
}
.TagClassName
{
border-color: #731DCF;
}
</style>