Shades of Purple Heart #713ACD
Tints of Purple Heart #713ACD
RGB
CMYK
RGB Variations
Color information
#713ACD (or 0x713ACD) is known color: Purple Heart. HEX triplet: 71, 3A and CD. RGB value is (113,58,205). Sum of RGB (Red+Green+Blue) = 113+58+205=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #713ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ACD is #8EC532. Grayscale: #5A5A5A. Windows color (decimal): -9356595 or 13449841. OLE color: 13449841.
HSL color Cylindrical-coordinate representation of color #713ACD: hue angle of 262.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713ACD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 58 | 205 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.20 |
| HSL | 262.45º | 0.6% | 0.52% | - |
| HSV(B) | 262.45º | 0.72% | 0.8% | - |
| XYZ | 19.34 | 10.94 | 58.85 | - |
| YUV | 91.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 205 | 0.45 | 0.72 | 0 | 0.20 | 262.45 | 0.6 | 0.52 |
| Hex | 71 | 3A | CD | 2D | 48 | 0 | 14 | 106 | 3C | 34 |
| Octal | 161 | 72 | 315 | 55 | 110 | 0 | 24 | 406 | 74 | 64 |
| Binary | 1110001 | 111010 | 11001101 | 101101 | 1001000 | 0 | 10100 | 100000110 | 111100 | 110100 |
Color Harmonies of #713ACD
Complementary color
Monochromatic Colors of #713ACD
Black with #713ACD
Text Example
Text Example
White with #713ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713ACD; }
p { color: rgb(113,58,205); }
H1.HeaderClassName
{
color: #713ACD;
}
.AnyTagClassName
{
color: #713ACD;
}
</style>
background-color css
<style>
a { background-color: #713ACD; }
a { background-color: rgb(113,58,205); }
div.DivClassName
{
background-color: #713ACD;
}
.BgClassName
{
background-color: #713ACD;
}
</style>
border-color css
<style>
span { border-color: #713ACD; }
span { border-color: rgb(113,58,205); }
td.TdClassName
{
border-color: #713ACD;
}
.TagClassName
{
border-color: #713ACD;
}
</style>