Shades of Purple Heart #713CC0
Tints of Purple Heart #713CC0
RGB
CMYK
RGB Variations
Color information
#713CC0 (or 0x713CC0) is known color: Purple Heart. HEX triplet: 71, 3C and C0. RGB value is (113,60,192). Sum of RGB (Red+Green+Blue) = 113+60+192=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #713CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CC0 is #8EC33F. Grayscale: #5A5A5A. Windows color (decimal): -9356096 or 12598385. OLE color: 12598385.
HSL color Cylindrical-coordinate representation of color #713CC0: hue angle of 264.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713CC0 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 60 | 192 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.25 |
| HSL | 264.09º | 0.52% | 0.49% | - |
| HSV(B) | 264.09º | 0.69% | 0.75% | - |
| XYZ | 17.94 | 10.55 | 50.96 | - |
| YUV | 90.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 192 | 0.41 | 0.69 | 0 | 0.25 | 264.09 | 0.52 | 0.49 |
| Hex | 71 | 3C | C0 | 29 | 45 | 0 | 19 | 108 | 34 | 31 |
| Octal | 161 | 74 | 300 | 51 | 105 | 0 | 31 | 410 | 64 | 61 |
| Binary | 1110001 | 111100 | 11000000 | 101001 | 1000101 | 0 | 11001 | 100001000 | 110100 | 110001 |
Color Harmonies of #713CC0
Complementary color
Monochromatic Colors of #713CC0
Black with #713CC0
Text Example
Text Example
White with #713CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CC0; }
p { color: rgb(113,60,192); }
H1.HeaderClassName
{
color: #713CC0;
}
.AnyTagClassName
{
color: #713CC0;
}
</style>
background-color css
<style>
a { background-color: #713CC0; }
a { background-color: rgb(113,60,192); }
div.DivClassName
{
background-color: #713CC0;
}
.BgClassName
{
background-color: #713CC0;
}
</style>
border-color css
<style>
span { border-color: #713CC0; }
span { border-color: rgb(113,60,192); }
td.TdClassName
{
border-color: #713CC0;
}
.TagClassName
{
border-color: #713CC0;
}
</style>