Shades of Purple Heart #7935BD
Tints of Purple Heart #7935BD
RGB
CMYK
RGB Variations
Color information
#7935BD (or 0x7935BD) is known color: Purple Heart. HEX triplet: 79, 35 and BD. RGB value is (121,53,189). Sum of RGB (Red+Green+Blue) = 121+53+189=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #7935BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935BD is #86CA42. Grayscale: #585858. Windows color (decimal): -8833603 or 12399993. OLE color: 12399993.
HSL color Cylindrical-coordinate representation of color #7935BD: hue angle of 270º 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 #7935BD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 53 | 189 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.26 |
| HSL | 270º | 0.56% | 0.47% | - |
| HSV(B) | 270º | 0.72% | 0.74% | - |
| XYZ | 18.34 | 10.29 | 49.16 | - |
| YUV | 88.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 189 | 0.36 | 0.72 | 0 | 0.26 | 270 | 0.56 | 0.47 |
| Hex | 79 | 35 | BD | 24 | 48 | 0 | 1A | 10E | 38 | 2F |
| Octal | 171 | 65 | 275 | 44 | 110 | 0 | 32 | 416 | 70 | 57 |
| Binary | 1111001 | 110101 | 10111101 | 100100 | 1001000 | 0 | 11010 | 100001110 | 111000 | 101111 |
Color Harmonies of #7935BD
Complementary color
Monochromatic Colors of #7935BD
Black with #7935BD
Text Example
Text Example
White with #7935BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935BD; }
p { color: rgb(121,53,189); }
H1.HeaderClassName
{
color: #7935BD;
}
.AnyTagClassName
{
color: #7935BD;
}
</style>
background-color css
<style>
a { background-color: #7935BD; }
a { background-color: rgb(121,53,189); }
div.DivClassName
{
background-color: #7935BD;
}
.BgClassName
{
background-color: #7935BD;
}
</style>
border-color css
<style>
span { border-color: #7935BD; }
span { border-color: rgb(121,53,189); }
td.TdClassName
{
border-color: #7935BD;
}
.TagClassName
{
border-color: #7935BD;
}
</style>