Shades of Purple Heart #712FBA
Tints of Purple Heart #712FBA
RGB
CMYK
RGB Variations
Color information
#712FBA (or 0x712FBA) is known color: Purple Heart. HEX triplet: 71, 2F and BA. RGB value is (113,47,186). Sum of RGB (Red+Green+Blue) = 113+47+186=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #712FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FBA is #8ED045. Grayscale: #525252. Windows color (decimal): -9359430 or 12201841. OLE color: 12201841.
HSL color Cylindrical-coordinate representation of color #712FBA: hue angle of 268.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712FBA is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 47 | 186 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.27 |
| HSL | 268.49º | 0.6% | 0.46% | - |
| HSV(B) | 268.49º | 0.75% | 0.73% | - |
| XYZ | 16.69 | 9.09 | 47.33 | - |
| YUV | 82.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 186 | 0.39 | 0.75 | 0 | 0.27 | 268.49 | 0.6 | 0.46 |
| Hex | 71 | 2F | BA | 27 | 4B | 0 | 1B | 10C | 3C | 2E |
| Octal | 161 | 57 | 272 | 47 | 113 | 0 | 33 | 414 | 74 | 56 |
| Binary | 1110001 | 101111 | 10111010 | 100111 | 1001011 | 0 | 11011 | 100001100 | 111100 | 101110 |
Color Harmonies of #712FBA
Complementary color
Monochromatic Colors of #712FBA
Black with #712FBA
Text Example
Text Example
White with #712FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FBA; }
p { color: rgb(113,47,186); }
H1.HeaderClassName
{
color: #712FBA;
}
.AnyTagClassName
{
color: #712FBA;
}
</style>
background-color css
<style>
a { background-color: #712FBA; }
a { background-color: rgb(113,47,186); }
div.DivClassName
{
background-color: #712FBA;
}
.BgClassName
{
background-color: #712FBA;
}
</style>
border-color css
<style>
span { border-color: #712FBA; }
span { border-color: rgb(113,47,186); }
td.TdClassName
{
border-color: #712FBA;
}
.TagClassName
{
border-color: #712FBA;
}
</style>