Shades of Purple Heart #7316CF
Tints of Purple Heart #7316CF
RGB
CMYK
RGB Variations
Color information
#7316CF (or 0x7316CF) is known color: Purple Heart. HEX triplet: 73, 16 and CF. RGB value is (115,22,207). Sum of RGB (Red+Green+Blue) = 115+22+207=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7316CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316CF is #8CE930. Grayscale: #464646. Windows color (decimal): -9234737 or 13571699. OLE color: 13571699.
HSL color Cylindrical-coordinate representation of color #7316CF: hue angle of 270.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7316CF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 22 | 207 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.19 |
| HSL | 270.16º | 0.81% | 0.45% | - |
| HSV(B) | 270.16º | 0.89% | 0.81% | - |
| XYZ | 18.62 | 8.72 | 59.73 | - |
| YUV | 70.9 | 204.81 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 207 | 0.44 | 0.89 | 0 | 0.19 | 270.16 | 0.81 | 0.45 |
| Hex | 73 | 16 | CF | 2C | 59 | 0 | 13 | 10E | 51 | 2D |
| Octal | 163 | 26 | 317 | 54 | 131 | 0 | 23 | 416 | 121 | 55 |
| Binary | 1110011 | 10110 | 11001111 | 101100 | 1011001 | 0 | 10011 | 100001110 | 1010001 | 101101 |
Color Harmonies of #7316CF
Complementary color
Monochromatic Colors of #7316CF
Black with #7316CF
Text Example
Text Example
White with #7316CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316CF; }
p { color: rgb(115,22,207); }
H1.HeaderClassName
{
color: #7316CF;
}
.AnyTagClassName
{
color: #7316CF;
}
</style>
background-color css
<style>
a { background-color: #7316CF; }
a { background-color: rgb(115,22,207); }
div.DivClassName
{
background-color: #7316CF;
}
.BgClassName
{
background-color: #7316CF;
}
</style>
border-color css
<style>
span { border-color: #7316CF; }
span { border-color: rgb(115,22,207); }
td.TdClassName
{
border-color: #7316CF;
}
.TagClassName
{
border-color: #7316CF;
}
</style>