Shades of Purple Heart #7635BC
Tints of Purple Heart #7635BC
RGB
CMYK
RGB Variations
Color information
#7635BC (or 0x7635BC) is known color: Purple Heart. HEX triplet: 76, 35 and BC. RGB value is (118,53,188). Sum of RGB (Red+Green+Blue) = 118+53+188=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #7635BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635BC is #89CA43. Grayscale: #575757. Windows color (decimal): -9030212 or 12334454. OLE color: 12334454.
HSL color Cylindrical-coordinate representation of color #7635BC: hue angle of 268.89º 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 #7635BC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 53 | 188 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.26 |
| HSL | 268.89º | 0.56% | 0.47% | - |
| HSV(B) | 268.89º | 0.72% | 0.74% | - |
| XYZ | 17.82 | 10.03 | 48.57 | - |
| YUV | 87.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 188 | 0.37 | 0.72 | 0 | 0.26 | 268.89 | 0.56 | 0.47 |
| Hex | 76 | 35 | BC | 25 | 48 | 0 | 1A | 10D | 38 | 2F |
| Octal | 166 | 65 | 274 | 45 | 110 | 0 | 32 | 415 | 70 | 57 |
| Binary | 1110110 | 110101 | 10111100 | 100101 | 1001000 | 0 | 11010 | 100001101 | 111000 | 101111 |
Color Harmonies of #7635BC
Complementary color
Monochromatic Colors of #7635BC
Black with #7635BC
Text Example
Text Example
White with #7635BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635BC; }
p { color: rgb(118,53,188); }
H1.HeaderClassName
{
color: #7635BC;
}
.AnyTagClassName
{
color: #7635BC;
}
</style>
background-color css
<style>
a { background-color: #7635BC; }
a { background-color: rgb(118,53,188); }
div.DivClassName
{
background-color: #7635BC;
}
.BgClassName
{
background-color: #7635BC;
}
</style>
border-color css
<style>
span { border-color: #7635BC; }
span { border-color: rgb(118,53,188); }
td.TdClassName
{
border-color: #7635BC;
}
.TagClassName
{
border-color: #7635BC;
}
</style>