Shades of Purple Heart #712DBD
Tints of Purple Heart #712DBD
RGB
CMYK
RGB Variations
Color information
#712DBD (or 0x712DBD) is known color: Purple Heart. HEX triplet: 71, 2D and BD. RGB value is (113,45,189). Sum of RGB (Red+Green+Blue) = 113+45+189=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #712DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DBD is #8ED242. Grayscale: #515151. Windows color (decimal): -9359939 or 12397937. OLE color: 12397937.
HSL color Cylindrical-coordinate representation of color #712DBD: hue angle of 268.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712DBD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 45 | 189 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.26 |
| HSL | 268.33º | 0.62% | 0.46% | - |
| HSV(B) | 268.33º | 0.76% | 0.74% | - |
| XYZ | 16.93 | 9.06 | 49 | - |
| YUV | 81.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 189 | 0.40 | 0.76 | 0 | 0.26 | 268.33 | 0.62 | 0.46 |
| Hex | 71 | 2D | BD | 28 | 4C | 0 | 1A | 10C | 3E | 2E |
| Octal | 161 | 55 | 275 | 50 | 114 | 0 | 32 | 414 | 76 | 56 |
| Binary | 1110001 | 101101 | 10111101 | 101000 | 1001100 | 0 | 11010 | 100001100 | 111110 | 101110 |
Color Harmonies of #712DBD
Complementary color
Monochromatic Colors of #712DBD
Black with #712DBD
Text Example
Text Example
White with #712DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DBD; }
p { color: rgb(113,45,189); }
H1.HeaderClassName
{
color: #712DBD;
}
.AnyTagClassName
{
color: #712DBD;
}
</style>
background-color css
<style>
a { background-color: #712DBD; }
a { background-color: rgb(113,45,189); }
div.DivClassName
{
background-color: #712DBD;
}
.BgClassName
{
background-color: #712DBD;
}
</style>
border-color css
<style>
span { border-color: #712DBD; }
span { border-color: rgb(113,45,189); }
td.TdClassName
{
border-color: #712DBD;
}
.TagClassName
{
border-color: #712DBD;
}
</style>