Shades of Purple Heart #7941CF
Tints of Purple Heart #7941CF
RGB
CMYK
RGB Variations
Color information
#7941CF (or 0x7941CF) is known color: Purple Heart. HEX triplet: 79, 41 and CF. RGB value is (121,65,207). Sum of RGB (Red+Green+Blue) = 121+65+207=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7941CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7941CF is #86BE30. Grayscale: #616161. Windows color (decimal): -8830513 or 13582713. OLE color: 13582713.
HSL color Cylindrical-coordinate representation of color #7941CF: hue angle of 263.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7941CF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 65 | 207 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.19 |
| HSL | 263.66º | 0.6% | 0.53% | - |
| HSV(B) | 263.66º | 0.69% | 0.81% | - |
| XYZ | 21.04 | 12.35 | 60.31 | - |
| YUV | 97.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 207 | 0.42 | 0.69 | 0 | 0.19 | 263.66 | 0.6 | 0.53 |
| Hex | 79 | 41 | CF | 2A | 45 | 0 | 13 | 108 | 3C | 35 |
| Octal | 171 | 101 | 317 | 52 | 105 | 0 | 23 | 410 | 74 | 65 |
| Binary | 1111001 | 1000001 | 11001111 | 101010 | 1000101 | 0 | 10011 | 100001000 | 111100 | 110101 |
Color Harmonies of #7941CF
Complementary color
Monochromatic Colors of #7941CF
Black with #7941CF
Text Example
Text Example
White with #7941CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7941CF; }
p { color: rgb(121,65,207); }
H1.HeaderClassName
{
color: #7941CF;
}
.AnyTagClassName
{
color: #7941CF;
}
</style>
background-color css
<style>
a { background-color: #7941CF; }
a { background-color: rgb(121,65,207); }
div.DivClassName
{
background-color: #7941CF;
}
.BgClassName
{
background-color: #7941CF;
}
</style>
border-color css
<style>
span { border-color: #7941CF; }
span { border-color: rgb(121,65,207); }
td.TdClassName
{
border-color: #7941CF;
}
.TagClassName
{
border-color: #7941CF;
}
</style>