Shades of Purple Heart #713BCF
Tints of Purple Heart #713BCF
RGB
CMYK
RGB Variations
Color information
#713BCF (or 0x713BCF) is known color: Purple Heart. HEX triplet: 71, 3B and CF. RGB value is (113,59,207). Sum of RGB (Red+Green+Blue) = 113+59+207=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #713BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BCF is #8EC430. Grayscale: #5B5B5B. Windows color (decimal): -9356337 or 13581169. OLE color: 13581169.
HSL color Cylindrical-coordinate representation of color #713BCF: hue angle of 261.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713BCF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 59 | 207 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.19 |
| HSL | 261.89º | 0.61% | 0.52% | - |
| HSV(B) | 261.89º | 0.71% | 0.81% | - |
| XYZ | 19.64 | 11.14 | 60.15 | - |
| YUV | 92.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 207 | 0.45 | 0.71 | 0 | 0.19 | 261.89 | 0.61 | 0.52 |
| Hex | 71 | 3B | CF | 2D | 47 | 0 | 13 | 106 | 3D | 34 |
| Octal | 161 | 73 | 317 | 55 | 107 | 0 | 23 | 406 | 75 | 64 |
| Binary | 1110001 | 111011 | 11001111 | 101101 | 1000111 | 0 | 10011 | 100000110 | 111101 | 110100 |
Color Harmonies of #713BCF
Complementary color
Monochromatic Colors of #713BCF
Black with #713BCF
Text Example
Text Example
White with #713BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BCF; }
p { color: rgb(113,59,207); }
H1.HeaderClassName
{
color: #713BCF;
}
.AnyTagClassName
{
color: #713BCF;
}
</style>
background-color css
<style>
a { background-color: #713BCF; }
a { background-color: rgb(113,59,207); }
div.DivClassName
{
background-color: #713BCF;
}
.BgClassName
{
background-color: #713BCF;
}
</style>
border-color css
<style>
span { border-color: #713BCF; }
span { border-color: rgb(113,59,207); }
td.TdClassName
{
border-color: #713BCF;
}
.TagClassName
{
border-color: #713BCF;
}
</style>