Shades of Purple Heart #713BBD
Tints of Purple Heart #713BBD
RGB
CMYK
RGB Variations
Color information
#713BBD (or 0x713BBD) is known color: Purple Heart. HEX triplet: 71, 3B and BD. RGB value is (113,59,189). Sum of RGB (Red+Green+Blue) = 113+59+189=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #713BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BBD is #8EC442. Grayscale: #595959. Windows color (decimal): -9356355 or 12401521. OLE color: 12401521.
HSL color Cylindrical-coordinate representation of color #713BBD: hue angle of 264.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713BBD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 59 | 189 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.26 |
| HSL | 264.92º | 0.52% | 0.49% | - |
| HSV(B) | 264.92º | 0.69% | 0.74% | - |
| XYZ | 17.56 | 10.31 | 49.21 | - |
| YUV | 89.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 189 | 0.40 | 0.69 | 0 | 0.26 | 264.92 | 0.52 | 0.49 |
| Hex | 71 | 3B | BD | 28 | 45 | 0 | 1A | 109 | 34 | 31 |
| Octal | 161 | 73 | 275 | 50 | 105 | 0 | 32 | 411 | 64 | 61 |
| Binary | 1110001 | 111011 | 10111101 | 101000 | 1000101 | 0 | 11010 | 100001001 | 110100 | 110001 |
Color Harmonies of #713BBD
Complementary color
Monochromatic Colors of #713BBD
Black with #713BBD
Text Example
Text Example
White with #713BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BBD; }
p { color: rgb(113,59,189); }
H1.HeaderClassName
{
color: #713BBD;
}
.AnyTagClassName
{
color: #713BBD;
}
</style>
background-color css
<style>
a { background-color: #713BBD; }
a { background-color: rgb(113,59,189); }
div.DivClassName
{
background-color: #713BBD;
}
.BgClassName
{
background-color: #713BBD;
}
</style>
border-color css
<style>
span { border-color: #713BBD; }
span { border-color: rgb(113,59,189); }
td.TdClassName
{
border-color: #713BBD;
}
.TagClassName
{
border-color: #713BBD;
}
</style>