Shades of Purple Heart #713DD6
Tints of Purple Heart #713DD6
RGB
CMYK
RGB Variations
Color information
#713DD6 (or 0x713DD6) is known color: Purple Heart. HEX triplet: 71, 3D and D6. RGB value is (113,61,214). Sum of RGB (Red+Green+Blue) = 113+61+214=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #713DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DD6 is #8EC229. Grayscale: #5D5D5D. Windows color (decimal): -9355818 or 14040433. OLE color: 14040433.
HSL color Cylindrical-coordinate representation of color #713DD6: hue angle of 260.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713DD6 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 61 | 214 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.16 |
| HSL | 260.39º | 0.65% | 0.54% | - |
| HSV(B) | 260.39º | 0.71% | 0.84% | - |
| XYZ | 20.62 | 11.7 | 64.79 | - |
| YUV | 93.99 | 195.73 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 214 | 0.47 | 0.71 | 0 | 0.16 | 260.39 | 0.65 | 0.54 |
| Hex | 71 | 3D | D6 | 2F | 47 | 0 | 10 | 104 | 41 | 36 |
| Octal | 161 | 75 | 326 | 57 | 107 | 0 | 20 | 404 | 101 | 66 |
| Binary | 1110001 | 111101 | 11010110 | 101111 | 1000111 | 0 | 10000 | 100000100 | 1000001 | 110110 |
Color Harmonies of #713DD6
Complementary color
Monochromatic Colors of #713DD6
Black with #713DD6
Text Example
Text Example
White with #713DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DD6; }
p { color: rgb(113,61,214); }
H1.HeaderClassName
{
color: #713DD6;
}
.AnyTagClassName
{
color: #713DD6;
}
</style>
background-color css
<style>
a { background-color: #713DD6; }
a { background-color: rgb(113,61,214); }
div.DivClassName
{
background-color: #713DD6;
}
.BgClassName
{
background-color: #713DD6;
}
</style>
border-color css
<style>
span { border-color: #713DD6; }
span { border-color: rgb(113,61,214); }
td.TdClassName
{
border-color: #713DD6;
}
.TagClassName
{
border-color: #713DD6;
}
</style>