Shades of Purple Heart #713CDA
Tints of Purple Heart #713CDA
RGB
CMYK
RGB Variations
Color information
#713CDA (or 0x713CDA) is known color: Purple Heart. HEX triplet: 71, 3C and DA. RGB value is (113,60,218). Sum of RGB (Red+Green+Blue) = 113+60+218=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #713CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CDA is #8EC325. Grayscale: #5D5D5D. Windows color (decimal): -9356070 or 14302321. OLE color: 14302321.
HSL color Cylindrical-coordinate representation of color #713CDA: hue angle of 260.13º 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 #713CDA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 60 | 218 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.15 |
| HSL | 260.13º | 0.68% | 0.55% | - |
| HSV(B) | 260.13º | 0.72% | 0.85% | - |
| XYZ | 21.08 | 11.8 | 67.5 | - |
| YUV | 93.86 | 198.06 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 218 | 0.48 | 0.72 | 0 | 0.15 | 260.13 | 0.68 | 0.55 |
| Hex | 71 | 3C | DA | 30 | 48 | 0 | F | 104 | 44 | 37 |
| Octal | 161 | 74 | 332 | 60 | 110 | 0 | 17 | 404 | 104 | 67 |
| Binary | 1110001 | 111100 | 11011010 | 110000 | 1001000 | 0 | 1111 | 100000100 | 1000100 | 110111 |
Color Harmonies of #713CDA
Complementary color
Monochromatic Colors of #713CDA
Black with #713CDA
Text Example
Text Example
White with #713CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CDA; }
p { color: rgb(113,60,218); }
H1.HeaderClassName
{
color: #713CDA;
}
.AnyTagClassName
{
color: #713CDA;
}
</style>
background-color css
<style>
a { background-color: #713CDA; }
a { background-color: rgb(113,60,218); }
div.DivClassName
{
background-color: #713CDA;
}
.BgClassName
{
background-color: #713CDA;
}
</style>
border-color css
<style>
span { border-color: #713CDA; }
span { border-color: rgb(113,60,218); }
td.TdClassName
{
border-color: #713CDA;
}
.TagClassName
{
border-color: #713CDA;
}
</style>