Shades of Purple Heart #770FBF
Tints of Purple Heart #770FBF
RGB
CMYK
RGB Variations
Color information
#770FBF (or 0x770FBF) is known color: Purple Heart. HEX triplet: 77, 0F and BF. RGB value is (119,15,191). Sum of RGB (Red+Green+Blue) = 119+15+191=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #770FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FBF is #88F040. Grayscale: #414141. Windows color (decimal): -8974401 or 12521335. OLE color: 12521335.
HSL color Cylindrical-coordinate representation of color #770FBF: hue angle of 275.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770FBF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 15 | 191 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.25 |
| HSL | 275.45º | 0.85% | 0.4% | - |
| HSV(B) | 275.45º | 0.92% | 0.75% | - |
| XYZ | 17.18 | 8.03 | 49.93 | - |
| YUV | 66.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 191 | 0.38 | 0.92 | 0 | 0.25 | 275.45 | 0.85 | 0.4 |
| Hex | 77 | F | BF | 26 | 5C | 0 | 19 | 113 | 55 | 28 |
| Octal | 167 | 17 | 277 | 46 | 134 | 0 | 31 | 423 | 125 | 50 |
| Binary | 1110111 | 1111 | 10111111 | 100110 | 1011100 | 0 | 11001 | 100010011 | 1010101 | 101000 |
Color Harmonies of #770FBF
Complementary color
Monochromatic Colors of #770FBF
Black with #770FBF
Text Example
Text Example
White with #770FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FBF; }
p { color: rgb(119,15,191); }
H1.HeaderClassName
{
color: #770FBF;
}
.AnyTagClassName
{
color: #770FBF;
}
</style>
background-color css
<style>
a { background-color: #770FBF; }
a { background-color: rgb(119,15,191); }
div.DivClassName
{
background-color: #770FBF;
}
.BgClassName
{
background-color: #770FBF;
}
</style>
border-color css
<style>
span { border-color: #770FBF; }
span { border-color: rgb(119,15,191); }
td.TdClassName
{
border-color: #770FBF;
}
.TagClassName
{
border-color: #770FBF;
}
</style>