Shades of Purple Heart #731DB6
Tints of Purple Heart #731DB6
RGB
CMYK
RGB Variations
Color information
#731DB6 (or 0x731DB6) is known color: Purple Heart. HEX triplet: 73, 1D and B6. RGB value is (115,29,182). Sum of RGB (Red+Green+Blue) = 115+29+182=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #731DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DB6 is #8CE249. Grayscale: #474747. Windows color (decimal): -9232970 or 11935091. OLE color: 11935091.
HSL color Cylindrical-coordinate representation of color #731DB6: hue angle of 273.73º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731DB6 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 29 | 182 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.29 |
| HSL | 273.73º | 0.73% | 0.41% | - |
| HSV(B) | 273.73º | 0.84% | 0.71% | - |
| XYZ | 15.95 | 7.9 | 44.94 | - |
| YUV | 72.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 182 | 0.37 | 0.84 | 0 | 0.29 | 273.73 | 0.73 | 0.41 |
| Hex | 73 | 1D | B6 | 25 | 54 | 0 | 1D | 112 | 49 | 29 |
| Octal | 163 | 35 | 266 | 45 | 124 | 0 | 35 | 422 | 111 | 51 |
| Binary | 1110011 | 11101 | 10110110 | 100101 | 1010100 | 0 | 11101 | 100010010 | 1001001 | 101001 |
Color Harmonies of #731DB6
Complementary color
Monochromatic Colors of #731DB6
Black with #731DB6
Text Example
Text Example
White with #731DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DB6; }
p { color: rgb(115,29,182); }
H1.HeaderClassName
{
color: #731DB6;
}
.AnyTagClassName
{
color: #731DB6;
}
</style>
background-color css
<style>
a { background-color: #731DB6; }
a { background-color: rgb(115,29,182); }
div.DivClassName
{
background-color: #731DB6;
}
.BgClassName
{
background-color: #731DB6;
}
</style>
border-color css
<style>
span { border-color: #731DB6; }
span { border-color: rgb(115,29,182); }
td.TdClassName
{
border-color: #731DB6;
}
.TagClassName
{
border-color: #731DB6;
}
</style>