Shades of Purple Heart #7713C6
Tints of Purple Heart #7713C6
RGB
CMYK
RGB Variations
Color information
#7713C6 (or 0x7713C6) is known color: Purple Heart. HEX triplet: 77, 13 and C6. RGB value is (119,19,198). Sum of RGB (Red+Green+Blue) = 119+19+198=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #7713C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713C6 is #88EC39. Grayscale: #444444. Windows color (decimal): -8973370 or 12981111. OLE color: 12981111.
HSL color Cylindrical-coordinate representation of color #7713C6: hue angle of 273.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7713C6 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 19 | 198 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.22 |
| HSL | 273.52º | 0.82% | 0.43% | - |
| HSV(B) | 273.52º | 0.9% | 0.78% | - |
| XYZ | 18.03 | 8.46 | 54.11 | - |
| YUV | 69.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 198 | 0.40 | 0.90 | 0 | 0.22 | 273.52 | 0.82 | 0.43 |
| Hex | 77 | 13 | C6 | 28 | 5A | 0 | 16 | 112 | 52 | 2B |
| Octal | 167 | 23 | 306 | 50 | 132 | 0 | 26 | 422 | 122 | 53 |
| Binary | 1110111 | 10011 | 11000110 | 101000 | 1011010 | 0 | 10110 | 100010010 | 1010010 | 101011 |
Color Harmonies of #7713C6
Complementary color
Monochromatic Colors of #7713C6
Black with #7713C6
Text Example
Text Example
White with #7713C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713C6; }
p { color: rgb(119,19,198); }
H1.HeaderClassName
{
color: #7713C6;
}
.AnyTagClassName
{
color: #7713C6;
}
</style>
background-color css
<style>
a { background-color: #7713C6; }
a { background-color: rgb(119,19,198); }
div.DivClassName
{
background-color: #7713C6;
}
.BgClassName
{
background-color: #7713C6;
}
</style>
border-color css
<style>
span { border-color: #7713C6; }
span { border-color: rgb(119,19,198); }
td.TdClassName
{
border-color: #7713C6;
}
.TagClassName
{
border-color: #7713C6;
}
</style>