Shades of Purple Heart #7826BC
Tints of Purple Heart #7826BC
RGB
CMYK
RGB Variations
Color information
#7826BC (or 0x7826BC) is known color: Purple Heart. HEX triplet: 78, 26 and BC. RGB value is (120,38,188). Sum of RGB (Red+Green+Blue) = 120+38+188=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #7826BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7826BC is #87D943. Grayscale: #4F4F4F. Windows color (decimal): -8902980 or 12330616. OLE color: 12330616.
HSL color Cylindrical-coordinate representation of color #7826BC: hue angle of 272.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7826BC is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 38 | 188 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.26 |
| HSL | 272.8º | 0.66% | 0.44% | - |
| HSV(B) | 272.8º | 0.8% | 0.74% | - |
| XYZ | 17.52 | 9.01 | 48.39 | - |
| YUV | 79.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 188 | 0.36 | 0.80 | 0 | 0.26 | 272.8 | 0.66 | 0.44 |
| Hex | 78 | 26 | BC | 24 | 50 | 0 | 1A | 111 | 42 | 2C |
| Octal | 170 | 46 | 274 | 44 | 120 | 0 | 32 | 421 | 102 | 54 |
| Binary | 1111000 | 100110 | 10111100 | 100100 | 1010000 | 0 | 11010 | 100010001 | 1000010 | 101100 |
Color Harmonies of #7826BC
Complementary color
Monochromatic Colors of #7826BC
Black with #7826BC
Text Example
Text Example
White with #7826BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7826BC; }
p { color: rgb(120,38,188); }
H1.HeaderClassName
{
color: #7826BC;
}
.AnyTagClassName
{
color: #7826BC;
}
</style>
background-color css
<style>
a { background-color: #7826BC; }
a { background-color: rgb(120,38,188); }
div.DivClassName
{
background-color: #7826BC;
}
.BgClassName
{
background-color: #7826BC;
}
</style>
border-color css
<style>
span { border-color: #7826BC; }
span { border-color: rgb(120,38,188); }
td.TdClassName
{
border-color: #7826BC;
}
.TagClassName
{
border-color: #7826BC;
}
</style>