Shades of Purple Heart #7614BF
Tints of Purple Heart #7614BF
RGB
CMYK
RGB Variations
Color information
#7614BF (or 0x7614BF) is known color: Purple Heart. HEX triplet: 76, 14 and BF. RGB value is (118,20,191). Sum of RGB (Red+Green+Blue) = 118+20+191=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #7614BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614BF is #89EB40. Grayscale: #444444. Windows color (decimal): -9038657 or 12522614. OLE color: 12522614.
HSL color Cylindrical-coordinate representation of color #7614BF: hue angle of 274.39º 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 #7614BF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 20 | 191 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.25 |
| HSL | 274.39º | 0.81% | 0.41% | - |
| HSV(B) | 274.39º | 0.9% | 0.75% | - |
| XYZ | 17.13 | 8.11 | 49.95 | - |
| YUV | 68.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 191 | 0.38 | 0.90 | 0 | 0.25 | 274.39 | 0.81 | 0.41 |
| Hex | 76 | 14 | BF | 26 | 5A | 0 | 19 | 112 | 51 | 29 |
| Octal | 166 | 24 | 277 | 46 | 132 | 0 | 31 | 422 | 121 | 51 |
| Binary | 1110110 | 10100 | 10111111 | 100110 | 1011010 | 0 | 11001 | 100010010 | 1010001 | 101001 |
Color Harmonies of #7614BF
Complementary color
Monochromatic Colors of #7614BF
Black with #7614BF
Text Example
Text Example
White with #7614BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7614BF; }
p { color: rgb(118,20,191); }
H1.HeaderClassName
{
color: #7614BF;
}
.AnyTagClassName
{
color: #7614BF;
}
</style>
background-color css
<style>
a { background-color: #7614BF; }
a { background-color: rgb(118,20,191); }
div.DivClassName
{
background-color: #7614BF;
}
.BgClassName
{
background-color: #7614BF;
}
</style>
border-color css
<style>
span { border-color: #7614BF; }
span { border-color: rgb(118,20,191); }
td.TdClassName
{
border-color: #7614BF;
}
.TagClassName
{
border-color: #7614BF;
}
</style>