Shades of Purple Heart #713CD5
Tints of Purple Heart #713CD5
RGB
CMYK
RGB Variations
Color information
#713CD5 (or 0x713CD5) is known color: Purple Heart. HEX triplet: 71, 3C and D5. RGB value is (113,60,213). Sum of RGB (Red+Green+Blue) = 113+60+213=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #713CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CD5 is #8EC32A. Grayscale: #5C5C5C. Windows color (decimal): -9356075 or 13974641. OLE color: 13974641.
HSL color Cylindrical-coordinate representation of color #713CD5: hue angle of 260.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713CD5 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 60 | 213 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.16 |
| HSL | 260.78º | 0.65% | 0.54% | - |
| HSV(B) | 260.78º | 0.72% | 0.84% | - |
| XYZ | 20.44 | 11.55 | 64.1 | - |
| YUV | 93.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 213 | 0.47 | 0.72 | 0 | 0.16 | 260.78 | 0.65 | 0.54 |
| Hex | 71 | 3C | D5 | 2F | 48 | 0 | 10 | 105 | 41 | 36 |
| Octal | 161 | 74 | 325 | 57 | 110 | 0 | 20 | 405 | 101 | 66 |
| Binary | 1110001 | 111100 | 11010101 | 101111 | 1001000 | 0 | 10000 | 100000101 | 1000001 | 110110 |
Color Harmonies of #713CD5
Complementary color
Monochromatic Colors of #713CD5
Black with #713CD5
Text Example
Text Example
White with #713CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CD5; }
p { color: rgb(113,60,213); }
H1.HeaderClassName
{
color: #713CD5;
}
.AnyTagClassName
{
color: #713CD5;
}
</style>
background-color css
<style>
a { background-color: #713CD5; }
a { background-color: rgb(113,60,213); }
div.DivClassName
{
background-color: #713CD5;
}
.BgClassName
{
background-color: #713CD5;
}
</style>
border-color css
<style>
span { border-color: #713CD5; }
span { border-color: rgb(113,60,213); }
td.TdClassName
{
border-color: #713CD5;
}
.TagClassName
{
border-color: #713CD5;
}
</style>