Shades of Purple Heart #7728BC
Tints of Purple Heart #7728BC
RGB
CMYK
RGB Variations
Color information
#7728BC (or 0x7728BC) is known color: Purple Heart. HEX triplet: 77, 28 and BC. RGB value is (119,40,188). Sum of RGB (Red+Green+Blue) = 119+40+188=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #7728BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7728BC is #88D743. Grayscale: #4F4F4F. Windows color (decimal): -8968004 or 12331127. OLE color: 12331127.
HSL color Cylindrical-coordinate representation of color #7728BC: hue angle of 272.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7728BC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 40 | 188 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.26 |
| HSL | 272.03º | 0.65% | 0.45% | - |
| HSV(B) | 272.03º | 0.79% | 0.74% | - |
| XYZ | 17.44 | 9.07 | 48.41 | - |
| YUV | 80.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 188 | 0.37 | 0.79 | 0 | 0.26 | 272.03 | 0.65 | 0.45 |
| Hex | 77 | 28 | BC | 25 | 4F | 0 | 1A | 110 | 41 | 2D |
| Octal | 167 | 50 | 274 | 45 | 117 | 0 | 32 | 420 | 101 | 55 |
| Binary | 1110111 | 101000 | 10111100 | 100101 | 1001111 | 0 | 11010 | 100010000 | 1000001 | 101101 |
Color Harmonies of #7728BC
Complementary color
Monochromatic Colors of #7728BC
Black with #7728BC
Text Example
Text Example
White with #7728BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728BC; }
p { color: rgb(119,40,188); }
H1.HeaderClassName
{
color: #7728BC;
}
.AnyTagClassName
{
color: #7728BC;
}
</style>
background-color css
<style>
a { background-color: #7728BC; }
a { background-color: rgb(119,40,188); }
div.DivClassName
{
background-color: #7728BC;
}
.BgClassName
{
background-color: #7728BC;
}
</style>
border-color css
<style>
span { border-color: #7728BC; }
span { border-color: rgb(119,40,188); }
td.TdClassName
{
border-color: #7728BC;
}
.TagClassName
{
border-color: #7728BC;
}
</style>