Shades of Purple Heart #7941D1
Tints of Purple Heart #7941D1
RGB
CMYK
RGB Variations
Color information
#7941D1 (or 0x7941D1) is known color: Purple Heart. HEX triplet: 79, 41 and D1. RGB value is (121,65,209). Sum of RGB (Red+Green+Blue) = 121+65+209=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #7941D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7941D1 is #86BE2E. Grayscale: #616161. Windows color (decimal): -8830511 or 13713785. OLE color: 13713785.
HSL color Cylindrical-coordinate representation of color #7941D1: hue angle of 263.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7941D1 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 65 | 209 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.18 |
| HSL | 263.33º | 0.61% | 0.54% | - |
| HSV(B) | 263.33º | 0.69% | 0.82% | - |
| XYZ | 21.28 | 12.45 | 61.6 | - |
| YUV | 98.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 209 | 0.42 | 0.69 | 0 | 0.18 | 263.33 | 0.61 | 0.54 |
| Hex | 79 | 41 | D1 | 2A | 45 | 0 | 12 | 107 | 3D | 36 |
| Octal | 171 | 101 | 321 | 52 | 105 | 0 | 22 | 407 | 75 | 66 |
| Binary | 1111001 | 1000001 | 11010001 | 101010 | 1000101 | 0 | 10010 | 100000111 | 111101 | 110110 |
Color Harmonies of #7941D1
Complementary color
Monochromatic Colors of #7941D1
Black with #7941D1
Text Example
Text Example
White with #7941D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7941D1; }
p { color: rgb(121,65,209); }
H1.HeaderClassName
{
color: #7941D1;
}
.AnyTagClassName
{
color: #7941D1;
}
</style>
background-color css
<style>
a { background-color: #7941D1; }
a { background-color: rgb(121,65,209); }
div.DivClassName
{
background-color: #7941D1;
}
.BgClassName
{
background-color: #7941D1;
}
</style>
border-color css
<style>
span { border-color: #7941D1; }
span { border-color: rgb(121,65,209); }
td.TdClassName
{
border-color: #7941D1;
}
.TagClassName
{
border-color: #7941D1;
}
</style>