Shades of Purple Heart #7938BC
Tints of Purple Heart #7938BC
RGB
CMYK
RGB Variations
Color information
#7938BC (or 0x7938BC) is known color: Purple Heart. HEX triplet: 79, 38 and BC. RGB value is (121,56,188). Sum of RGB (Red+Green+Blue) = 121+56+188=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #7938BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938BC is #86C743. Grayscale: #5A5A5A. Windows color (decimal): -8832836 or 12335225. OLE color: 12335225.
HSL color Cylindrical-coordinate representation of color #7938BC: hue angle of 269.55º 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 #7938BC is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 56 | 188 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.26 |
| HSL | 269.55º | 0.54% | 0.48% | - |
| HSV(B) | 269.55º | 0.7% | 0.74% | - |
| XYZ | 18.38 | 10.52 | 48.64 | - |
| YUV | 90.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 188 | 0.36 | 0.70 | 0 | 0.26 | 269.55 | 0.54 | 0.48 |
| Hex | 79 | 38 | BC | 24 | 46 | 0 | 1A | 10E | 36 | 30 |
| Octal | 171 | 70 | 274 | 44 | 106 | 0 | 32 | 416 | 66 | 60 |
| Binary | 1111001 | 111000 | 10111100 | 100100 | 1000110 | 0 | 11010 | 100001110 | 110110 | 110000 |
Color Harmonies of #7938BC
Complementary color
Monochromatic Colors of #7938BC
Black with #7938BC
Text Example
Text Example
White with #7938BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938BC; }
p { color: rgb(121,56,188); }
H1.HeaderClassName
{
color: #7938BC;
}
.AnyTagClassName
{
color: #7938BC;
}
</style>
background-color css
<style>
a { background-color: #7938BC; }
a { background-color: rgb(121,56,188); }
div.DivClassName
{
background-color: #7938BC;
}
.BgClassName
{
background-color: #7938BC;
}
</style>
border-color css
<style>
span { border-color: #7938BC; }
span { border-color: rgb(121,56,188); }
td.TdClassName
{
border-color: #7938BC;
}
.TagClassName
{
border-color: #7938BC;
}
</style>