Shades of Purple Heart #7314BF
Tints of Purple Heart #7314BF
RGB
CMYK
RGB Variations
Color information
#7314BF (or 0x7314BF) is known color: Purple Heart. HEX triplet: 73, 14 and BF. RGB value is (115,20,191). Sum of RGB (Red+Green+Blue) = 115+20+191=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #7314BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314BF is #8CEB40. Grayscale: #434343. Windows color (decimal): -9235265 or 12522611. OLE color: 12522611.
HSL color Cylindrical-coordinate representation of color #7314BF: hue angle of 273.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7314BF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 20 | 191 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.25 |
| HSL | 273.33º | 0.81% | 0.41% | - |
| HSV(B) | 273.33º | 0.9% | 0.75% | - |
| XYZ | 16.72 | 7.91 | 49.93 | - |
| YUV | 67.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 191 | 0.40 | 0.90 | 0 | 0.25 | 273.33 | 0.81 | 0.41 |
| Hex | 73 | 14 | BF | 28 | 5A | 0 | 19 | 111 | 51 | 29 |
| Octal | 163 | 24 | 277 | 50 | 132 | 0 | 31 | 421 | 121 | 51 |
| Binary | 1110011 | 10100 | 10111111 | 101000 | 1011010 | 0 | 11001 | 100010001 | 1010001 | 101001 |
Color Harmonies of #7314BF
Complementary color
Monochromatic Colors of #7314BF
Black with #7314BF
Text Example
Text Example
White with #7314BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314BF; }
p { color: rgb(115,20,191); }
H1.HeaderClassName
{
color: #7314BF;
}
.AnyTagClassName
{
color: #7314BF;
}
</style>
background-color css
<style>
a { background-color: #7314BF; }
a { background-color: rgb(115,20,191); }
div.DivClassName
{
background-color: #7314BF;
}
.BgClassName
{
background-color: #7314BF;
}
</style>
border-color css
<style>
span { border-color: #7314BF; }
span { border-color: rgb(115,20,191); }
td.TdClassName
{
border-color: #7314BF;
}
.TagClassName
{
border-color: #7314BF;
}
</style>