Shades of Purple Heart #713BC9
Tints of Purple Heart #713BC9
RGB
CMYK
RGB Variations
Color information
#713BC9 (or 0x713BC9) is known color: Purple Heart. HEX triplet: 71, 3B and C9. RGB value is (113,59,201). Sum of RGB (Red+Green+Blue) = 113+59+201=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #713BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BC9 is #8EC436. Grayscale: #5A5A5A. Windows color (decimal): -9356343 or 13187953. OLE color: 13187953.
HSL color Cylindrical-coordinate representation of color #713BC9: hue angle of 262.82º 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 #713BC9 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 59 | 201 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.21 |
| HSL | 262.82º | 0.57% | 0.51% | - |
| HSV(B) | 262.82º | 0.71% | 0.79% | - |
| XYZ | 18.92 | 10.86 | 56.36 | - |
| YUV | 91.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 201 | 0.44 | 0.71 | 0 | 0.21 | 262.82 | 0.57 | 0.51 |
| Hex | 71 | 3B | C9 | 2C | 47 | 0 | 15 | 107 | 39 | 33 |
| Octal | 161 | 73 | 311 | 54 | 107 | 0 | 25 | 407 | 71 | 63 |
| Binary | 1110001 | 111011 | 11001001 | 101100 | 1000111 | 0 | 10101 | 100000111 | 111001 | 110011 |
Color Harmonies of #713BC9
Complementary color
Monochromatic Colors of #713BC9
Black with #713BC9
Text Example
Text Example
White with #713BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BC9; }
p { color: rgb(113,59,201); }
H1.HeaderClassName
{
color: #713BC9;
}
.AnyTagClassName
{
color: #713BC9;
}
</style>
background-color css
<style>
a { background-color: #713BC9; }
a { background-color: rgb(113,59,201); }
div.DivClassName
{
background-color: #713BC9;
}
.BgClassName
{
background-color: #713BC9;
}
</style>
border-color css
<style>
span { border-color: #713BC9; }
span { border-color: rgb(113,59,201); }
td.TdClassName
{
border-color: #713BC9;
}
.TagClassName
{
border-color: #713BC9;
}
</style>