Shades of Purple Heart #7838BF
Tints of Purple Heart #7838BF
RGB
CMYK
RGB Variations
Color information
#7838BF (or 0x7838BF) is known color: Purple Heart. HEX triplet: 78, 38 and BF. RGB value is (120,56,191). Sum of RGB (Red+Green+Blue) = 120+56+191=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #7838BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7838BF is #87C740. Grayscale: #5A5A5A. Windows color (decimal): -8898369 or 12531832. OLE color: 12531832.
HSL color Cylindrical-coordinate representation of color #7838BF: hue angle of 268.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7838BF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 56 | 191 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.25 |
| HSL | 268.44º | 0.55% | 0.48% | - |
| HSV(B) | 268.44º | 0.71% | 0.75% | - |
| XYZ | 18.56 | 10.58 | 50.35 | - |
| YUV | 90.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 191 | 0.37 | 0.71 | 0 | 0.25 | 268.44 | 0.55 | 0.48 |
| Hex | 78 | 38 | BF | 25 | 47 | 0 | 19 | 10C | 37 | 30 |
| Octal | 170 | 70 | 277 | 45 | 107 | 0 | 31 | 414 | 67 | 60 |
| Binary | 1111000 | 111000 | 10111111 | 100101 | 1000111 | 0 | 11001 | 100001100 | 110111 | 110000 |
Color Harmonies of #7838BF
Complementary color
Monochromatic Colors of #7838BF
Black with #7838BF
Text Example
Text Example
White with #7838BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7838BF; }
p { color: rgb(120,56,191); }
H1.HeaderClassName
{
color: #7838BF;
}
.AnyTagClassName
{
color: #7838BF;
}
</style>
background-color css
<style>
a { background-color: #7838BF; }
a { background-color: rgb(120,56,191); }
div.DivClassName
{
background-color: #7838BF;
}
.BgClassName
{
background-color: #7838BF;
}
</style>
border-color css
<style>
span { border-color: #7838BF; }
span { border-color: rgb(120,56,191); }
td.TdClassName
{
border-color: #7838BF;
}
.TagClassName
{
border-color: #7838BF;
}
</style>