Shades of Purple Heart #7314CF
Tints of Purple Heart #7314CF
RGB
CMYK
RGB Variations
Color information
#7314CF (or 0x7314CF) is known color: Purple Heart. HEX triplet: 73, 14 and CF. RGB value is (115,20,207). Sum of RGB (Red+Green+Blue) = 115+20+207=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #7314CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314CF is #8CEB30. Grayscale: #454545. Windows color (decimal): -9235249 or 13571187. OLE color: 13571187.
HSL color Cylindrical-coordinate representation of color #7314CF: hue angle of 270.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7314CF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 20 | 207 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.19 |
| HSL | 270.48º | 0.82% | 0.45% | - |
| HSV(B) | 270.48º | 0.9% | 0.81% | - |
| XYZ | 18.58 | 8.65 | 59.72 | - |
| YUV | 69.72 | 205.47 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 207 | 0.44 | 0.90 | 0 | 0.19 | 270.48 | 0.82 | 0.45 |
| Hex | 73 | 14 | CF | 2C | 5A | 0 | 13 | 10E | 52 | 2D |
| Octal | 163 | 24 | 317 | 54 | 132 | 0 | 23 | 416 | 122 | 55 |
| Binary | 1110011 | 10100 | 11001111 | 101100 | 1011010 | 0 | 10011 | 100001110 | 1010010 | 101101 |
Color Harmonies of #7314CF
Complementary color
Monochromatic Colors of #7314CF
Black with #7314CF
Text Example
Text Example
White with #7314CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314CF; }
p { color: rgb(115,20,207); }
H1.HeaderClassName
{
color: #7314CF;
}
.AnyTagClassName
{
color: #7314CF;
}
</style>
background-color css
<style>
a { background-color: #7314CF; }
a { background-color: rgb(115,20,207); }
div.DivClassName
{
background-color: #7314CF;
}
.BgClassName
{
background-color: #7314CF;
}
</style>
border-color css
<style>
span { border-color: #7314CF; }
span { border-color: rgb(115,20,207); }
td.TdClassName
{
border-color: #7314CF;
}
.TagClassName
{
border-color: #7314CF;
}
</style>