Shades of Purple Heart #7631D3
Tints of Purple Heart #7631D3
RGB
CMYK
RGB Variations
Color information
#7631D3 (or 0x7631D3) is known color: Purple Heart. HEX triplet: 76, 31 and D3. RGB value is (118,49,211). Sum of RGB (Red+Green+Blue) = 118+49+211=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #7631D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631D3 is #89CE2C. Grayscale: #575757. Windows color (decimal): -9031213 or 13840758. OLE color: 13840758.
HSL color Cylindrical-coordinate representation of color #7631D3: hue angle of 265.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7631D3 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 49 | 211 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.17 |
| HSL | 265.56º | 0.65% | 0.51% | - |
| HSV(B) | 265.56º | 0.77% | 0.83% | - |
| XYZ | 20.33 | 10.75 | 62.63 | - |
| YUV | 88.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 211 | 0.44 | 0.77 | 0 | 0.17 | 265.56 | 0.65 | 0.51 |
| Hex | 76 | 31 | D3 | 2C | 4D | 0 | 11 | 10A | 41 | 33 |
| Octal | 166 | 61 | 323 | 54 | 115 | 0 | 21 | 412 | 101 | 63 |
| Binary | 1110110 | 110001 | 11010011 | 101100 | 1001101 | 0 | 10001 | 100001010 | 1000001 | 110011 |
Color Harmonies of #7631D3
Complementary color
Monochromatic Colors of #7631D3
Black with #7631D3
Text Example
Text Example
White with #7631D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7631D3; }
p { color: rgb(118,49,211); }
H1.HeaderClassName
{
color: #7631D3;
}
.AnyTagClassName
{
color: #7631D3;
}
</style>
background-color css
<style>
a { background-color: #7631D3; }
a { background-color: rgb(118,49,211); }
div.DivClassName
{
background-color: #7631D3;
}
.BgClassName
{
background-color: #7631D3;
}
</style>
border-color css
<style>
span { border-color: #7631D3; }
span { border-color: rgb(118,49,211); }
td.TdClassName
{
border-color: #7631D3;
}
.TagClassName
{
border-color: #7631D3;
}
</style>