Shades of Purple Heart #7931C1
Tints of Purple Heart #7931C1
RGB
CMYK
RGB Variations
Color information
#7931C1 (or 0x7931C1) is known color: Purple Heart. HEX triplet: 79, 31 and C1. RGB value is (121,49,193). Sum of RGB (Red+Green+Blue) = 121+49+193=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #7931C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7931C1 is #86CE3E. Grayscale: #565656. Windows color (decimal): -8834623 or 12661113. OLE color: 12661113.
HSL color Cylindrical-coordinate representation of color #7931C1: hue angle of 270º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7931C1 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 49 | 193 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.24 |
| HSL | 270º | 0.6% | 0.47% | - |
| HSV(B) | 270º | 0.75% | 0.76% | - |
| XYZ | 18.61 | 10.11 | 51.42 | - |
| YUV | 86.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 193 | 0.37 | 0.75 | 0 | 0.24 | 270 | 0.6 | 0.47 |
| Hex | 79 | 31 | C1 | 25 | 4B | 0 | 18 | 10E | 3C | 2F |
| Octal | 171 | 61 | 301 | 45 | 113 | 0 | 30 | 416 | 74 | 57 |
| Binary | 1111001 | 110001 | 11000001 | 100101 | 1001011 | 0 | 11000 | 100001110 | 111100 | 101111 |
Color Harmonies of #7931C1
Complementary color
Monochromatic Colors of #7931C1
Black with #7931C1
Text Example
Text Example
White with #7931C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7931C1; }
p { color: rgb(121,49,193); }
H1.HeaderClassName
{
color: #7931C1;
}
.AnyTagClassName
{
color: #7931C1;
}
</style>
background-color css
<style>
a { background-color: #7931C1; }
a { background-color: rgb(121,49,193); }
div.DivClassName
{
background-color: #7931C1;
}
.BgClassName
{
background-color: #7931C1;
}
</style>
border-color css
<style>
span { border-color: #7931C1; }
span { border-color: rgb(121,49,193); }
td.TdClassName
{
border-color: #7931C1;
}
.TagClassName
{
border-color: #7931C1;
}
</style>