Shades of Purple Heart #713FB9
Tints of Purple Heart #713FB9
RGB
CMYK
RGB Variations
Color information
#713FB9 (or 0x713FB9) is known color: Purple Heart. HEX triplet: 71, 3F and B9. RGB value is (113,63,185). Sum of RGB (Red+Green+Blue) = 113+63+185=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #713FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FB9 is #8EC046. Grayscale: #5B5B5B. Windows color (decimal): -9355335 or 12140401. OLE color: 12140401.
HSL color Cylindrical-coordinate representation of color #713FB9: hue angle of 264.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713FB9 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 63 | 185 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.27 |
| HSL | 264.59º | 0.49% | 0.49% | - |
| HSV(B) | 264.59º | 0.66% | 0.73% | - |
| XYZ | 17.34 | 10.57 | 47.02 | - |
| YUV | 91.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 185 | 0.39 | 0.66 | 0 | 0.27 | 264.59 | 0.49 | 0.49 |
| Hex | 71 | 3F | B9 | 27 | 42 | 0 | 1B | 109 | 31 | 31 |
| Octal | 161 | 77 | 271 | 47 | 102 | 0 | 33 | 411 | 61 | 61 |
| Binary | 1110001 | 111111 | 10111001 | 100111 | 1000010 | 0 | 11011 | 100001001 | 110001 | 110001 |
Color Harmonies of #713FB9
Complementary color
Monochromatic Colors of #713FB9
Black with #713FB9
Text Example
Text Example
White with #713FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FB9; }
p { color: rgb(113,63,185); }
H1.HeaderClassName
{
color: #713FB9;
}
.AnyTagClassName
{
color: #713FB9;
}
</style>
background-color css
<style>
a { background-color: #713FB9; }
a { background-color: rgb(113,63,185); }
div.DivClassName
{
background-color: #713FB9;
}
.BgClassName
{
background-color: #713FB9;
}
</style>
border-color css
<style>
span { border-color: #713FB9; }
span { border-color: rgb(113,63,185); }
td.TdClassName
{
border-color: #713FB9;
}
.TagClassName
{
border-color: #713FB9;
}
</style>