Shades of Purple Heart #770FBB
Tints of Purple Heart #770FBB
RGB
CMYK
RGB Variations
Color information
#770FBB (or 0x770FBB) is known color: Purple Heart. HEX triplet: 77, 0F and BB. RGB value is (119,15,187). Sum of RGB (Red+Green+Blue) = 119+15+187=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #770FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FBB is #88F044. Grayscale: #414141. Windows color (decimal): -8974405 or 12259191. OLE color: 12259191.
HSL color Cylindrical-coordinate representation of color #770FBB: hue angle of 276.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770FBB is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 15 | 187 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.27 |
| HSL | 276.28º | 0.85% | 0.4% | - |
| HSV(B) | 276.28º | 0.92% | 0.73% | - |
| XYZ | 16.75 | 7.85 | 47.65 | - |
| YUV | 65.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 187 | 0.36 | 0.92 | 0 | 0.27 | 276.28 | 0.85 | 0.4 |
| Hex | 77 | F | BB | 24 | 5C | 0 | 1B | 114 | 55 | 28 |
| Octal | 167 | 17 | 273 | 44 | 134 | 0 | 33 | 424 | 125 | 50 |
| Binary | 1110111 | 1111 | 10111011 | 100100 | 1011100 | 0 | 11011 | 100010100 | 1010101 | 101000 |
Color Harmonies of #770FBB
Complementary color
Monochromatic Colors of #770FBB
Black with #770FBB
Text Example
Text Example
White with #770FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FBB; }
p { color: rgb(119,15,187); }
H1.HeaderClassName
{
color: #770FBB;
}
.AnyTagClassName
{
color: #770FBB;
}
</style>
background-color css
<style>
a { background-color: #770FBB; }
a { background-color: rgb(119,15,187); }
div.DivClassName
{
background-color: #770FBB;
}
.BgClassName
{
background-color: #770FBB;
}
</style>
border-color css
<style>
span { border-color: #770FBB; }
span { border-color: rgb(119,15,187); }
td.TdClassName
{
border-color: #770FBB;
}
.TagClassName
{
border-color: #770FBB;
}
</style>