Shades of Purple Heart #713CB7
Tints of Purple Heart #713CB7
RGB
CMYK
RGB Variations
Color information
#713CB7 (or 0x713CB7) is known color: Purple Heart. HEX triplet: 71, 3C and B7. RGB value is (113,60,183). Sum of RGB (Red+Green+Blue) = 113+60+183=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #713CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CB7 is #8EC348. Grayscale: #595959. Windows color (decimal): -9356105 or 12008561. OLE color: 12008561.
HSL color Cylindrical-coordinate representation of color #713CB7: hue angle of 265.85º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713CB7 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 60 | 183 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.28 |
| HSL | 265.85º | 0.51% | 0.48% | - |
| HSV(B) | 265.85º | 0.67% | 0.72% | - |
| XYZ | 16.97 | 10.16 | 45.87 | - |
| YUV | 89.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 183 | 0.38 | 0.67 | 0 | 0.28 | 265.85 | 0.51 | 0.48 |
| Hex | 71 | 3C | B7 | 26 | 43 | 0 | 1C | 10A | 33 | 30 |
| Octal | 161 | 74 | 267 | 46 | 103 | 0 | 34 | 412 | 63 | 60 |
| Binary | 1110001 | 111100 | 10110111 | 100110 | 1000011 | 0 | 11100 | 100001010 | 110011 | 110000 |
Color Harmonies of #713CB7
Complementary color
Monochromatic Colors of #713CB7
Black with #713CB7
Text Example
Text Example
White with #713CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CB7; }
p { color: rgb(113,60,183); }
H1.HeaderClassName
{
color: #713CB7;
}
.AnyTagClassName
{
color: #713CB7;
}
</style>
background-color css
<style>
a { background-color: #713CB7; }
a { background-color: rgb(113,60,183); }
div.DivClassName
{
background-color: #713CB7;
}
.BgClassName
{
background-color: #713CB7;
}
</style>
border-color css
<style>
span { border-color: #713CB7; }
span { border-color: rgb(113,60,183); }
td.TdClassName
{
border-color: #713CB7;
}
.TagClassName
{
border-color: #713CB7;
}
</style>