Shades of Purple Heart #770FBE
Tints of Purple Heart #770FBE
RGB
CMYK
RGB Variations
Color information
#770FBE (or 0x770FBE) is known color: Purple Heart. HEX triplet: 77, 0F and BE. RGB value is (119,15,190). Sum of RGB (Red+Green+Blue) = 119+15+190=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #770FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FBE is #88F041. Grayscale: #414141. Windows color (decimal): -8974402 or 12455799. OLE color: 12455799.
HSL color Cylindrical-coordinate representation of color #770FBE: hue angle of 275.66º 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 #770FBE is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 15 | 190 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.25 |
| HSL | 275.66º | 0.85% | 0.4% | - |
| HSV(B) | 275.66º | 0.92% | 0.75% | - |
| XYZ | 17.07 | 7.98 | 49.36 | - |
| YUV | 66.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 190 | 0.37 | 0.92 | 0 | 0.25 | 275.66 | 0.85 | 0.4 |
| Hex | 77 | F | BE | 25 | 5C | 0 | 19 | 114 | 55 | 28 |
| Octal | 167 | 17 | 276 | 45 | 134 | 0 | 31 | 424 | 125 | 50 |
| Binary | 1110111 | 1111 | 10111110 | 100101 | 1011100 | 0 | 11001 | 100010100 | 1010101 | 101000 |
Color Harmonies of #770FBE
Complementary color
Monochromatic Colors of #770FBE
Black with #770FBE
Text Example
Text Example
White with #770FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FBE; }
p { color: rgb(119,15,190); }
H1.HeaderClassName
{
color: #770FBE;
}
.AnyTagClassName
{
color: #770FBE;
}
</style>
background-color css
<style>
a { background-color: #770FBE; }
a { background-color: rgb(119,15,190); }
div.DivClassName
{
background-color: #770FBE;
}
.BgClassName
{
background-color: #770FBE;
}
</style>
border-color css
<style>
span { border-color: #770FBE; }
span { border-color: rgb(119,15,190); }
td.TdClassName
{
border-color: #770FBE;
}
.TagClassName
{
border-color: #770FBE;
}
</style>