Shades of Purple Heart #713EC5
Tints of Purple Heart #713EC5
RGB
CMYK
RGB Variations
Color information
#713EC5 (or 0x713EC5) is known color: Purple Heart. HEX triplet: 71, 3E and C5. RGB value is (113,62,197). Sum of RGB (Red+Green+Blue) = 113+62+197=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #713EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EC5 is #8EC13A. Grayscale: #5C5C5C. Windows color (decimal): -9355579 or 12926577. OLE color: 12926577.
HSL color Cylindrical-coordinate representation of color #713EC5: hue angle of 262.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713EC5 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 62 | 197 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.23 |
| HSL | 262.67º | 0.54% | 0.51% | - |
| HSV(B) | 262.67º | 0.69% | 0.77% | - |
| XYZ | 18.61 | 10.99 | 53.96 | - |
| YUV | 92.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 197 | 0.43 | 0.69 | 0 | 0.23 | 262.67 | 0.54 | 0.51 |
| Hex | 71 | 3E | C5 | 2B | 45 | 0 | 17 | 107 | 36 | 33 |
| Octal | 161 | 76 | 305 | 53 | 105 | 0 | 27 | 407 | 66 | 63 |
| Binary | 1110001 | 111110 | 11000101 | 101011 | 1000101 | 0 | 10111 | 100000111 | 110110 | 110011 |
Color Harmonies of #713EC5
Complementary color
Monochromatic Colors of #713EC5
Black with #713EC5
Text Example
Text Example
White with #713EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713EC5; }
p { color: rgb(113,62,197); }
H1.HeaderClassName
{
color: #713EC5;
}
.AnyTagClassName
{
color: #713EC5;
}
</style>
background-color css
<style>
a { background-color: #713EC5; }
a { background-color: rgb(113,62,197); }
div.DivClassName
{
background-color: #713EC5;
}
.BgClassName
{
background-color: #713EC5;
}
</style>
border-color css
<style>
span { border-color: #713EC5; }
span { border-color: rgb(113,62,197); }
td.TdClassName
{
border-color: #713EC5;
}
.TagClassName
{
border-color: #713EC5;
}
</style>