Shades of Purple Heart #713ECC
Tints of Purple Heart #713ECC
RGB
CMYK
RGB Variations
Color information
#713ECC (or 0x713ECC) is known color: Purple Heart. HEX triplet: 71, 3E and CC. RGB value is (113,62,204). Sum of RGB (Red+Green+Blue) = 113+62+204=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #713ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ECC is #8EC133. Grayscale: #5C5C5C. Windows color (decimal): -9355572 or 13385329. OLE color: 13385329.
HSL color Cylindrical-coordinate representation of color #713ECC: hue angle of 261.55º degrees, saturation: 0.58, 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 #713ECC is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 62 | 204 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.2 |
| HSL | 261.55º | 0.58% | 0.52% | - |
| HSV(B) | 261.55º | 0.7% | 0.8% | - |
| XYZ | 19.43 | 11.32 | 58.29 | - |
| YUV | 93.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 204 | 0.45 | 0.70 | 0 | 0.2 | 261.55 | 0.58 | 0.52 |
| Hex | 71 | 3E | CC | 2D | 46 | 0 | 14 | 106 | 3A | 34 |
| Octal | 161 | 76 | 314 | 55 | 106 | 0 | 24 | 406 | 72 | 64 |
| Binary | 1110001 | 111110 | 11001100 | 101101 | 1000110 | 0 | 10100 | 100000110 | 111010 | 110100 |
Color Harmonies of #713ECC
Complementary color
Monochromatic Colors of #713ECC
Black with #713ECC
Text Example
Text Example
White with #713ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713ECC; }
p { color: rgb(113,62,204); }
H1.HeaderClassName
{
color: #713ECC;
}
.AnyTagClassName
{
color: #713ECC;
}
</style>
background-color css
<style>
a { background-color: #713ECC; }
a { background-color: rgb(113,62,204); }
div.DivClassName
{
background-color: #713ECC;
}
.BgClassName
{
background-color: #713ECC;
}
</style>
border-color css
<style>
span { border-color: #713ECC; }
span { border-color: rgb(113,62,204); }
td.TdClassName
{
border-color: #713ECC;
}
.TagClassName
{
border-color: #713ECC;
}
</style>