Shades of Purple Heart #7738BC
Tints of Purple Heart #7738BC
RGB
CMYK
RGB Variations
Color information
#7738BC (or 0x7738BC) is known color: Purple Heart. HEX triplet: 77, 38 and BC. RGB value is (119,56,188). Sum of RGB (Red+Green+Blue) = 119+56+188=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #7738BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7738BC is #88C743. Grayscale: #595959. Windows color (decimal): -8963908 or 12335223. OLE color: 12335223.
HSL color Cylindrical-coordinate representation of color #7738BC: hue angle of 268.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7738BC is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 56 | 188 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.26 |
| HSL | 268.64º | 0.54% | 0.48% | - |
| HSV(B) | 268.64º | 0.7% | 0.74% | - |
| XYZ | 18.1 | 10.38 | 48.63 | - |
| YUV | 89.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 188 | 0.37 | 0.70 | 0 | 0.26 | 268.64 | 0.54 | 0.48 |
| Hex | 77 | 38 | BC | 25 | 46 | 0 | 1A | 10D | 36 | 30 |
| Octal | 167 | 70 | 274 | 45 | 106 | 0 | 32 | 415 | 66 | 60 |
| Binary | 1110111 | 111000 | 10111100 | 100101 | 1000110 | 0 | 11010 | 100001101 | 110110 | 110000 |
Color Harmonies of #7738BC
Complementary color
Monochromatic Colors of #7738BC
Black with #7738BC
Text Example
Text Example
White with #7738BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7738BC; }
p { color: rgb(119,56,188); }
H1.HeaderClassName
{
color: #7738BC;
}
.AnyTagClassName
{
color: #7738BC;
}
</style>
background-color css
<style>
a { background-color: #7738BC; }
a { background-color: rgb(119,56,188); }
div.DivClassName
{
background-color: #7738BC;
}
.BgClassName
{
background-color: #7738BC;
}
</style>
border-color css
<style>
span { border-color: #7738BC; }
span { border-color: rgb(119,56,188); }
td.TdClassName
{
border-color: #7738BC;
}
.TagClassName
{
border-color: #7738BC;
}
</style>