Shades of Purple Heart #782ECC
Tints of Purple Heart #782ECC
RGB
CMYK
RGB Variations
Color information
#782ECC (or 0x782ECC) is known color: Purple Heart. HEX triplet: 78, 2E and CC. RGB value is (120,46,204). Sum of RGB (Red+Green+Blue) = 120+46+204=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #782ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ECC is #87D133. Grayscale: #555555. Windows color (decimal): -8900916 or 13381240. OLE color: 13381240.
HSL color Cylindrical-coordinate representation of color #782ECC: hue angle of 268.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782ECC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 46 | 204 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.2 |
| HSL | 268.1º | 0.63% | 0.49% | - |
| HSV(B) | 268.1º | 0.77% | 0.8% | - |
| XYZ | 19.62 | 10.31 | 58.08 | - |
| YUV | 86.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 204 | 0.41 | 0.77 | 0 | 0.2 | 268.1 | 0.63 | 0.49 |
| Hex | 78 | 2E | CC | 29 | 4D | 0 | 14 | 10C | 3F | 31 |
| Octal | 170 | 56 | 314 | 51 | 115 | 0 | 24 | 414 | 77 | 61 |
| Binary | 1111000 | 101110 | 11001100 | 101001 | 1001101 | 0 | 10100 | 100001100 | 111111 | 110001 |
Color Harmonies of #782ECC
Complementary color
Monochromatic Colors of #782ECC
Black with #782ECC
Text Example
Text Example
White with #782ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ECC; }
p { color: rgb(120,46,204); }
H1.HeaderClassName
{
color: #782ECC;
}
.AnyTagClassName
{
color: #782ECC;
}
</style>
background-color css
<style>
a { background-color: #782ECC; }
a { background-color: rgb(120,46,204); }
div.DivClassName
{
background-color: #782ECC;
}
.BgClassName
{
background-color: #782ECC;
}
</style>
border-color css
<style>
span { border-color: #782ECC; }
span { border-color: rgb(120,46,204); }
td.TdClassName
{
border-color: #782ECC;
}
.TagClassName
{
border-color: #782ECC;
}
</style>