Shades of Purple Heart #7728B7
Tints of Purple Heart #7728B7
RGB
CMYK
RGB Variations
Color information
#7728B7 (or 0x7728B7) is known color: Purple Heart. HEX triplet: 77, 28 and B7. RGB value is (119,40,183). Sum of RGB (Red+Green+Blue) = 119+40+183=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #7728B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7728B7 is #88D748. Grayscale: #4F4F4F. Windows color (decimal): -8968009 or 12003447. OLE color: 12003447.
HSL color Cylindrical-coordinate representation of color #7728B7: hue angle of 273.15º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7728B7 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 40 | 183 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.28 |
| HSL | 273.15º | 0.64% | 0.44% | - |
| HSV(B) | 273.15º | 0.78% | 0.72% | - |
| XYZ | 16.91 | 8.86 | 45.62 | - |
| YUV | 79.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 183 | 0.35 | 0.78 | 0 | 0.28 | 273.15 | 0.64 | 0.44 |
| Hex | 77 | 28 | B7 | 23 | 4E | 0 | 1C | 111 | 40 | 2C |
| Octal | 167 | 50 | 267 | 43 | 116 | 0 | 34 | 421 | 100 | 54 |
| Binary | 1110111 | 101000 | 10110111 | 100011 | 1001110 | 0 | 11100 | 100010001 | 1000000 | 101100 |
Color Harmonies of #7728B7
Complementary color
Monochromatic Colors of #7728B7
Black with #7728B7
Text Example
Text Example
White with #7728B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728B7; }
p { color: rgb(119,40,183); }
H1.HeaderClassName
{
color: #7728B7;
}
.AnyTagClassName
{
color: #7728B7;
}
</style>
background-color css
<style>
a { background-color: #7728B7; }
a { background-color: rgb(119,40,183); }
div.DivClassName
{
background-color: #7728B7;
}
.BgClassName
{
background-color: #7728B7;
}
</style>
border-color css
<style>
span { border-color: #7728B7; }
span { border-color: rgb(119,40,183); }
td.TdClassName
{
border-color: #7728B7;
}
.TagClassName
{
border-color: #7728B7;
}
</style>