Shades of Purple Heart #7319D4
Tints of Purple Heart #7319D4
RGB
CMYK
RGB Variations
Color information
#7319D4 (or 0x7319D4) is known color: Purple Heart. HEX triplet: 73, 19 and D4. RGB value is (115,25,212). Sum of RGB (Red+Green+Blue) = 115+25+212=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #7319D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319D4 is #8CE62B. Grayscale: #484848. Windows color (decimal): -9233964 or 13900147. OLE color: 13900147.
HSL color Cylindrical-coordinate representation of color #7319D4: hue angle of 268.88º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7319D4 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 25 | 212 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.17 |
| HSL | 268.88º | 0.79% | 0.46% | - |
| HSV(B) | 268.88º | 0.88% | 0.83% | - |
| XYZ | 19.3 | 9.09 | 63.03 | - |
| YUV | 73.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 212 | 0.46 | 0.88 | 0 | 0.17 | 268.88 | 0.79 | 0.46 |
| Hex | 73 | 19 | D4 | 2E | 58 | 0 | 11 | 10D | 4F | 2E |
| Octal | 163 | 31 | 324 | 56 | 130 | 0 | 21 | 415 | 117 | 56 |
| Binary | 1110011 | 11001 | 11010100 | 101110 | 1011000 | 0 | 10001 | 100001101 | 1001111 | 101110 |
Color Harmonies of #7319D4
Complementary color
Monochromatic Colors of #7319D4
Black with #7319D4
Text Example
Text Example
White with #7319D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319D4; }
p { color: rgb(115,25,212); }
H1.HeaderClassName
{
color: #7319D4;
}
.AnyTagClassName
{
color: #7319D4;
}
</style>
background-color css
<style>
a { background-color: #7319D4; }
a { background-color: rgb(115,25,212); }
div.DivClassName
{
background-color: #7319D4;
}
.BgClassName
{
background-color: #7319D4;
}
</style>
border-color css
<style>
span { border-color: #7319D4; }
span { border-color: rgb(115,25,212); }
td.TdClassName
{
border-color: #7319D4;
}
.TagClassName
{
border-color: #7319D4;
}
</style>