Shades of Purple Heart #731AA8
Tints of Purple Heart #731AA8
RGB
CMYK
RGB Variations
Color information
#731AA8 (or 0x731AA8) is known color: Purple Heart. HEX triplet: 73, 1A and A8. RGB value is (115,26,168). Sum of RGB (Red+Green+Blue) = 115+26+168=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #731AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AA8 is #8CE557. Grayscale: #444444. Windows color (decimal): -9233752 or 11016819. OLE color: 11016819.
HSL color Cylindrical-coordinate representation of color #731AA8: hue angle of 277.61º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731AA8 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 26 | 168 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.34 |
| HSL | 277.61º | 0.73% | 0.38% | - |
| HSV(B) | 277.61º | 0.85% | 0.66% | - |
| XYZ | 14.51 | 7.21 | 37.67 | - |
| YUV | 68.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 168 | 0.32 | 0.85 | 0 | 0.34 | 277.61 | 0.73 | 0.38 |
| Hex | 73 | 1A | A8 | 20 | 55 | 0 | 22 | 116 | 49 | 26 |
| Octal | 163 | 32 | 250 | 40 | 125 | 0 | 42 | 426 | 111 | 46 |
| Binary | 1110011 | 11010 | 10101000 | 100000 | 1010101 | 0 | 100010 | 100010110 | 1001001 | 100110 |
Color Harmonies of #731AA8
Complementary color
Monochromatic Colors of #731AA8
Black with #731AA8
Text Example
Text Example
White with #731AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731AA8; }
p { color: rgb(115,26,168); }
H1.HeaderClassName
{
color: #731AA8;
}
.AnyTagClassName
{
color: #731AA8;
}
</style>
background-color css
<style>
a { background-color: #731AA8; }
a { background-color: rgb(115,26,168); }
div.DivClassName
{
background-color: #731AA8;
}
.BgClassName
{
background-color: #731AA8;
}
</style>
border-color css
<style>
span { border-color: #731AA8; }
span { border-color: rgb(115,26,168); }
td.TdClassName
{
border-color: #731AA8;
}
.TagClassName
{
border-color: #731AA8;
}
</style>