Shades of Purple Heart #7713BC
Tints of Purple Heart #7713BC
RGB
CMYK
RGB Variations
Color information
#7713BC (or 0x7713BC) is known color: Purple Heart. HEX triplet: 77, 13 and BC. RGB value is (119,19,188). Sum of RGB (Red+Green+Blue) = 119+19+188=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #7713BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713BC is #88EC43. Grayscale: #434343. Windows color (decimal): -8973380 or 12325751. OLE color: 12325751.
HSL color Cylindrical-coordinate representation of color #7713BC: hue angle of 275.5º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7713BC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 19 | 188 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.26 |
| HSL | 275.5º | 0.82% | 0.41% | - |
| HSV(B) | 275.5º | 0.9% | 0.74% | - |
| XYZ | 16.92 | 8.02 | 48.23 | - |
| YUV | 68.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 188 | 0.37 | 0.90 | 0 | 0.26 | 275.5 | 0.82 | 0.41 |
| Hex | 77 | 13 | BC | 25 | 5A | 0 | 1A | 114 | 52 | 29 |
| Octal | 167 | 23 | 274 | 45 | 132 | 0 | 32 | 424 | 122 | 51 |
| Binary | 1110111 | 10011 | 10111100 | 100101 | 1011010 | 0 | 11010 | 100010100 | 1010010 | 101001 |
Color Harmonies of #7713BC
Complementary color
Monochromatic Colors of #7713BC
Black with #7713BC
Text Example
Text Example
White with #7713BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713BC; }
p { color: rgb(119,19,188); }
H1.HeaderClassName
{
color: #7713BC;
}
.AnyTagClassName
{
color: #7713BC;
}
</style>
background-color css
<style>
a { background-color: #7713BC; }
a { background-color: rgb(119,19,188); }
div.DivClassName
{
background-color: #7713BC;
}
.BgClassName
{
background-color: #7713BC;
}
</style>
border-color css
<style>
span { border-color: #7713BC; }
span { border-color: rgb(119,19,188); }
td.TdClassName
{
border-color: #7713BC;
}
.TagClassName
{
border-color: #7713BC;
}
</style>