Shades of Purple Heart #713DBC
Tints of Purple Heart #713DBC
RGB
CMYK
RGB Variations
Color information
#713DBC (or 0x713DBC) is known color: Purple Heart. HEX triplet: 71, 3D and BC. RGB value is (113,61,188). Sum of RGB (Red+Green+Blue) = 113+61+188=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #713DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DBC is #8EC243. Grayscale: #5A5A5A. Windows color (decimal): -9355844 or 12336497. OLE color: 12336497.
HSL color Cylindrical-coordinate representation of color #713DBC: hue angle of 264.57º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713DBC is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 61 | 188 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.26 |
| HSL | 264.57º | 0.51% | 0.49% | - |
| HSV(B) | 264.57º | 0.68% | 0.74% | - |
| XYZ | 17.56 | 10.48 | 48.67 | - |
| YUV | 91.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 188 | 0.40 | 0.68 | 0 | 0.26 | 264.57 | 0.51 | 0.49 |
| Hex | 71 | 3D | BC | 28 | 44 | 0 | 1A | 109 | 33 | 31 |
| Octal | 161 | 75 | 274 | 50 | 104 | 0 | 32 | 411 | 63 | 61 |
| Binary | 1110001 | 111101 | 10111100 | 101000 | 1000100 | 0 | 11010 | 100001001 | 110011 | 110001 |
Color Harmonies of #713DBC
Complementary color
Monochromatic Colors of #713DBC
Black with #713DBC
Text Example
Text Example
White with #713DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DBC; }
p { color: rgb(113,61,188); }
H1.HeaderClassName
{
color: #713DBC;
}
.AnyTagClassName
{
color: #713DBC;
}
</style>
background-color css
<style>
a { background-color: #713DBC; }
a { background-color: rgb(113,61,188); }
div.DivClassName
{
background-color: #713DBC;
}
.BgClassName
{
background-color: #713DBC;
}
</style>
border-color css
<style>
span { border-color: #713DBC; }
span { border-color: rgb(113,61,188); }
td.TdClassName
{
border-color: #713DBC;
}
.TagClassName
{
border-color: #713DBC;
}
</style>