Shades of Purple Heart #7319CF
Tints of Purple Heart #7319CF
RGB
CMYK
RGB Variations
Color information
#7319CF (or 0x7319CF) is known color: Purple Heart. HEX triplet: 73, 19 and CF. RGB value is (115,25,207). Sum of RGB (Red+Green+Blue) = 115+25+207=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #7319CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319CF is #8CE630. Grayscale: #484848. Windows color (decimal): -9233969 or 13572467. OLE color: 13572467.
HSL color Cylindrical-coordinate representation of color #7319CF: hue angle of 269.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7319CF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 25 | 207 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.19 |
| HSL | 269.67º | 0.78% | 0.45% | - |
| HSV(B) | 269.67º | 0.88% | 0.81% | - |
| XYZ | 18.68 | 8.85 | 59.75 | - |
| YUV | 72.66 | 203.82 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 207 | 0.44 | 0.88 | 0 | 0.19 | 269.67 | 0.78 | 0.45 |
| Hex | 73 | 19 | CF | 2C | 58 | 0 | 13 | 10E | 4E | 2D |
| Octal | 163 | 31 | 317 | 54 | 130 | 0 | 23 | 416 | 116 | 55 |
| Binary | 1110011 | 11001 | 11001111 | 101100 | 1011000 | 0 | 10011 | 100001110 | 1001110 | 101101 |
Color Harmonies of #7319CF
Complementary color
Monochromatic Colors of #7319CF
Black with #7319CF
Text Example
Text Example
White with #7319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319CF; }
p { color: rgb(115,25,207); }
H1.HeaderClassName
{
color: #7319CF;
}
.AnyTagClassName
{
color: #7319CF;
}
</style>
background-color css
<style>
a { background-color: #7319CF; }
a { background-color: rgb(115,25,207); }
div.DivClassName
{
background-color: #7319CF;
}
.BgClassName
{
background-color: #7319CF;
}
</style>
border-color css
<style>
span { border-color: #7319CF; }
span { border-color: rgb(115,25,207); }
td.TdClassName
{
border-color: #7319CF;
}
.TagClassName
{
border-color: #7319CF;
}
</style>