Shades of Purple Heart #713AD6
Tints of Purple Heart #713AD6
RGB
CMYK
RGB Variations
Color information
#713AD6 (or 0x713AD6) is known color: Purple Heart. HEX triplet: 71, 3A and D6. RGB value is (113,58,214). Sum of RGB (Red+Green+Blue) = 113+58+214=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #713AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AD6 is #8EC529. Grayscale: #5B5B5B. Windows color (decimal): -9356586 or 14039665. OLE color: 14039665.
HSL color Cylindrical-coordinate representation of color #713AD6: hue angle of 261.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713AD6 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 113 | 58 | 214 | - |
CMYK | 0.47 | 0.73 | 0 | 0.16 |
HSL | 261.15º | 0.66% | 0.53% | - |
HSV(B) | 261.15º | 0.73% | 0.84% | - |
XYZ | 20.46 | 11.39 | 64.74 | - |
YUV | 92.23 | 196.72 | 142.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 58 | 214 | 0.47 | 0.73 | 0 | 0.16 | 261.15 | 0.66 | 0.53 |
Hex | 71 | 3A | D6 | 2F | 49 | 0 | 10 | 105 | 42 | 35 |
Octal | 161 | 72 | 326 | 57 | 111 | 0 | 20 | 405 | 102 | 65 |
Binary | 1110001 | 111010 | 11010110 | 101111 | 1001001 | 0 | 10000 | 100000101 | 1000010 | 110101 |
Color Harmonies of #713AD6
Complementary color
Monochromatic Colors of #713AD6
Black with #713AD6
Text Example
Text Example
White with #713AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AD6; }
p { color: rgb(113,58,214); }
H1.HeaderClassName
{
color: #713AD6;
}
.AnyTagClassName
{
color: #713AD6;
}
</style>
background-color css
<style>
a { background-color: #713AD6; }
a { background-color: rgb(113,58,214); }
div.DivClassName
{
background-color: #713AD6;
}
.BgClassName
{
background-color: #713AD6;
}
</style>
border-color css
<style>
span { border-color: #713AD6; }
span { border-color: rgb(113,58,214); }
td.TdClassName
{
border-color: #713AD6;
}
.TagClassName
{
border-color: #713AD6;
}
</style>