Shades of Purple Heart #7730C5
Tints of Purple Heart #7730C5
RGB
CMYK
RGB Variations
Color information
#7730C5 (or 0x7730C5) is known color: Purple Heart. HEX triplet: 77, 30 and C5. RGB value is (119,48,197). Sum of RGB (Red+Green+Blue) = 119+48+197=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #7730C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730C5 is #88CF3A. Grayscale: #555555. Windows color (decimal): -8965947 or 12922999. OLE color: 12922999.
HSL color Cylindrical-coordinate representation of color #7730C5: hue angle of 268.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7730C5 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 48 | 197 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.23 |
| HSL | 268.59º | 0.61% | 0.48% | - |
| HSV(B) | 268.59º | 0.76% | 0.77% | - |
| XYZ | 18.74 | 10.07 | 53.78 | - |
| YUV | 86.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 197 | 0.40 | 0.76 | 0 | 0.23 | 268.59 | 0.61 | 0.48 |
| Hex | 77 | 30 | C5 | 28 | 4C | 0 | 17 | 10D | 3D | 30 |
| Octal | 167 | 60 | 305 | 50 | 114 | 0 | 27 | 415 | 75 | 60 |
| Binary | 1110111 | 110000 | 11000101 | 101000 | 1001100 | 0 | 10111 | 100001101 | 111101 | 110000 |
Color Harmonies of #7730C5
Complementary color
Monochromatic Colors of #7730C5
Black with #7730C5
Text Example
Text Example
White with #7730C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730C5; }
p { color: rgb(119,48,197); }
H1.HeaderClassName
{
color: #7730C5;
}
.AnyTagClassName
{
color: #7730C5;
}
</style>
background-color css
<style>
a { background-color: #7730C5; }
a { background-color: rgb(119,48,197); }
div.DivClassName
{
background-color: #7730C5;
}
.BgClassName
{
background-color: #7730C5;
}
</style>
border-color css
<style>
span { border-color: #7730C5; }
span { border-color: rgb(119,48,197); }
td.TdClassName
{
border-color: #7730C5;
}
.TagClassName
{
border-color: #7730C5;
}
</style>