Shades of Purple Heart #7937BD
Tints of Purple Heart #7937BD
RGB
CMYK
RGB Variations
Color information
#7937BD (or 0x7937BD) is known color: Purple Heart. HEX triplet: 79, 37 and BD. RGB value is (121,55,189). Sum of RGB (Red+Green+Blue) = 121+55+189=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #7937BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7937BD is #86C842. Grayscale: #595959. Windows color (decimal): -8833091 or 12400505. OLE color: 12400505.
HSL color Cylindrical-coordinate representation of color #7937BD: hue angle of 269.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7937BD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 55 | 189 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.26 |
| HSL | 269.55º | 0.55% | 0.48% | - |
| HSV(B) | 269.55º | 0.71% | 0.74% | - |
| XYZ | 18.44 | 10.47 | 49.19 | - |
| YUV | 90.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 189 | 0.36 | 0.71 | 0 | 0.26 | 269.55 | 0.55 | 0.48 |
| Hex | 79 | 37 | BD | 24 | 47 | 0 | 1A | 10E | 37 | 30 |
| Octal | 171 | 67 | 275 | 44 | 107 | 0 | 32 | 416 | 67 | 60 |
| Binary | 1111001 | 110111 | 10111101 | 100100 | 1000111 | 0 | 11010 | 100001110 | 110111 | 110000 |
Color Harmonies of #7937BD
Complementary color
Monochromatic Colors of #7937BD
Black with #7937BD
Text Example
Text Example
White with #7937BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937BD; }
p { color: rgb(121,55,189); }
H1.HeaderClassName
{
color: #7937BD;
}
.AnyTagClassName
{
color: #7937BD;
}
</style>
background-color css
<style>
a { background-color: #7937BD; }
a { background-color: rgb(121,55,189); }
div.DivClassName
{
background-color: #7937BD;
}
.BgClassName
{
background-color: #7937BD;
}
</style>
border-color css
<style>
span { border-color: #7937BD; }
span { border-color: rgb(121,55,189); }
td.TdClassName
{
border-color: #7937BD;
}
.TagClassName
{
border-color: #7937BD;
}
</style>