Shades of Purple Heart #7815BC
Tints of Purple Heart #7815BC
RGB
CMYK
RGB Variations
Color information
#7815BC (or 0x7815BC) is known color: Purple Heart. HEX triplet: 78, 15 and BC. RGB value is (120,21,188). Sum of RGB (Red+Green+Blue) = 120+21+188=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #7815BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815BC is #87EA43. Grayscale: #454545. Windows color (decimal): -8907332 or 12326264. OLE color: 12326264.
HSL color Cylindrical-coordinate representation of color #7815BC: hue angle of 275.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7815BC is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 21 | 188 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.26 |
| HSL | 275.57º | 0.8% | 0.41% | - |
| HSV(B) | 275.57º | 0.89% | 0.74% | - |
| XYZ | 17.09 | 8.16 | 48.25 | - |
| YUV | 69.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 188 | 0.36 | 0.89 | 0 | 0.26 | 275.57 | 0.8 | 0.41 |
| Hex | 78 | 15 | BC | 24 | 59 | 0 | 1A | 114 | 50 | 29 |
| Octal | 170 | 25 | 274 | 44 | 131 | 0 | 32 | 424 | 120 | 51 |
| Binary | 1111000 | 10101 | 10111100 | 100100 | 1011001 | 0 | 11010 | 100010100 | 1010000 | 101001 |
Color Harmonies of #7815BC
Complementary color
Monochromatic Colors of #7815BC
Black with #7815BC
Text Example
Text Example
White with #7815BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7815BC; }
p { color: rgb(120,21,188); }
H1.HeaderClassName
{
color: #7815BC;
}
.AnyTagClassName
{
color: #7815BC;
}
</style>
background-color css
<style>
a { background-color: #7815BC; }
a { background-color: rgb(120,21,188); }
div.DivClassName
{
background-color: #7815BC;
}
.BgClassName
{
background-color: #7815BC;
}
</style>
border-color css
<style>
span { border-color: #7815BC; }
span { border-color: rgb(120,21,188); }
td.TdClassName
{
border-color: #7815BC;
}
.TagClassName
{
border-color: #7815BC;
}
</style>