Shades of Purple Heart #713ADB
Tints of Purple Heart #713ADB
RGB
CMYK
RGB Variations
Color information
#713ADB (or 0x713ADB) is known color: Purple Heart. HEX triplet: 71, 3A and DB. RGB value is (113,58,219). Sum of RGB (Red+Green+Blue) = 113+58+219=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #713ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ADB is #8EC524. Grayscale: #5C5C5C. Windows color (decimal): -9356581 or 14367345. OLE color: 14367345.
HSL color Cylindrical-coordinate representation of color #713ADB: hue angle of 260.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713ADB is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 58 | 219 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.14 |
| HSL | 260.5º | 0.69% | 0.54% | - |
| HSV(B) | 260.5º | 0.74% | 0.86% | - |
| XYZ | 21.11 | 11.65 | 68.15 | - |
| YUV | 92.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 219 | 0.48 | 0.74 | 0 | 0.14 | 260.5 | 0.69 | 0.54 |
| Hex | 71 | 3A | DB | 30 | 4A | 0 | E | 104 | 45 | 36 |
| Octal | 161 | 72 | 333 | 60 | 112 | 0 | 16 | 404 | 105 | 66 |
| Binary | 1110001 | 111010 | 11011011 | 110000 | 1001010 | 0 | 1110 | 100000100 | 1000101 | 110110 |
Color Harmonies of #713ADB
Complementary color
Monochromatic Colors of #713ADB
Black with #713ADB
Text Example
Text Example
White with #713ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713ADB; }
p { color: rgb(113,58,219); }
H1.HeaderClassName
{
color: #713ADB;
}
.AnyTagClassName
{
color: #713ADB;
}
</style>
background-color css
<style>
a { background-color: #713ADB; }
a { background-color: rgb(113,58,219); }
div.DivClassName
{
background-color: #713ADB;
}
.BgClassName
{
background-color: #713ADB;
}
</style>
border-color css
<style>
span { border-color: #713ADB; }
span { border-color: rgb(113,58,219); }
td.TdClassName
{
border-color: #713ADB;
}
.TagClassName
{
border-color: #713ADB;
}
</style>