Shades of Purple Heart #713CBB
Tints of Purple Heart #713CBB
RGB
CMYK
RGB Variations
Color information
#713CBB (or 0x713CBB) is known color: Purple Heart. HEX triplet: 71, 3C and BB. RGB value is (113,60,187). Sum of RGB (Red+Green+Blue) = 113+60+187=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #713CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CBB is #8EC344. Grayscale: #595959. Windows color (decimal): -9356101 or 12270705. OLE color: 12270705.
HSL color Cylindrical-coordinate representation of color #713CBB: hue angle of 265.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713CBB is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 60 | 187 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.27 |
| HSL | 265.04º | 0.51% | 0.48% | - |
| HSV(B) | 265.04º | 0.68% | 0.73% | - |
| XYZ | 17.4 | 10.33 | 48.09 | - |
| YUV | 90.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 187 | 0.40 | 0.68 | 0 | 0.27 | 265.04 | 0.51 | 0.48 |
| Hex | 71 | 3C | BB | 28 | 44 | 0 | 1B | 109 | 33 | 30 |
| Octal | 161 | 74 | 273 | 50 | 104 | 0 | 33 | 411 | 63 | 60 |
| Binary | 1110001 | 111100 | 10111011 | 101000 | 1000100 | 0 | 11011 | 100001001 | 110011 | 110000 |
Color Harmonies of #713CBB
Complementary color
Monochromatic Colors of #713CBB
Black with #713CBB
Text Example
Text Example
White with #713CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CBB; }
p { color: rgb(113,60,187); }
H1.HeaderClassName
{
color: #713CBB;
}
.AnyTagClassName
{
color: #713CBB;
}
</style>
background-color css
<style>
a { background-color: #713CBB; }
a { background-color: rgb(113,60,187); }
div.DivClassName
{
background-color: #713CBB;
}
.BgClassName
{
background-color: #713CBB;
}
</style>
border-color css
<style>
span { border-color: #713CBB; }
span { border-color: rgb(113,60,187); }
td.TdClassName
{
border-color: #713CBB;
}
.TagClassName
{
border-color: #713CBB;
}
</style>