Shades of Purple Heart #7712C7
Tints of Purple Heart #7712C7
RGB
CMYK
RGB Variations
Color information
#7712C7 (or 0x7712C7) is known color: Purple Heart. HEX triplet: 77, 12 and C7. RGB value is (119,18,199). Sum of RGB (Red+Green+Blue) = 119+18+199=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #7712C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712C7 is #88ED38. Grayscale: #444444. Windows color (decimal): -8973625 or 13046391. OLE color: 13046391.
HSL color Cylindrical-coordinate representation of color #7712C7: hue angle of 273.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712C7 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 18 | 199 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.22 |
| HSL | 273.48º | 0.83% | 0.43% | - |
| HSV(B) | 273.48º | 0.91% | 0.78% | - |
| XYZ | 18.13 | 8.48 | 54.71 | - |
| YUV | 68.83 | 201.46 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 199 | 0.40 | 0.91 | 0 | 0.22 | 273.48 | 0.83 | 0.43 |
| Hex | 77 | 12 | C7 | 28 | 5B | 0 | 16 | 111 | 53 | 2B |
| Octal | 167 | 22 | 307 | 50 | 133 | 0 | 26 | 421 | 123 | 53 |
| Binary | 1110111 | 10010 | 11000111 | 101000 | 1011011 | 0 | 10110 | 100010001 | 1010011 | 101011 |
Color Harmonies of #7712C7
Complementary color
Monochromatic Colors of #7712C7
Black with #7712C7
Text Example
Text Example
White with #7712C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712C7; }
p { color: rgb(119,18,199); }
H1.HeaderClassName
{
color: #7712C7;
}
.AnyTagClassName
{
color: #7712C7;
}
</style>
background-color css
<style>
a { background-color: #7712C7; }
a { background-color: rgb(119,18,199); }
div.DivClassName
{
background-color: #7712C7;
}
.BgClassName
{
background-color: #7712C7;
}
</style>
border-color css
<style>
span { border-color: #7712C7; }
span { border-color: rgb(119,18,199); }
td.TdClassName
{
border-color: #7712C7;
}
.TagClassName
{
border-color: #7712C7;
}
</style>