Shades of Purple Heart #713DDB
Tints of Purple Heart #713DDB
RGB
CMYK
RGB Variations
Color information
#713DDB (or 0x713DDB) is known color: Purple Heart. HEX triplet: 71, 3D and DB. RGB value is (113,61,219). Sum of RGB (Red+Green+Blue) = 113+61+219=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #713DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDB is #8EC224. Grayscale: #5D5D5D. Windows color (decimal): -9355813 or 14368113. OLE color: 14368113.
HSL color Cylindrical-coordinate representation of color #713DDB: hue angle of 259.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713DDB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 61 | 219 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.14 |
| HSL | 259.75º | 0.69% | 0.55% | - |
| HSV(B) | 259.75º | 0.72% | 0.86% | - |
| XYZ | 21.26 | 11.96 | 68.21 | - |
| YUV | 94.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 219 | 0.48 | 0.72 | 0 | 0.14 | 259.75 | 0.69 | 0.55 |
| Hex | 71 | 3D | DB | 30 | 48 | 0 | E | 104 | 45 | 37 |
| Octal | 161 | 75 | 333 | 60 | 110 | 0 | 16 | 404 | 105 | 67 |
| Binary | 1110001 | 111101 | 11011011 | 110000 | 1001000 | 0 | 1110 | 100000100 | 1000101 | 110111 |
Color Harmonies of #713DDB
Complementary color
Monochromatic Colors of #713DDB
Black with #713DDB
Text Example
Text Example
White with #713DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DDB; }
p { color: rgb(113,61,219); }
H1.HeaderClassName
{
color: #713DDB;
}
.AnyTagClassName
{
color: #713DDB;
}
</style>
background-color css
<style>
a { background-color: #713DDB; }
a { background-color: rgb(113,61,219); }
div.DivClassName
{
background-color: #713DDB;
}
.BgClassName
{
background-color: #713DDB;
}
</style>
border-color css
<style>
span { border-color: #713DDB; }
span { border-color: rgb(113,61,219); }
td.TdClassName
{
border-color: #713DDB;
}
.TagClassName
{
border-color: #713DDB;
}
</style>