Shades of Purple Heart #7734BA
Tints of Purple Heart #7734BA
RGB
CMYK
RGB Variations
Color information
#7734BA (or 0x7734BA) is known color: Purple Heart. HEX triplet: 77, 34 and BA. RGB value is (119,52,186). Sum of RGB (Red+Green+Blue) = 119+52+186=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7734BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7734BA is #88CB45. Grayscale: #565656. Windows color (decimal): -8964934 or 12203127. OLE color: 12203127.
HSL color Cylindrical-coordinate representation of color #7734BA: hue angle of 270º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7734BA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 52 | 186 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.27 |
| HSL | 270º | 0.56% | 0.47% | - |
| HSV(B) | 270º | 0.72% | 0.73% | - |
| XYZ | 17.7 | 9.92 | 47.44 | - |
| YUV | 87.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 186 | 0.36 | 0.72 | 0 | 0.27 | 270 | 0.56 | 0.47 |
| Hex | 77 | 34 | BA | 24 | 48 | 0 | 1B | 10E | 38 | 2F |
| Octal | 167 | 64 | 272 | 44 | 110 | 0 | 33 | 416 | 70 | 57 |
| Binary | 1110111 | 110100 | 10111010 | 100100 | 1001000 | 0 | 11011 | 100001110 | 111000 | 101111 |
Color Harmonies of #7734BA
Complementary color
Monochromatic Colors of #7734BA
Black with #7734BA
Text Example
Text Example
White with #7734BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7734BA; }
p { color: rgb(119,52,186); }
H1.HeaderClassName
{
color: #7734BA;
}
.AnyTagClassName
{
color: #7734BA;
}
</style>
background-color css
<style>
a { background-color: #7734BA; }
a { background-color: rgb(119,52,186); }
div.DivClassName
{
background-color: #7734BA;
}
.BgClassName
{
background-color: #7734BA;
}
</style>
border-color css
<style>
span { border-color: #7734BA; }
span { border-color: rgb(119,52,186); }
td.TdClassName
{
border-color: #7734BA;
}
.TagClassName
{
border-color: #7734BA;
}
</style>