Shades of Purple Heart #7935BC
Tints of Purple Heart #7935BC
RGB
CMYK
RGB Variations
Color information
#7935BC (or 0x7935BC) is known color: Purple Heart. HEX triplet: 79, 35 and BC. RGB value is (121,53,188). Sum of RGB (Red+Green+Blue) = 121+53+188=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #7935BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935BC is #86CA43. Grayscale: #585858. Windows color (decimal): -8833604 or 12334457. OLE color: 12334457.
HSL color Cylindrical-coordinate representation of color #7935BC: hue angle of 270.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7935BC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 53 | 188 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.26 |
| HSL | 270.22º | 0.56% | 0.47% | - |
| HSV(B) | 270.22º | 0.72% | 0.74% | - |
| XYZ | 18.24 | 10.24 | 48.59 | - |
| YUV | 88.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 188 | 0.36 | 0.72 | 0 | 0.26 | 270.22 | 0.56 | 0.47 |
| Hex | 79 | 35 | BC | 24 | 48 | 0 | 1A | 10E | 38 | 2F |
| Octal | 171 | 65 | 274 | 44 | 110 | 0 | 32 | 416 | 70 | 57 |
| Binary | 1111001 | 110101 | 10111100 | 100100 | 1001000 | 0 | 11010 | 100001110 | 111000 | 101111 |
Color Harmonies of #7935BC
Complementary color
Monochromatic Colors of #7935BC
Black with #7935BC
Text Example
Text Example
White with #7935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935BC; }
p { color: rgb(121,53,188); }
H1.HeaderClassName
{
color: #7935BC;
}
.AnyTagClassName
{
color: #7935BC;
}
</style>
background-color css
<style>
a { background-color: #7935BC; }
a { background-color: rgb(121,53,188); }
div.DivClassName
{
background-color: #7935BC;
}
.BgClassName
{
background-color: #7935BC;
}
</style>
border-color css
<style>
span { border-color: #7935BC; }
span { border-color: rgb(121,53,188); }
td.TdClassName
{
border-color: #7935BC;
}
.TagClassName
{
border-color: #7935BC;
}
</style>