Shades of Purple Heart #7730BD
Tints of Purple Heart #7730BD
RGB
CMYK
RGB Variations
Color information
#7730BD (or 0x7730BD) is known color: Purple Heart. HEX triplet: 77, 30 and BD. RGB value is (119,48,189). Sum of RGB (Red+Green+Blue) = 119+48+189=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #7730BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730BD is #88CF42. Grayscale: #545454. Windows color (decimal): -8965955 or 12398711. OLE color: 12398711.
HSL color Cylindrical-coordinate representation of color #7730BD: hue angle of 270.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7730BD is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 48 | 189 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.26 |
| HSL | 270.21º | 0.59% | 0.46% | - |
| HSV(B) | 270.21º | 0.75% | 0.74% | - |
| XYZ | 17.85 | 9.71 | 49.08 | - |
| YUV | 85.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 189 | 0.37 | 0.75 | 0 | 0.26 | 270.21 | 0.59 | 0.46 |
| Hex | 77 | 30 | BD | 25 | 4B | 0 | 1A | 10E | 3B | 2E |
| Octal | 167 | 60 | 275 | 45 | 113 | 0 | 32 | 416 | 73 | 56 |
| Binary | 1110111 | 110000 | 10111101 | 100101 | 1001011 | 0 | 11010 | 100001110 | 111011 | 101110 |
Color Harmonies of #7730BD
Complementary color
Monochromatic Colors of #7730BD
Black with #7730BD
Text Example
Text Example
White with #7730BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730BD; }
p { color: rgb(119,48,189); }
H1.HeaderClassName
{
color: #7730BD;
}
.AnyTagClassName
{
color: #7730BD;
}
</style>
background-color css
<style>
a { background-color: #7730BD; }
a { background-color: rgb(119,48,189); }
div.DivClassName
{
background-color: #7730BD;
}
.BgClassName
{
background-color: #7730BD;
}
</style>
border-color css
<style>
span { border-color: #7730BD; }
span { border-color: rgb(119,48,189); }
td.TdClassName
{
border-color: #7730BD;
}
.TagClassName
{
border-color: #7730BD;
}
</style>