Shades of Purple Heart #7712BF
Tints of Purple Heart #7712BF
RGB
CMYK
RGB Variations
Color information
#7712BF (or 0x7712BF) is known color: Purple Heart. HEX triplet: 77, 12 and BF. RGB value is (119,18,191). Sum of RGB (Red+Green+Blue) = 119+18+191=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #7712BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712BF is #88ED40. Grayscale: #434343. Windows color (decimal): -8973633 or 12522103. OLE color: 12522103.
HSL color Cylindrical-coordinate representation of color #7712BF: hue angle of 275.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712BF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 18 | 191 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.25 |
| HSL | 275.03º | 0.83% | 0.41% | - |
| HSV(B) | 275.03º | 0.91% | 0.75% | - |
| XYZ | 17.23 | 8.12 | 49.95 | - |
| YUV | 67.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 191 | 0.38 | 0.91 | 0 | 0.25 | 275.03 | 0.83 | 0.41 |
| Hex | 77 | 12 | BF | 26 | 5B | 0 | 19 | 113 | 53 | 29 |
| Octal | 167 | 22 | 277 | 46 | 133 | 0 | 31 | 423 | 123 | 51 |
| Binary | 1110111 | 10010 | 10111111 | 100110 | 1011011 | 0 | 11001 | 100010011 | 1010011 | 101001 |
Color Harmonies of #7712BF
Complementary color
Monochromatic Colors of #7712BF
Black with #7712BF
Text Example
Text Example
White with #7712BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712BF; }
p { color: rgb(119,18,191); }
H1.HeaderClassName
{
color: #7712BF;
}
.AnyTagClassName
{
color: #7712BF;
}
</style>
background-color css
<style>
a { background-color: #7712BF; }
a { background-color: rgb(119,18,191); }
div.DivClassName
{
background-color: #7712BF;
}
.BgClassName
{
background-color: #7712BF;
}
</style>
border-color css
<style>
span { border-color: #7712BF; }
span { border-color: rgb(119,18,191); }
td.TdClassName
{
border-color: #7712BF;
}
.TagClassName
{
border-color: #7712BF;
}
</style>