Shades of Purple Heart #713CBE
Tints of Purple Heart #713CBE
RGB
CMYK
RGB Variations
Color information
#713CBE (or 0x713CBE) is known color: Purple Heart. HEX triplet: 71, 3C and BE. RGB value is (113,60,190). Sum of RGB (Red+Green+Blue) = 113+60+190=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #713CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CBE is #8EC341. Grayscale: #5A5A5A. Windows color (decimal): -9356098 or 12467313. OLE color: 12467313.
HSL color Cylindrical-coordinate representation of color #713CBE: hue angle of 264.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713CBE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 60 | 190 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.25 |
| HSL | 264.46º | 0.52% | 0.49% | - |
| HSV(B) | 264.46º | 0.68% | 0.75% | - |
| XYZ | 17.72 | 10.46 | 49.8 | - |
| YUV | 90.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 190 | 0.41 | 0.68 | 0 | 0.25 | 264.46 | 0.52 | 0.49 |
| Hex | 71 | 3C | BE | 29 | 44 | 0 | 19 | 108 | 34 | 31 |
| Octal | 161 | 74 | 276 | 51 | 104 | 0 | 31 | 410 | 64 | 61 |
| Binary | 1110001 | 111100 | 10111110 | 101001 | 1000100 | 0 | 11001 | 100001000 | 110100 | 110001 |
Color Harmonies of #713CBE
Complementary color
Monochromatic Colors of #713CBE
Black with #713CBE
Text Example
Text Example
White with #713CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CBE; }
p { color: rgb(113,60,190); }
H1.HeaderClassName
{
color: #713CBE;
}
.AnyTagClassName
{
color: #713CBE;
}
</style>
background-color css
<style>
a { background-color: #713CBE; }
a { background-color: rgb(113,60,190); }
div.DivClassName
{
background-color: #713CBE;
}
.BgClassName
{
background-color: #713CBE;
}
</style>
border-color css
<style>
span { border-color: #713CBE; }
span { border-color: rgb(113,60,190); }
td.TdClassName
{
border-color: #713CBE;
}
.TagClassName
{
border-color: #713CBE;
}
</style>