Shades of Purple Heart #713CCC
Tints of Purple Heart #713CCC
RGB
CMYK
RGB Variations
Color information
#713CCC (or 0x713CCC) is known color: Purple Heart. HEX triplet: 71, 3C and CC. RGB value is (113,60,204). Sum of RGB (Red+Green+Blue) = 113+60+204=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #713CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CCC is #8EC333. Grayscale: #5B5B5B. Windows color (decimal): -9356084 or 13384817. OLE color: 13384817.
HSL color Cylindrical-coordinate representation of color #713CCC: hue angle of 262.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713CCC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 60 | 204 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.2 |
| HSL | 262.08º | 0.59% | 0.52% | - |
| HSV(B) | 262.08º | 0.71% | 0.8% | - |
| XYZ | 19.32 | 11.1 | 58.25 | - |
| YUV | 92.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 204 | 0.45 | 0.71 | 0 | 0.2 | 262.08 | 0.59 | 0.52 |
| Hex | 71 | 3C | CC | 2D | 47 | 0 | 14 | 106 | 3B | 34 |
| Octal | 161 | 74 | 314 | 55 | 107 | 0 | 24 | 406 | 73 | 64 |
| Binary | 1110001 | 111100 | 11001100 | 101101 | 1000111 | 0 | 10100 | 100000110 | 111011 | 110100 |
Color Harmonies of #713CCC
Complementary color
Monochromatic Colors of #713CCC
Black with #713CCC
Text Example
Text Example
White with #713CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CCC; }
p { color: rgb(113,60,204); }
H1.HeaderClassName
{
color: #713CCC;
}
.AnyTagClassName
{
color: #713CCC;
}
</style>
background-color css
<style>
a { background-color: #713CCC; }
a { background-color: rgb(113,60,204); }
div.DivClassName
{
background-color: #713CCC;
}
.BgClassName
{
background-color: #713CCC;
}
</style>
border-color css
<style>
span { border-color: #713CCC; }
span { border-color: rgb(113,60,204); }
td.TdClassName
{
border-color: #713CCC;
}
.TagClassName
{
border-color: #713CCC;
}
</style>