Shades of Purple Heart #713AC9
Tints of Purple Heart #713AC9
RGB
CMYK
RGB Variations
Color information
#713AC9 (or 0x713AC9) is known color: Purple Heart. HEX triplet: 71, 3A and C9. RGB value is (113,58,201). Sum of RGB (Red+Green+Blue) = 113+58+201=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #713AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AC9 is #8EC536. Grayscale: #5A5A5A. Windows color (decimal): -9356599 or 13187697. OLE color: 13187697.
HSL color Cylindrical-coordinate representation of color #713AC9: hue angle of 263.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713AC9 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 58 | 201 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.21 |
| HSL | 263.08º | 0.57% | 0.51% | - |
| HSV(B) | 263.08º | 0.71% | 0.79% | - |
| XYZ | 18.87 | 10.75 | 56.34 | - |
| YUV | 90.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 201 | 0.44 | 0.71 | 0 | 0.21 | 263.08 | 0.57 | 0.51 |
| Hex | 71 | 3A | C9 | 2C | 47 | 0 | 15 | 107 | 39 | 33 |
| Octal | 161 | 72 | 311 | 54 | 107 | 0 | 25 | 407 | 71 | 63 |
| Binary | 1110001 | 111010 | 11001001 | 101100 | 1000111 | 0 | 10101 | 100000111 | 111001 | 110011 |
Color Harmonies of #713AC9
Complementary color
Monochromatic Colors of #713AC9
Black with #713AC9
Text Example
Text Example
White with #713AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AC9; }
p { color: rgb(113,58,201); }
H1.HeaderClassName
{
color: #713AC9;
}
.AnyTagClassName
{
color: #713AC9;
}
</style>
background-color css
<style>
a { background-color: #713AC9; }
a { background-color: rgb(113,58,201); }
div.DivClassName
{
background-color: #713AC9;
}
.BgClassName
{
background-color: #713AC9;
}
</style>
border-color css
<style>
span { border-color: #713AC9; }
span { border-color: rgb(113,58,201); }
td.TdClassName
{
border-color: #713AC9;
}
.TagClassName
{
border-color: #713AC9;
}
</style>