Shades of Purple Heart #7712C9
Tints of Purple Heart #7712C9
RGB
CMYK
RGB Variations
Color information
#7712C9 (or 0x7712C9) is known color: Purple Heart. HEX triplet: 77, 12 and C9. RGB value is (119,18,201). Sum of RGB (Red+Green+Blue) = 119+18+201=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #7712C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712C9 is #88ED36. Grayscale: #444444. Windows color (decimal): -8973623 or 13177463. OLE color: 13177463.
HSL color Cylindrical-coordinate representation of color #7712C9: hue angle of 273.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712C9 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 18 | 201 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.21 |
| HSL | 273.11º | 0.84% | 0.43% | - |
| HSV(B) | 273.11º | 0.91% | 0.79% | - |
| XYZ | 18.37 | 8.57 | 55.94 | - |
| YUV | 69.06 | 202.46 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 201 | 0.41 | 0.91 | 0 | 0.21 | 273.11 | 0.84 | 0.43 |
| Hex | 77 | 12 | C9 | 29 | 5B | 0 | 15 | 111 | 54 | 2B |
| Octal | 167 | 22 | 311 | 51 | 133 | 0 | 25 | 421 | 124 | 53 |
| Binary | 1110111 | 10010 | 11001001 | 101001 | 1011011 | 0 | 10101 | 100010001 | 1010100 | 101011 |
Color Harmonies of #7712C9
Complementary color
Monochromatic Colors of #7712C9
Black with #7712C9
Text Example
Text Example
White with #7712C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712C9; }
p { color: rgb(119,18,201); }
H1.HeaderClassName
{
color: #7712C9;
}
.AnyTagClassName
{
color: #7712C9;
}
</style>
background-color css
<style>
a { background-color: #7712C9; }
a { background-color: rgb(119,18,201); }
div.DivClassName
{
background-color: #7712C9;
}
.BgClassName
{
background-color: #7712C9;
}
</style>
border-color css
<style>
span { border-color: #7712C9; }
span { border-color: rgb(119,18,201); }
td.TdClassName
{
border-color: #7712C9;
}
.TagClassName
{
border-color: #7712C9;
}
</style>