Shades of Purple Heart #713ADA
Tints of Purple Heart #713ADA
RGB
CMYK
RGB Variations
Color information
#713ADA (or 0x713ADA) is known color: Purple Heart. HEX triplet: 71, 3A and DA. RGB value is (113,58,218). Sum of RGB (Red+Green+Blue) = 113+58+218=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #713ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ADA is #8EC525. Grayscale: #5C5C5C. Windows color (decimal): -9356582 or 14301809. OLE color: 14301809.
HSL color Cylindrical-coordinate representation of color #713ADA: hue angle of 260.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713ADA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 58 | 218 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.15 |
| HSL | 260.63º | 0.68% | 0.54% | - |
| HSV(B) | 260.63º | 0.73% | 0.85% | - |
| XYZ | 20.98 | 11.6 | 67.46 | - |
| YUV | 92.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 218 | 0.48 | 0.73 | 0 | 0.15 | 260.63 | 0.68 | 0.54 |
| Hex | 71 | 3A | DA | 30 | 49 | 0 | F | 105 | 44 | 36 |
| Octal | 161 | 72 | 332 | 60 | 111 | 0 | 17 | 405 | 104 | 66 |
| Binary | 1110001 | 111010 | 11011010 | 110000 | 1001001 | 0 | 1111 | 100000101 | 1000100 | 110110 |
Color Harmonies of #713ADA
Complementary color
Monochromatic Colors of #713ADA
Black with #713ADA
Text Example
Text Example
White with #713ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713ADA; }
p { color: rgb(113,58,218); }
H1.HeaderClassName
{
color: #713ADA;
}
.AnyTagClassName
{
color: #713ADA;
}
</style>
background-color css
<style>
a { background-color: #713ADA; }
a { background-color: rgb(113,58,218); }
div.DivClassName
{
background-color: #713ADA;
}
.BgClassName
{
background-color: #713ADA;
}
</style>
border-color css
<style>
span { border-color: #713ADA; }
span { border-color: rgb(113,58,218); }
td.TdClassName
{
border-color: #713ADA;
}
.TagClassName
{
border-color: #713ADA;
}
</style>