Shades of Purple Heart #713BCD
Tints of Purple Heart #713BCD
RGB
CMYK
RGB Variations
Color information
#713BCD (or 0x713BCD) is known color: Purple Heart. HEX triplet: 71, 3B and CD. RGB value is (113,59,205). Sum of RGB (Red+Green+Blue) = 113+59+205=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #713BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BCD is #8EC432. Grayscale: #5B5B5B. Windows color (decimal): -9356339 or 13450097. OLE color: 13450097.
HSL color Cylindrical-coordinate representation of color #713BCD: hue angle of 262.19º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713BCD is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 59 | 205 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.20 |
| HSL | 262.19º | 0.59% | 0.52% | - |
| HSV(B) | 262.19º | 0.71% | 0.8% | - |
| XYZ | 19.39 | 11.05 | 58.87 | - |
| YUV | 91.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 205 | 0.45 | 0.71 | 0 | 0.20 | 262.19 | 0.59 | 0.52 |
| Hex | 71 | 3B | CD | 2D | 47 | 0 | 14 | 106 | 3B | 34 |
| Octal | 161 | 73 | 315 | 55 | 107 | 0 | 24 | 406 | 73 | 64 |
| Binary | 1110001 | 111011 | 11001101 | 101101 | 1000111 | 0 | 10100 | 100000110 | 111011 | 110100 |
Color Harmonies of #713BCD
Complementary color
Monochromatic Colors of #713BCD
Black with #713BCD
Text Example
Text Example
White with #713BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BCD; }
p { color: rgb(113,59,205); }
H1.HeaderClassName
{
color: #713BCD;
}
.AnyTagClassName
{
color: #713BCD;
}
</style>
background-color css
<style>
a { background-color: #713BCD; }
a { background-color: rgb(113,59,205); }
div.DivClassName
{
background-color: #713BCD;
}
.BgClassName
{
background-color: #713BCD;
}
</style>
border-color css
<style>
span { border-color: #713BCD; }
span { border-color: rgb(113,59,205); }
td.TdClassName
{
border-color: #713BCD;
}
.TagClassName
{
border-color: #713BCD;
}
</style>