Shades of Purple Heart #713AB9
Tints of Purple Heart #713AB9
RGB
CMYK
RGB Variations
Color information
#713AB9 (or 0x713AB9) is known color: Purple Heart. HEX triplet: 71, 3A and B9. RGB value is (113,58,185). Sum of RGB (Red+Green+Blue) = 113+58+185=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #713AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AB9 is #8EC546. Grayscale: #585858. Windows color (decimal): -9356615 or 12139121. OLE color: 12139121.
HSL color Cylindrical-coordinate representation of color #713AB9: hue angle of 265.98º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713AB9 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 58 | 185 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.27 |
| HSL | 265.98º | 0.52% | 0.48% | - |
| HSV(B) | 265.98º | 0.69% | 0.73% | - |
| XYZ | 17.08 | 10.04 | 46.94 | - |
| YUV | 88.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 185 | 0.39 | 0.69 | 0 | 0.27 | 265.98 | 0.52 | 0.48 |
| Hex | 71 | 3A | B9 | 27 | 45 | 0 | 1B | 10A | 34 | 30 |
| Octal | 161 | 72 | 271 | 47 | 105 | 0 | 33 | 412 | 64 | 60 |
| Binary | 1110001 | 111010 | 10111001 | 100111 | 1000101 | 0 | 11011 | 100001010 | 110100 | 110000 |
Color Harmonies of #713AB9
Complementary color
Monochromatic Colors of #713AB9
Black with #713AB9
Text Example
Text Example
White with #713AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AB9; }
p { color: rgb(113,58,185); }
H1.HeaderClassName
{
color: #713AB9;
}
.AnyTagClassName
{
color: #713AB9;
}
</style>
background-color css
<style>
a { background-color: #713AB9; }
a { background-color: rgb(113,58,185); }
div.DivClassName
{
background-color: #713AB9;
}
.BgClassName
{
background-color: #713AB9;
}
</style>
border-color css
<style>
span { border-color: #713AB9; }
span { border-color: rgb(113,58,185); }
td.TdClassName
{
border-color: #713AB9;
}
.TagClassName
{
border-color: #713AB9;
}
</style>