Shades of Purple Heart #7935BB
Tints of Purple Heart #7935BB
RGB
CMYK
RGB Variations
Color information
#7935BB (or 0x7935BB) is known color: Purple Heart. HEX triplet: 79, 35 and BB. RGB value is (121,53,187). Sum of RGB (Red+Green+Blue) = 121+53+187=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #7935BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935BB is #86CA44. Grayscale: #585858. Windows color (decimal): -8833605 or 12268921. OLE color: 12268921.
HSL color Cylindrical-coordinate representation of color #7935BB: hue angle of 270.45º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7935BB is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 53 | 187 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.27 |
| HSL | 270.45º | 0.56% | 0.47% | - |
| HSV(B) | 270.45º | 0.72% | 0.73% | - |
| XYZ | 18.13 | 10.2 | 48.03 | - |
| YUV | 88.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 187 | 0.35 | 0.72 | 0 | 0.27 | 270.45 | 0.56 | 0.47 |
| Hex | 79 | 35 | BB | 23 | 48 | 0 | 1B | 10E | 38 | 2F |
| Octal | 171 | 65 | 273 | 43 | 110 | 0 | 33 | 416 | 70 | 57 |
| Binary | 1111001 | 110101 | 10111011 | 100011 | 1001000 | 0 | 11011 | 100001110 | 111000 | 101111 |
Color Harmonies of #7935BB
Complementary color
Monochromatic Colors of #7935BB
Black with #7935BB
Text Example
Text Example
White with #7935BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935BB; }
p { color: rgb(121,53,187); }
H1.HeaderClassName
{
color: #7935BB;
}
.AnyTagClassName
{
color: #7935BB;
}
</style>
background-color css
<style>
a { background-color: #7935BB; }
a { background-color: rgb(121,53,187); }
div.DivClassName
{
background-color: #7935BB;
}
.BgClassName
{
background-color: #7935BB;
}
</style>
border-color css
<style>
span { border-color: #7935BB; }
span { border-color: rgb(121,53,187); }
td.TdClassName
{
border-color: #7935BB;
}
.TagClassName
{
border-color: #7935BB;
}
</style>