Shades of Purple Heart #7634BC
Tints of Purple Heart #7634BC
RGB
CMYK
RGB Variations
Color information
#7634BC (or 0x7634BC) is known color: Purple Heart. HEX triplet: 76, 34 and BC. RGB value is (118,52,188). Sum of RGB (Red+Green+Blue) = 118+52+188=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #7634BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7634BC is #89CB43. Grayscale: #565656. Windows color (decimal): -9030468 or 12334198. OLE color: 12334198.
HSL color Cylindrical-coordinate representation of color #7634BC: hue angle of 269.12º degrees, saturation: 0.57, 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 #7634BC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 52 | 188 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.26 |
| HSL | 269.12º | 0.57% | 0.47% | - |
| HSV(B) | 269.12º | 0.72% | 0.74% | - |
| XYZ | 17.78 | 9.94 | 48.56 | - |
| YUV | 87.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 188 | 0.37 | 0.72 | 0 | 0.26 | 269.12 | 0.57 | 0.47 |
| Hex | 76 | 34 | BC | 25 | 48 | 0 | 1A | 10D | 39 | 2F |
| Octal | 166 | 64 | 274 | 45 | 110 | 0 | 32 | 415 | 71 | 57 |
| Binary | 1110110 | 110100 | 10111100 | 100101 | 1001000 | 0 | 11010 | 100001101 | 111001 | 101111 |
Color Harmonies of #7634BC
Complementary color
Monochromatic Colors of #7634BC
Black with #7634BC
Text Example
Text Example
White with #7634BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7634BC; }
p { color: rgb(118,52,188); }
H1.HeaderClassName
{
color: #7634BC;
}
.AnyTagClassName
{
color: #7634BC;
}
</style>
background-color css
<style>
a { background-color: #7634BC; }
a { background-color: rgb(118,52,188); }
div.DivClassName
{
background-color: #7634BC;
}
.BgClassName
{
background-color: #7634BC;
}
</style>
border-color css
<style>
span { border-color: #7634BC; }
span { border-color: rgb(118,52,188); }
td.TdClassName
{
border-color: #7634BC;
}
.TagClassName
{
border-color: #7634BC;
}
</style>