Shades of Purple Heart #7728CC
Tints of Purple Heart #7728CC
RGB
CMYK
RGB Variations
Color information
#7728CC (or 0x7728CC) is known color: Purple Heart. HEX triplet: 77, 28 and CC. RGB value is (119,40,204). Sum of RGB (Red+Green+Blue) = 119+40+204=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #7728CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7728CC is #88D733. Grayscale: #515151. Windows color (decimal): -8967988 or 13379703. OLE color: 13379703.
HSL color Cylindrical-coordinate representation of color #7728CC: hue angle of 268.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7728CC is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 40 | 204 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.2 |
| HSL | 268.9º | 0.67% | 0.48% | - |
| HSV(B) | 268.9º | 0.8% | 0.8% | - |
| XYZ | 19.27 | 9.8 | 58 | - |
| YUV | 82.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 204 | 0.42 | 0.80 | 0 | 0.2 | 268.9 | 0.67 | 0.48 |
| Hex | 77 | 28 | CC | 2A | 50 | 0 | 14 | 10D | 43 | 30 |
| Octal | 167 | 50 | 314 | 52 | 120 | 0 | 24 | 415 | 103 | 60 |
| Binary | 1110111 | 101000 | 11001100 | 101010 | 1010000 | 0 | 10100 | 100001101 | 1000011 | 110000 |
Color Harmonies of #7728CC
Complementary color
Monochromatic Colors of #7728CC
Black with #7728CC
Text Example
Text Example
White with #7728CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728CC; }
p { color: rgb(119,40,204); }
H1.HeaderClassName
{
color: #7728CC;
}
.AnyTagClassName
{
color: #7728CC;
}
</style>
background-color css
<style>
a { background-color: #7728CC; }
a { background-color: rgb(119,40,204); }
div.DivClassName
{
background-color: #7728CC;
}
.BgClassName
{
background-color: #7728CC;
}
</style>
border-color css
<style>
span { border-color: #7728CC; }
span { border-color: rgb(119,40,204); }
td.TdClassName
{
border-color: #7728CC;
}
.TagClassName
{
border-color: #7728CC;
}
</style>