Shades of Purple Heart #713FD3
Tints of Purple Heart #713FD3
RGB
CMYK
RGB Variations
Color information
#713FD3 (or 0x713FD3) is known color: Purple Heart. HEX triplet: 71, 3F and D3. RGB value is (113,63,211). Sum of RGB (Red+Green+Blue) = 113+63+211=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #713FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FD3 is #8EC02C. Grayscale: #5E5E5E. Windows color (decimal): -9355309 or 13844337. OLE color: 13844337.
HSL color Cylindrical-coordinate representation of color #713FD3: hue angle of 260.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713FD3 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 63 | 211 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.17 |
| HSL | 260.27º | 0.63% | 0.54% | - |
| HSV(B) | 260.27º | 0.7% | 0.83% | - |
| XYZ | 20.35 | 11.77 | 62.83 | - |
| YUV | 94.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 211 | 0.46 | 0.70 | 0 | 0.17 | 260.27 | 0.63 | 0.54 |
| Hex | 71 | 3F | D3 | 2E | 46 | 0 | 11 | 104 | 3F | 36 |
| Octal | 161 | 77 | 323 | 56 | 106 | 0 | 21 | 404 | 77 | 66 |
| Binary | 1110001 | 111111 | 11010011 | 101110 | 1000110 | 0 | 10001 | 100000100 | 111111 | 110110 |
Color Harmonies of #713FD3
Complementary color
Monochromatic Colors of #713FD3
Black with #713FD3
Text Example
Text Example
White with #713FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FD3; }
p { color: rgb(113,63,211); }
H1.HeaderClassName
{
color: #713FD3;
}
.AnyTagClassName
{
color: #713FD3;
}
</style>
background-color css
<style>
a { background-color: #713FD3; }
a { background-color: rgb(113,63,211); }
div.DivClassName
{
background-color: #713FD3;
}
.BgClassName
{
background-color: #713FD3;
}
</style>
border-color css
<style>
span { border-color: #713FD3; }
span { border-color: rgb(113,63,211); }
td.TdClassName
{
border-color: #713FD3;
}
.TagClassName
{
border-color: #713FD3;
}
</style>