Shades of Purple Heart #713EDB
Tints of Purple Heart #713EDB
RGB
CMYK
RGB Variations
Color information
#713EDB (or 0x713EDB) is known color: Purple Heart. HEX triplet: 71, 3E and DB. RGB value is (113,62,219). Sum of RGB (Red+Green+Blue) = 113+62+219=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #713EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EDB is #8EC124. Grayscale: #5E5E5E. Windows color (decimal): -9355557 or 14368369. OLE color: 14368369.
HSL color Cylindrical-coordinate representation of color #713EDB: hue angle of 259.49º 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 #713EDB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 62 | 219 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.14 |
| HSL | 259.49º | 0.69% | 0.55% | - |
| HSV(B) | 259.49º | 0.72% | 0.86% | - |
| XYZ | 21.32 | 12.07 | 68.22 | - |
| YUV | 95.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 219 | 0.48 | 0.72 | 0 | 0.14 | 259.49 | 0.69 | 0.55 |
| Hex | 71 | 3E | DB | 30 | 48 | 0 | E | 103 | 45 | 37 |
| Octal | 161 | 76 | 333 | 60 | 110 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1110001 | 111110 | 11011011 | 110000 | 1001000 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #713EDB
Complementary color
Monochromatic Colors of #713EDB
Black with #713EDB
Text Example
Text Example
White with #713EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713EDB; }
p { color: rgb(113,62,219); }
H1.HeaderClassName
{
color: #713EDB;
}
.AnyTagClassName
{
color: #713EDB;
}
</style>
background-color css
<style>
a { background-color: #713EDB; }
a { background-color: rgb(113,62,219); }
div.DivClassName
{
background-color: #713EDB;
}
.BgClassName
{
background-color: #713EDB;
}
</style>
border-color css
<style>
span { border-color: #713EDB; }
span { border-color: rgb(113,62,219); }
td.TdClassName
{
border-color: #713EDB;
}
.TagClassName
{
border-color: #713EDB;
}
</style>