Shades of Purple Heart #7918C7
Tints of Purple Heart #7918C7
RGB
CMYK
RGB Variations
Color information
#7918C7 (or 0x7918C7) is known color: Purple Heart. HEX triplet: 79, 18 and C7. RGB value is (121,24,199). Sum of RGB (Red+Green+Blue) = 121+24+199=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #7918C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918C7 is #86E738. Grayscale: #484848. Windows color (decimal): -8841017 or 13047929. OLE color: 13047929.
HSL color Cylindrical-coordinate representation of color #7918C7: hue angle of 273.26º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7918C7 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 24 | 199 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.22 |
| HSL | 273.26º | 0.78% | 0.44% | - |
| HSV(B) | 273.26º | 0.88% | 0.78% | - |
| XYZ | 18.52 | 8.84 | 54.76 | - |
| YUV | 72.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 199 | 0.39 | 0.88 | 0 | 0.22 | 273.26 | 0.78 | 0.44 |
| Hex | 79 | 18 | C7 | 27 | 58 | 0 | 16 | 111 | 4E | 2C |
| Octal | 171 | 30 | 307 | 47 | 130 | 0 | 26 | 421 | 116 | 54 |
| Binary | 1111001 | 11000 | 11000111 | 100111 | 1011000 | 0 | 10110 | 100010001 | 1001110 | 101100 |
Color Harmonies of #7918C7
Complementary color
Monochromatic Colors of #7918C7
Black with #7918C7
Text Example
Text Example
White with #7918C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7918C7; }
p { color: rgb(121,24,199); }
H1.HeaderClassName
{
color: #7918C7;
}
.AnyTagClassName
{
color: #7918C7;
}
</style>
background-color css
<style>
a { background-color: #7918C7; }
a { background-color: rgb(121,24,199); }
div.DivClassName
{
background-color: #7918C7;
}
.BgClassName
{
background-color: #7918C7;
}
</style>
border-color css
<style>
span { border-color: #7918C7; }
span { border-color: rgb(121,24,199); }
td.TdClassName
{
border-color: #7918C7;
}
.TagClassName
{
border-color: #7918C7;
}
</style>