Shades of Purple Heart #7841BF
Tints of Purple Heart #7841BF
RGB
CMYK
RGB Variations
Color information
#7841BF (or 0x7841BF) is known color: Purple Heart. HEX triplet: 78, 41 and BF. RGB value is (120,65,191). Sum of RGB (Red+Green+Blue) = 120+65+191=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #7841BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841BF is #87BE40. Grayscale: #5F5F5F. Windows color (decimal): -8896065 or 12534136. OLE color: 12534136.
HSL color Cylindrical-coordinate representation of color #7841BF: hue angle of 266.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7841BF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 65 | 191 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.25 |
| HSL | 266.19º | 0.5% | 0.5% | - |
| HSV(B) | 266.19º | 0.66% | 0.75% | - |
| XYZ | 19.04 | 11.54 | 50.51 | - |
| YUV | 95.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 191 | 0.37 | 0.66 | 0 | 0.25 | 266.19 | 0.5 | 0.5 |
| Hex | 78 | 41 | BF | 25 | 42 | 0 | 19 | 10A | 32 | 32 |
| Octal | 170 | 101 | 277 | 45 | 102 | 0 | 31 | 412 | 62 | 62 |
| Binary | 1111000 | 1000001 | 10111111 | 100101 | 1000010 | 0 | 11001 | 100001010 | 110010 | 110010 |
Color Harmonies of #7841BF
Complementary color
Monochromatic Colors of #7841BF
Black with #7841BF
Text Example
Text Example
White with #7841BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841BF; }
p { color: rgb(120,65,191); }
H1.HeaderClassName
{
color: #7841BF;
}
.AnyTagClassName
{
color: #7841BF;
}
</style>
background-color css
<style>
a { background-color: #7841BF; }
a { background-color: rgb(120,65,191); }
div.DivClassName
{
background-color: #7841BF;
}
.BgClassName
{
background-color: #7841BF;
}
</style>
border-color css
<style>
span { border-color: #7841BF; }
span { border-color: rgb(120,65,191); }
td.TdClassName
{
border-color: #7841BF;
}
.TagClassName
{
border-color: #7841BF;
}
</style>