Shades of Purple Heart #713ABC
Tints of Purple Heart #713ABC
RGB
CMYK
RGB Variations
Color information
#713ABC (or 0x713ABC) is known color: Purple Heart. HEX triplet: 71, 3A and BC. RGB value is (113,58,188). Sum of RGB (Red+Green+Blue) = 113+58+188=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #713ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ABC is #8EC543. Grayscale: #585858. Windows color (decimal): -9356612 or 12335729. OLE color: 12335729.
HSL color Cylindrical-coordinate representation of color #713ABC: hue angle of 265.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713ABC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 58 | 188 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.26 |
| HSL | 265.38º | 0.53% | 0.48% | - |
| HSV(B) | 265.38º | 0.69% | 0.74% | - |
| XYZ | 17.4 | 10.17 | 48.62 | - |
| YUV | 89.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 188 | 0.40 | 0.69 | 0 | 0.26 | 265.38 | 0.53 | 0.48 |
| Hex | 71 | 3A | BC | 28 | 45 | 0 | 1A | 109 | 35 | 30 |
| Octal | 161 | 72 | 274 | 50 | 105 | 0 | 32 | 411 | 65 | 60 |
| Binary | 1110001 | 111010 | 10111100 | 101000 | 1000101 | 0 | 11010 | 100001001 | 110101 | 110000 |
Color Harmonies of #713ABC
Complementary color
Monochromatic Colors of #713ABC
Black with #713ABC
Text Example
Text Example
White with #713ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713ABC; }
p { color: rgb(113,58,188); }
H1.HeaderClassName
{
color: #713ABC;
}
.AnyTagClassName
{
color: #713ABC;
}
</style>
background-color css
<style>
a { background-color: #713ABC; }
a { background-color: rgb(113,58,188); }
div.DivClassName
{
background-color: #713ABC;
}
.BgClassName
{
background-color: #713ABC;
}
</style>
border-color css
<style>
span { border-color: #713ABC; }
span { border-color: rgb(113,58,188); }
td.TdClassName
{
border-color: #713ABC;
}
.TagClassName
{
border-color: #713ABC;
}
</style>