Shades of Purple Heart #712DBB
Tints of Purple Heart #712DBB
RGB
CMYK
RGB Variations
Color information
#712DBB (or 0x712DBB) is known color: Purple Heart. HEX triplet: 71, 2D and BB. RGB value is (113,45,187). Sum of RGB (Red+Green+Blue) = 113+45+187=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #712DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DBB is #8ED244. Grayscale: #515151. Windows color (decimal): -9359941 or 12266865. OLE color: 12266865.
HSL color Cylindrical-coordinate representation of color #712DBB: hue angle of 268.73º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712DBB is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 45 | 187 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.27 |
| HSL | 268.73º | 0.61% | 0.45% | - |
| HSV(B) | 268.73º | 0.76% | 0.73% | - |
| XYZ | 16.72 | 8.98 | 47.86 | - |
| YUV | 81.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 187 | 0.40 | 0.76 | 0 | 0.27 | 268.73 | 0.61 | 0.45 |
| Hex | 71 | 2D | BB | 28 | 4C | 0 | 1B | 10D | 3D | 2D |
| Octal | 161 | 55 | 273 | 50 | 114 | 0 | 33 | 415 | 75 | 55 |
| Binary | 1110001 | 101101 | 10111011 | 101000 | 1001100 | 0 | 11011 | 100001101 | 111101 | 101101 |
Color Harmonies of #712DBB
Complementary color
Monochromatic Colors of #712DBB
Black with #712DBB
Text Example
Text Example
White with #712DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DBB; }
p { color: rgb(113,45,187); }
H1.HeaderClassName
{
color: #712DBB;
}
.AnyTagClassName
{
color: #712DBB;
}
</style>
background-color css
<style>
a { background-color: #712DBB; }
a { background-color: rgb(113,45,187); }
div.DivClassName
{
background-color: #712DBB;
}
.BgClassName
{
background-color: #712DBB;
}
</style>
border-color css
<style>
span { border-color: #712DBB; }
span { border-color: rgb(113,45,187); }
td.TdClassName
{
border-color: #712DBB;
}
.TagClassName
{
border-color: #712DBB;
}
</style>