Shades of Purple Heart #7514BC
Tints of Purple Heart #7514BC
RGB
CMYK
RGB Variations
Color information
#7514BC (or 0x7514BC) is known color: Purple Heart. HEX triplet: 75, 14 and BC. RGB value is (117,20,188). Sum of RGB (Red+Green+Blue) = 117+20+188=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7514BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514BC is #8AEB43. Grayscale: #434343. Windows color (decimal): -9104196 or 12326005. OLE color: 12326005.
HSL color Cylindrical-coordinate representation of color #7514BC: hue angle of 274.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7514BC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 20 | 188 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.26 |
| HSL | 274.64º | 0.81% | 0.41% | - |
| HSV(B) | 274.64º | 0.89% | 0.74% | - |
| XYZ | 16.66 | 7.91 | 48.23 | - |
| YUV | 68.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 188 | 0.38 | 0.89 | 0 | 0.26 | 274.64 | 0.81 | 0.41 |
| Hex | 75 | 14 | BC | 26 | 59 | 0 | 1A | 113 | 51 | 29 |
| Octal | 165 | 24 | 274 | 46 | 131 | 0 | 32 | 423 | 121 | 51 |
| Binary | 1110101 | 10100 | 10111100 | 100110 | 1011001 | 0 | 11010 | 100010011 | 1010001 | 101001 |
Color Harmonies of #7514BC
Complementary color
Monochromatic Colors of #7514BC
Black with #7514BC
Text Example
Text Example
White with #7514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7514BC; }
p { color: rgb(117,20,188); }
H1.HeaderClassName
{
color: #7514BC;
}
.AnyTagClassName
{
color: #7514BC;
}
</style>
background-color css
<style>
a { background-color: #7514BC; }
a { background-color: rgb(117,20,188); }
div.DivClassName
{
background-color: #7514BC;
}
.BgClassName
{
background-color: #7514BC;
}
</style>
border-color css
<style>
span { border-color: #7514BC; }
span { border-color: rgb(117,20,188); }
td.TdClassName
{
border-color: #7514BC;
}
.TagClassName
{
border-color: #7514BC;
}
</style>