Shades of Purple Heart #7730BA
Tints of Purple Heart #7730BA
RGB
CMYK
RGB Variations
Color information
#7730BA (or 0x7730BA) is known color: Purple Heart. HEX triplet: 77, 30 and BA. RGB value is (119,48,186). Sum of RGB (Red+Green+Blue) = 119+48+186=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #7730BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730BA is #88CF45. Grayscale: #545454. Windows color (decimal): -8965958 or 12202103. OLE color: 12202103.
HSL color Cylindrical-coordinate representation of color #7730BA: hue angle of 270.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7730BA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 48 | 186 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.27 |
| HSL | 270.87º | 0.59% | 0.46% | - |
| HSV(B) | 270.87º | 0.74% | 0.73% | - |
| XYZ | 17.53 | 9.58 | 47.38 | - |
| YUV | 84.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 186 | 0.36 | 0.74 | 0 | 0.27 | 270.87 | 0.59 | 0.46 |
| Hex | 77 | 30 | BA | 24 | 4A | 0 | 1B | 10F | 3B | 2E |
| Octal | 167 | 60 | 272 | 44 | 112 | 0 | 33 | 417 | 73 | 56 |
| Binary | 1110111 | 110000 | 10111010 | 100100 | 1001010 | 0 | 11011 | 100001111 | 111011 | 101110 |
Color Harmonies of #7730BA
Complementary color
Monochromatic Colors of #7730BA
Black with #7730BA
Text Example
Text Example
White with #7730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730BA; }
p { color: rgb(119,48,186); }
H1.HeaderClassName
{
color: #7730BA;
}
.AnyTagClassName
{
color: #7730BA;
}
</style>
background-color css
<style>
a { background-color: #7730BA; }
a { background-color: rgb(119,48,186); }
div.DivClassName
{
background-color: #7730BA;
}
.BgClassName
{
background-color: #7730BA;
}
</style>
border-color css
<style>
span { border-color: #7730BA; }
span { border-color: rgb(119,48,186); }
td.TdClassName
{
border-color: #7730BA;
}
.TagClassName
{
border-color: #7730BA;
}
</style>