Shades of Purple Heart #713AD5
Tints of Purple Heart #713AD5
RGB
CMYK
RGB Variations
Color information
#713AD5 (or 0x713AD5) is known color: Purple Heart. HEX triplet: 71, 3A and D5. RGB value is (113,58,213). Sum of RGB (Red+Green+Blue) = 113+58+213=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #713AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AD5 is #8EC52A. Grayscale: #5B5B5B. Windows color (decimal): -9356587 or 13974129. OLE color: 13974129.
HSL color Cylindrical-coordinate representation of color #713AD5: hue angle of 261.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713AD5 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 58 | 213 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.16 |
| HSL | 261.29º | 0.65% | 0.53% | - |
| HSV(B) | 261.29º | 0.73% | 0.84% | - |
| XYZ | 20.33 | 11.34 | 64.07 | - |
| YUV | 92.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 213 | 0.47 | 0.73 | 0 | 0.16 | 261.29 | 0.65 | 0.53 |
| Hex | 71 | 3A | D5 | 2F | 49 | 0 | 10 | 105 | 41 | 35 |
| Octal | 161 | 72 | 325 | 57 | 111 | 0 | 20 | 405 | 101 | 65 |
| Binary | 1110001 | 111010 | 11010101 | 101111 | 1001001 | 0 | 10000 | 100000101 | 1000001 | 110101 |
Color Harmonies of #713AD5
Complementary color
Monochromatic Colors of #713AD5
Black with #713AD5
Text Example
Text Example
White with #713AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AD5; }
p { color: rgb(113,58,213); }
H1.HeaderClassName
{
color: #713AD5;
}
.AnyTagClassName
{
color: #713AD5;
}
</style>
background-color css
<style>
a { background-color: #713AD5; }
a { background-color: rgb(113,58,213); }
div.DivClassName
{
background-color: #713AD5;
}
.BgClassName
{
background-color: #713AD5;
}
</style>
border-color css
<style>
span { border-color: #713AD5; }
span { border-color: rgb(113,58,213); }
td.TdClassName
{
border-color: #713AD5;
}
.TagClassName
{
border-color: #713AD5;
}
</style>