Shades of Purple Heart #712DB8
Tints of Purple Heart #712DB8
RGB
CMYK
RGB Variations
Color information
#712DB8 (or 0x712DB8) is known color: Purple Heart. HEX triplet: 71, 2D and B8. RGB value is (113,45,184). Sum of RGB (Red+Green+Blue) = 113+45+184=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #712DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DB8 is #8ED247. Grayscale: #505050. Windows color (decimal): -9359944 or 12070257. OLE color: 12070257.
HSL color Cylindrical-coordinate representation of color #712DB8: hue angle of 269.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712DB8 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 45 | 184 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.28 |
| HSL | 269.35º | 0.61% | 0.45% | - |
| HSV(B) | 269.35º | 0.76% | 0.72% | - |
| XYZ | 16.4 | 8.85 | 46.19 | - |
| YUV | 81.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 184 | 0.39 | 0.76 | 0 | 0.28 | 269.35 | 0.61 | 0.45 |
| Hex | 71 | 2D | B8 | 27 | 4C | 0 | 1C | 10D | 3D | 2D |
| Octal | 161 | 55 | 270 | 47 | 114 | 0 | 34 | 415 | 75 | 55 |
| Binary | 1110001 | 101101 | 10111000 | 100111 | 1001100 | 0 | 11100 | 100001101 | 111101 | 101101 |
Color Harmonies of #712DB8
Complementary color
Monochromatic Colors of #712DB8
Black with #712DB8
Text Example
Text Example
White with #712DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DB8; }
p { color: rgb(113,45,184); }
H1.HeaderClassName
{
color: #712DB8;
}
.AnyTagClassName
{
color: #712DB8;
}
</style>
background-color css
<style>
a { background-color: #712DB8; }
a { background-color: rgb(113,45,184); }
div.DivClassName
{
background-color: #712DB8;
}
.BgClassName
{
background-color: #712DB8;
}
</style>
border-color css
<style>
span { border-color: #712DB8; }
span { border-color: rgb(113,45,184); }
td.TdClassName
{
border-color: #712DB8;
}
.TagClassName
{
border-color: #712DB8;
}
</style>