Shades of Purple Heart #713DDA
Tints of Purple Heart #713DDA
RGB
CMYK
RGB Variations
Color information
#713DDA (or 0x713DDA) is known color: Purple Heart. HEX triplet: 71, 3D and DA. RGB value is (113,61,218). Sum of RGB (Red+Green+Blue) = 113+61+218=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #713DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDA is #8EC225. Grayscale: #5D5D5D. Windows color (decimal): -9355814 or 14302577. OLE color: 14302577.
HSL color Cylindrical-coordinate representation of color #713DDA: hue angle of 259.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713DDA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 61 | 218 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.15 |
| HSL | 259.87º | 0.68% | 0.55% | - |
| HSV(B) | 259.87º | 0.72% | 0.85% | - |
| XYZ | 21.13 | 11.91 | 67.51 | - |
| YUV | 94.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 218 | 0.48 | 0.72 | 0 | 0.15 | 259.87 | 0.68 | 0.55 |
| Hex | 71 | 3D | DA | 30 | 48 | 0 | F | 104 | 44 | 37 |
| Octal | 161 | 75 | 332 | 60 | 110 | 0 | 17 | 404 | 104 | 67 |
| Binary | 1110001 | 111101 | 11011010 | 110000 | 1001000 | 0 | 1111 | 100000100 | 1000100 | 110111 |
Color Harmonies of #713DDA
Complementary color
Monochromatic Colors of #713DDA
Black with #713DDA
Text Example
Text Example
White with #713DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DDA; }
p { color: rgb(113,61,218); }
H1.HeaderClassName
{
color: #713DDA;
}
.AnyTagClassName
{
color: #713DDA;
}
</style>
background-color css
<style>
a { background-color: #713DDA; }
a { background-color: rgb(113,61,218); }
div.DivClassName
{
background-color: #713DDA;
}
.BgClassName
{
background-color: #713DDA;
}
</style>
border-color css
<style>
span { border-color: #713DDA; }
span { border-color: rgb(113,61,218); }
td.TdClassName
{
border-color: #713DDA;
}
.TagClassName
{
border-color: #713DDA;
}
</style>