Shades of Purple Heart #7633BD
Tints of Purple Heart #7633BD
RGB
CMYK
RGB Variations
Color information
#7633BD (or 0x7633BD) is known color: Purple Heart. HEX triplet: 76, 33 and BD. RGB value is (118,51,189). Sum of RGB (Red+Green+Blue) = 118+51+189=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7633BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7633BD is #89CC42. Grayscale: #565656. Windows color (decimal): -9030723 or 12399478. OLE color: 12399478.
HSL color Cylindrical-coordinate representation of color #7633BD: hue angle of 269.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7633BD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 51 | 189 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.26 |
| HSL | 269.13º | 0.58% | 0.47% | - |
| HSV(B) | 269.13º | 0.73% | 0.74% | - |
| XYZ | 17.84 | 9.89 | 49.11 | - |
| YUV | 86.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 189 | 0.38 | 0.73 | 0 | 0.26 | 269.13 | 0.58 | 0.47 |
| Hex | 76 | 33 | BD | 26 | 49 | 0 | 1A | 10D | 3A | 2F |
| Octal | 166 | 63 | 275 | 46 | 111 | 0 | 32 | 415 | 72 | 57 |
| Binary | 1110110 | 110011 | 10111101 | 100110 | 1001001 | 0 | 11010 | 100001101 | 111010 | 101111 |
Color Harmonies of #7633BD
Complementary color
Monochromatic Colors of #7633BD
Black with #7633BD
Text Example
Text Example
White with #7633BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7633BD; }
p { color: rgb(118,51,189); }
H1.HeaderClassName
{
color: #7633BD;
}
.AnyTagClassName
{
color: #7633BD;
}
</style>
background-color css
<style>
a { background-color: #7633BD; }
a { background-color: rgb(118,51,189); }
div.DivClassName
{
background-color: #7633BD;
}
.BgClassName
{
background-color: #7633BD;
}
</style>
border-color css
<style>
span { border-color: #7633BD; }
span { border-color: rgb(118,51,189); }
td.TdClassName
{
border-color: #7633BD;
}
.TagClassName
{
border-color: #7633BD;
}
</style>