Shades of Purple Heart #713DCD
Tints of Purple Heart #713DCD
RGB
CMYK
RGB Variations
Color information
#713DCD (or 0x713DCD) is known color: Purple Heart. HEX triplet: 71, 3D and CD. RGB value is (113,61,205). Sum of RGB (Red+Green+Blue) = 113+61+205=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #713DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DCD is #8EC232. Grayscale: #5C5C5C. Windows color (decimal): -9355827 or 13450609. OLE color: 13450609.
HSL color Cylindrical-coordinate representation of color #713DCD: hue angle of 261.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713DCD is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 61 | 205 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.20 |
| HSL | 261.67º | 0.59% | 0.52% | - |
| HSV(B) | 261.67º | 0.7% | 0.8% | - |
| XYZ | 19.5 | 11.26 | 58.9 | - |
| YUV | 92.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 205 | 0.45 | 0.70 | 0 | 0.20 | 261.67 | 0.59 | 0.52 |
| Hex | 71 | 3D | CD | 2D | 46 | 0 | 14 | 106 | 3B | 34 |
| Octal | 161 | 75 | 315 | 55 | 106 | 0 | 24 | 406 | 73 | 64 |
| Binary | 1110001 | 111101 | 11001101 | 101101 | 1000110 | 0 | 10100 | 100000110 | 111011 | 110100 |
Color Harmonies of #713DCD
Complementary color
Monochromatic Colors of #713DCD
Black with #713DCD
Text Example
Text Example
White with #713DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DCD; }
p { color: rgb(113,61,205); }
H1.HeaderClassName
{
color: #713DCD;
}
.AnyTagClassName
{
color: #713DCD;
}
</style>
background-color css
<style>
a { background-color: #713DCD; }
a { background-color: rgb(113,61,205); }
div.DivClassName
{
background-color: #713DCD;
}
.BgClassName
{
background-color: #713DCD;
}
</style>
border-color css
<style>
span { border-color: #713DCD; }
span { border-color: rgb(113,61,205); }
td.TdClassName
{
border-color: #713DCD;
}
.TagClassName
{
border-color: #713DCD;
}
</style>