Shades of Purple Heart #7935BA
Tints of Purple Heart #7935BA
RGB
CMYK
RGB Variations
Color information
#7935BA (or 0x7935BA) is known color: Purple Heart. HEX triplet: 79, 35 and BA. RGB value is (121,53,186). Sum of RGB (Red+Green+Blue) = 121+53+186=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #7935BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935BA is #86CA45. Grayscale: #585858. Windows color (decimal): -8833606 or 12203385. OLE color: 12203385.
HSL color Cylindrical-coordinate representation of color #7935BA: hue angle of 270.68º 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 #7935BA is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 53 | 186 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.27 |
| HSL | 270.68º | 0.56% | 0.47% | - |
| HSV(B) | 270.68º | 0.72% | 0.73% | - |
| XYZ | 18.02 | 10.16 | 47.46 | - |
| YUV | 88.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 186 | 0.35 | 0.72 | 0 | 0.27 | 270.68 | 0.56 | 0.47 |
| Hex | 79 | 35 | BA | 23 | 48 | 0 | 1B | 10F | 38 | 2F |
| Octal | 171 | 65 | 272 | 43 | 110 | 0 | 33 | 417 | 70 | 57 |
| Binary | 1111001 | 110101 | 10111010 | 100011 | 1001000 | 0 | 11011 | 100001111 | 111000 | 101111 |
Color Harmonies of #7935BA
Complementary color
Monochromatic Colors of #7935BA
Black with #7935BA
Text Example
Text Example
White with #7935BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935BA; }
p { color: rgb(121,53,186); }
H1.HeaderClassName
{
color: #7935BA;
}
.AnyTagClassName
{
color: #7935BA;
}
</style>
background-color css
<style>
a { background-color: #7935BA; }
a { background-color: rgb(121,53,186); }
div.DivClassName
{
background-color: #7935BA;
}
.BgClassName
{
background-color: #7935BA;
}
</style>
border-color css
<style>
span { border-color: #7935BA; }
span { border-color: rgb(121,53,186); }
td.TdClassName
{
border-color: #7935BA;
}
.TagClassName
{
border-color: #7935BA;
}
</style>