Shades of Purple Heart #712BC6
Tints of Purple Heart #712BC6
RGB
CMYK
RGB Variations
Color information
#712BC6 (or 0x712BC6) is known color: Purple Heart. HEX triplet: 71, 2B and C6. RGB value is (113,43,198). Sum of RGB (Red+Green+Blue) = 113+43+198=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #712BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BC6 is #8ED439. Grayscale: #515151. Windows color (decimal): -9360442 or 12987249. OLE color: 12987249.
HSL color Cylindrical-coordinate representation of color #712BC6: hue angle of 267.1º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712BC6 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 43 | 198 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.22 |
| HSL | 267.1º | 0.64% | 0.47% | - |
| HSV(B) | 267.1º | 0.78% | 0.78% | - |
| XYZ | 17.87 | 9.32 | 54.28 | - |
| YUV | 81.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 198 | 0.43 | 0.78 | 0 | 0.22 | 267.1 | 0.64 | 0.47 |
| Hex | 71 | 2B | C6 | 2B | 4E | 0 | 16 | 10B | 40 | 2F |
| Octal | 161 | 53 | 306 | 53 | 116 | 0 | 26 | 413 | 100 | 57 |
| Binary | 1110001 | 101011 | 11000110 | 101011 | 1001110 | 0 | 10110 | 100001011 | 1000000 | 101111 |
Color Harmonies of #712BC6
Complementary color
Monochromatic Colors of #712BC6
Black with #712BC6
Text Example
Text Example
White with #712BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BC6; }
p { color: rgb(113,43,198); }
H1.HeaderClassName
{
color: #712BC6;
}
.AnyTagClassName
{
color: #712BC6;
}
</style>
background-color css
<style>
a { background-color: #712BC6; }
a { background-color: rgb(113,43,198); }
div.DivClassName
{
background-color: #712BC6;
}
.BgClassName
{
background-color: #712BC6;
}
</style>
border-color css
<style>
span { border-color: #712BC6; }
span { border-color: rgb(113,43,198); }
td.TdClassName
{
border-color: #712BC6;
}
.TagClassName
{
border-color: #712BC6;
}
</style>