Shades of Purple Heart #7612BA
Tints of Purple Heart #7612BA
RGB
CMYK
RGB Variations
Color information
#7612BA (or 0x7612BA) is known color: Purple Heart. HEX triplet: 76, 12 and BA. RGB value is (118,18,186). Sum of RGB (Red+Green+Blue) = 118+18+186=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7612BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612BA is #89ED45. Grayscale: #424242. Windows color (decimal): -9039174 or 12194422. OLE color: 12194422.
HSL color Cylindrical-coordinate representation of color #7612BA: hue angle of 275.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7612BA is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 18 | 186 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.27 |
| HSL | 275.71º | 0.82% | 0.4% | - |
| HSV(B) | 275.71º | 0.9% | 0.73% | - |
| XYZ | 16.55 | 7.83 | 47.09 | - |
| YUV | 67.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 186 | 0.37 | 0.90 | 0 | 0.27 | 275.71 | 0.82 | 0.4 |
| Hex | 76 | 12 | BA | 25 | 5A | 0 | 1B | 114 | 52 | 28 |
| Octal | 166 | 22 | 272 | 45 | 132 | 0 | 33 | 424 | 122 | 50 |
| Binary | 1110110 | 10010 | 10111010 | 100101 | 1011010 | 0 | 11011 | 100010100 | 1010010 | 101000 |
Color Harmonies of #7612BA
Complementary color
Monochromatic Colors of #7612BA
Black with #7612BA
Text Example
Text Example
White with #7612BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612BA; }
p { color: rgb(118,18,186); }
H1.HeaderClassName
{
color: #7612BA;
}
.AnyTagClassName
{
color: #7612BA;
}
</style>
background-color css
<style>
a { background-color: #7612BA; }
a { background-color: rgb(118,18,186); }
div.DivClassName
{
background-color: #7612BA;
}
.BgClassName
{
background-color: #7612BA;
}
</style>
border-color css
<style>
span { border-color: #7612BA; }
span { border-color: rgb(118,18,186); }
td.TdClassName
{
border-color: #7612BA;
}
.TagClassName
{
border-color: #7612BA;
}
</style>