Shades of Purple Heart #7824BC
Tints of Purple Heart #7824BC
RGB
CMYK
RGB Variations
Color information
#7824BC (or 0x7824BC) is known color: Purple Heart. HEX triplet: 78, 24 and BC. RGB value is (120,36,188). Sum of RGB (Red+Green+Blue) = 120+36+188=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #7824BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7824BC is #87DB43. Grayscale: #4D4D4D. Windows color (decimal): -8903492 or 12330104. OLE color: 12330104.
HSL color Cylindrical-coordinate representation of color #7824BC: hue angle of 273.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7824BC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 36 | 188 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.26 |
| HSL | 273.16º | 0.68% | 0.44% | - |
| HSV(B) | 273.16º | 0.81% | 0.74% | - |
| XYZ | 17.45 | 8.89 | 48.37 | - |
| YUV | 78.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 188 | 0.36 | 0.81 | 0 | 0.26 | 273.16 | 0.68 | 0.44 |
| Hex | 78 | 24 | BC | 24 | 51 | 0 | 1A | 111 | 44 | 2C |
| Octal | 170 | 44 | 274 | 44 | 121 | 0 | 32 | 421 | 104 | 54 |
| Binary | 1111000 | 100100 | 10111100 | 100100 | 1010001 | 0 | 11010 | 100010001 | 1000100 | 101100 |
Color Harmonies of #7824BC
Complementary color
Monochromatic Colors of #7824BC
Black with #7824BC
Text Example
Text Example
White with #7824BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7824BC; }
p { color: rgb(120,36,188); }
H1.HeaderClassName
{
color: #7824BC;
}
.AnyTagClassName
{
color: #7824BC;
}
</style>
background-color css
<style>
a { background-color: #7824BC; }
a { background-color: rgb(120,36,188); }
div.DivClassName
{
background-color: #7824BC;
}
.BgClassName
{
background-color: #7824BC;
}
</style>
border-color css
<style>
span { border-color: #7824BC; }
span { border-color: rgb(120,36,188); }
td.TdClassName
{
border-color: #7824BC;
}
.TagClassName
{
border-color: #7824BC;
}
</style>