Shades of Purple Heart #712CBC
Tints of Purple Heart #712CBC
RGB
CMYK
RGB Variations
Color information
#712CBC (or 0x712CBC) is known color: Purple Heart. HEX triplet: 71, 2C and BC. RGB value is (113,44,188). Sum of RGB (Red+Green+Blue) = 113+44+188=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #712CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CBC is #8ED343. Grayscale: #505050. Windows color (decimal): -9360196 or 12332145. OLE color: 12332145.
HSL color Cylindrical-coordinate representation of color #712CBC: hue angle of 268.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712CBC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 44 | 188 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.26 |
| HSL | 268.75º | 0.62% | 0.45% | - |
| HSV(B) | 268.75º | 0.77% | 0.74% | - |
| XYZ | 16.79 | 8.94 | 48.42 | - |
| YUV | 81.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 188 | 0.40 | 0.77 | 0 | 0.26 | 268.75 | 0.62 | 0.45 |
| Hex | 71 | 2C | BC | 28 | 4D | 0 | 1A | 10D | 3E | 2D |
| Octal | 161 | 54 | 274 | 50 | 115 | 0 | 32 | 415 | 76 | 55 |
| Binary | 1110001 | 101100 | 10111100 | 101000 | 1001101 | 0 | 11010 | 100001101 | 111110 | 101101 |
Color Harmonies of #712CBC
Complementary color
Monochromatic Colors of #712CBC
Black with #712CBC
Text Example
Text Example
White with #712CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CBC; }
p { color: rgb(113,44,188); }
H1.HeaderClassName
{
color: #712CBC;
}
.AnyTagClassName
{
color: #712CBC;
}
</style>
background-color css
<style>
a { background-color: #712CBC; }
a { background-color: rgb(113,44,188); }
div.DivClassName
{
background-color: #712CBC;
}
.BgClassName
{
background-color: #712CBC;
}
</style>
border-color css
<style>
span { border-color: #712CBC; }
span { border-color: rgb(113,44,188); }
td.TdClassName
{
border-color: #712CBC;
}
.TagClassName
{
border-color: #712CBC;
}
</style>