Shades of Purple Heart #7738BB
Tints of Purple Heart #7738BB
RGB
CMYK
RGB Variations
Color information
#7738BB (or 0x7738BB) is known color: Purple Heart. HEX triplet: 77, 38 and BB. RGB value is (119,56,187). Sum of RGB (Red+Green+Blue) = 119+56+187=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #7738BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7738BB is #88C744. Grayscale: #595959. Windows color (decimal): -8963909 or 12269687. OLE color: 12269687.
HSL color Cylindrical-coordinate representation of color #7738BB: hue angle of 268.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7738BB is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 56 | 187 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.27 |
| HSL | 268.85º | 0.54% | 0.48% | - |
| HSV(B) | 268.85º | 0.7% | 0.73% | - |
| XYZ | 17.99 | 10.34 | 48.06 | - |
| YUV | 89.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 187 | 0.36 | 0.70 | 0 | 0.27 | 268.85 | 0.54 | 0.48 |
| Hex | 77 | 38 | BB | 24 | 46 | 0 | 1B | 10D | 36 | 30 |
| Octal | 167 | 70 | 273 | 44 | 106 | 0 | 33 | 415 | 66 | 60 |
| Binary | 1110111 | 111000 | 10111011 | 100100 | 1000110 | 0 | 11011 | 100001101 | 110110 | 110000 |
Color Harmonies of #7738BB
Complementary color
Monochromatic Colors of #7738BB
Black with #7738BB
Text Example
Text Example
White with #7738BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7738BB; }
p { color: rgb(119,56,187); }
H1.HeaderClassName
{
color: #7738BB;
}
.AnyTagClassName
{
color: #7738BB;
}
</style>
background-color css
<style>
a { background-color: #7738BB; }
a { background-color: rgb(119,56,187); }
div.DivClassName
{
background-color: #7738BB;
}
.BgClassName
{
background-color: #7738BB;
}
</style>
border-color css
<style>
span { border-color: #7738BB; }
span { border-color: rgb(119,56,187); }
td.TdClassName
{
border-color: #7738BB;
}
.TagClassName
{
border-color: #7738BB;
}
</style>