Shades of Purple Heart #7631D0
Tints of Purple Heart #7631D0
RGB
CMYK
RGB Variations
Color information
#7631D0 (or 0x7631D0) is known color: Purple Heart. HEX triplet: 76, 31 and D0. RGB value is (118,49,208). Sum of RGB (Red+Green+Blue) = 118+49+208=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #7631D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631D0 is #89CE2F. Grayscale: #575757. Windows color (decimal): -9031216 or 13644150. OLE color: 13644150.
HSL color Cylindrical-coordinate representation of color #7631D0: hue angle of 266.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7631D0 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 49 | 208 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.18 |
| HSL | 266.04º | 0.63% | 0.5% | - |
| HSV(B) | 266.04º | 0.76% | 0.82% | - |
| XYZ | 19.95 | 10.6 | 60.67 | - |
| YUV | 87.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 208 | 0.43 | 0.76 | 0 | 0.18 | 266.04 | 0.63 | 0.5 |
| Hex | 76 | 31 | D0 | 2B | 4C | 0 | 12 | 10A | 3F | 32 |
| Octal | 166 | 61 | 320 | 53 | 114 | 0 | 22 | 412 | 77 | 62 |
| Binary | 1110110 | 110001 | 11010000 | 101011 | 1001100 | 0 | 10010 | 100001010 | 111111 | 110010 |
Color Harmonies of #7631D0
Complementary color
Monochromatic Colors of #7631D0
Black with #7631D0
Text Example
Text Example
White with #7631D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7631D0; }
p { color: rgb(118,49,208); }
H1.HeaderClassName
{
color: #7631D0;
}
.AnyTagClassName
{
color: #7631D0;
}
</style>
background-color css
<style>
a { background-color: #7631D0; }
a { background-color: rgb(118,49,208); }
div.DivClassName
{
background-color: #7631D0;
}
.BgClassName
{
background-color: #7631D0;
}
</style>
border-color css
<style>
span { border-color: #7631D0; }
span { border-color: rgb(118,49,208); }
td.TdClassName
{
border-color: #7631D0;
}
.TagClassName
{
border-color: #7631D0;
}
</style>