Shades of Purple Heart #7418BA
Tints of Purple Heart #7418BA
RGB
CMYK
RGB Variations
Color information
#7418BA (or 0x7418BA) is known color: Purple Heart. HEX triplet: 74, 18 and BA. RGB value is (116,24,186). Sum of RGB (Red+Green+Blue) = 116+24+186=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #7418BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418BA is #8BE745. Grayscale: #454545. Windows color (decimal): -9168710 or 12195956. OLE color: 12195956.
HSL color Cylindrical-coordinate representation of color #7418BA: hue angle of 274.07º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7418BA is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 24 | 186 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.27 |
| HSL | 274.07º | 0.77% | 0.41% | - |
| HSV(B) | 274.07º | 0.87% | 0.73% | - |
| XYZ | 16.39 | 7.91 | 47.12 | - |
| YUV | 69.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 186 | 0.38 | 0.87 | 0 | 0.27 | 274.07 | 0.77 | 0.41 |
| Hex | 74 | 18 | BA | 26 | 57 | 0 | 1B | 112 | 4D | 29 |
| Octal | 164 | 30 | 272 | 46 | 127 | 0 | 33 | 422 | 115 | 51 |
| Binary | 1110100 | 11000 | 10111010 | 100110 | 1010111 | 0 | 11011 | 100010010 | 1001101 | 101001 |
Color Harmonies of #7418BA
Complementary color
Monochromatic Colors of #7418BA
Black with #7418BA
Text Example
Text Example
White with #7418BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7418BA; }
p { color: rgb(116,24,186); }
H1.HeaderClassName
{
color: #7418BA;
}
.AnyTagClassName
{
color: #7418BA;
}
</style>
background-color css
<style>
a { background-color: #7418BA; }
a { background-color: rgb(116,24,186); }
div.DivClassName
{
background-color: #7418BA;
}
.BgClassName
{
background-color: #7418BA;
}
</style>
border-color css
<style>
span { border-color: #7418BA; }
span { border-color: rgb(116,24,186); }
td.TdClassName
{
border-color: #7418BA;
}
.TagClassName
{
border-color: #7418BA;
}
</style>