Shades of Purple Heart #712EBA
Tints of Purple Heart #712EBA
RGB
CMYK
RGB Variations
Color information
#712EBA (or 0x712EBA) is known color: Purple Heart. HEX triplet: 71, 2E and BA. RGB value is (113,46,186). Sum of RGB (Red+Green+Blue) = 113+46+186=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #712EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712EBA is #8ED145. Grayscale: #515151. Windows color (decimal): -9359686 or 12201585. OLE color: 12201585.
HSL color Cylindrical-coordinate representation of color #712EBA: hue angle of 268.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712EBA is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 46 | 186 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.27 |
| HSL | 268.71º | 0.6% | 0.45% | - |
| HSV(B) | 268.71º | 0.75% | 0.73% | - |
| XYZ | 16.65 | 9.01 | 47.32 | - |
| YUV | 81.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 186 | 0.39 | 0.75 | 0 | 0.27 | 268.71 | 0.6 | 0.45 |
| Hex | 71 | 2E | BA | 27 | 4B | 0 | 1B | 10D | 3C | 2D |
| Octal | 161 | 56 | 272 | 47 | 113 | 0 | 33 | 415 | 74 | 55 |
| Binary | 1110001 | 101110 | 10111010 | 100111 | 1001011 | 0 | 11011 | 100001101 | 111100 | 101101 |
Color Harmonies of #712EBA
Complementary color
Monochromatic Colors of #712EBA
Black with #712EBA
Text Example
Text Example
White with #712EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712EBA; }
p { color: rgb(113,46,186); }
H1.HeaderClassName
{
color: #712EBA;
}
.AnyTagClassName
{
color: #712EBA;
}
</style>
background-color css
<style>
a { background-color: #712EBA; }
a { background-color: rgb(113,46,186); }
div.DivClassName
{
background-color: #712EBA;
}
.BgClassName
{
background-color: #712EBA;
}
</style>
border-color css
<style>
span { border-color: #712EBA; }
span { border-color: rgb(113,46,186); }
td.TdClassName
{
border-color: #712EBA;
}
.TagClassName
{
border-color: #712EBA;
}
</style>