Shades of Purple Heart #712BBA
Tints of Purple Heart #712BBA
RGB
CMYK
RGB Variations
Color information
#712BBA (or 0x712BBA) is known color: Purple Heart. HEX triplet: 71, 2B and BA. RGB value is (113,43,186). Sum of RGB (Red+Green+Blue) = 113+43+186=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #712BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BBA is #8ED445. Grayscale: #4F4F4F. Windows color (decimal): -9360454 or 12200817. OLE color: 12200817.
HSL color Cylindrical-coordinate representation of color #712BBA: hue angle of 269.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712BBA is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 43 | 186 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.27 |
| HSL | 269.37º | 0.62% | 0.45% | - |
| HSV(B) | 269.37º | 0.77% | 0.73% | - |
| XYZ | 16.54 | 8.78 | 47.28 | - |
| YUV | 80.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 186 | 0.39 | 0.77 | 0 | 0.27 | 269.37 | 0.62 | 0.45 |
| Hex | 71 | 2B | BA | 27 | 4D | 0 | 1B | 10D | 3E | 2D |
| Octal | 161 | 53 | 272 | 47 | 115 | 0 | 33 | 415 | 76 | 55 |
| Binary | 1110001 | 101011 | 10111010 | 100111 | 1001101 | 0 | 11011 | 100001101 | 111110 | 101101 |
Color Harmonies of #712BBA
Complementary color
Monochromatic Colors of #712BBA
Black with #712BBA
Text Example
Text Example
White with #712BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BBA; }
p { color: rgb(113,43,186); }
H1.HeaderClassName
{
color: #712BBA;
}
.AnyTagClassName
{
color: #712BBA;
}
</style>
background-color css
<style>
a { background-color: #712BBA; }
a { background-color: rgb(113,43,186); }
div.DivClassName
{
background-color: #712BBA;
}
.BgClassName
{
background-color: #712BBA;
}
</style>
border-color css
<style>
span { border-color: #712BBA; }
span { border-color: rgb(113,43,186); }
td.TdClassName
{
border-color: #712BBA;
}
.TagClassName
{
border-color: #712BBA;
}
</style>