Shades of Purple Heart #7635BA
Tints of Purple Heart #7635BA
RGB
CMYK
RGB Variations
Color information
#7635BA (or 0x7635BA) is known color: Purple Heart. HEX triplet: 76, 35 and BA. RGB value is (118,53,186). Sum of RGB (Red+Green+Blue) = 118+53+186=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7635BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635BA is #89CA45. Grayscale: #575757. Windows color (decimal): -9030214 or 12203382. OLE color: 12203382.
HSL color Cylindrical-coordinate representation of color #7635BA: hue angle of 269.32º 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 #7635BA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 53 | 186 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.27 |
| HSL | 269.32º | 0.56% | 0.47% | - |
| HSV(B) | 269.32º | 0.72% | 0.73% | - |
| XYZ | 17.61 | 9.94 | 47.45 | - |
| YUV | 87.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 186 | 0.37 | 0.72 | 0 | 0.27 | 269.32 | 0.56 | 0.47 |
| Hex | 76 | 35 | BA | 25 | 48 | 0 | 1B | 10D | 38 | 2F |
| Octal | 166 | 65 | 272 | 45 | 110 | 0 | 33 | 415 | 70 | 57 |
| Binary | 1110110 | 110101 | 10111010 | 100101 | 1001000 | 0 | 11011 | 100001101 | 111000 | 101111 |
Color Harmonies of #7635BA
Complementary color
Monochromatic Colors of #7635BA
Black with #7635BA
Text Example
Text Example
White with #7635BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635BA; }
p { color: rgb(118,53,186); }
H1.HeaderClassName
{
color: #7635BA;
}
.AnyTagClassName
{
color: #7635BA;
}
</style>
background-color css
<style>
a { background-color: #7635BA; }
a { background-color: rgb(118,53,186); }
div.DivClassName
{
background-color: #7635BA;
}
.BgClassName
{
background-color: #7635BA;
}
</style>
border-color css
<style>
span { border-color: #7635BA; }
span { border-color: rgb(118,53,186); }
td.TdClassName
{
border-color: #7635BA;
}
.TagClassName
{
border-color: #7635BA;
}
</style>