Shades of Purple Heart #782ECF
Tints of Purple Heart #782ECF
RGB
CMYK
RGB Variations
Color information
#782ECF (or 0x782ECF) is known color: Purple Heart. HEX triplet: 78, 2E and CF. RGB value is (120,46,207). Sum of RGB (Red+Green+Blue) = 120+46+207=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #782ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ECF is #87D130. Grayscale: #555555. Windows color (decimal): -8900913 or 13577848. OLE color: 13577848.
HSL color Cylindrical-coordinate representation of color #782ECF: hue angle of 267.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782ECF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 46 | 207 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.19 |
| HSL | 267.58º | 0.64% | 0.5% | - |
| HSV(B) | 267.58º | 0.78% | 0.81% | - |
| XYZ | 19.99 | 10.45 | 60 | - |
| YUV | 86.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 207 | 0.42 | 0.78 | 0 | 0.19 | 267.58 | 0.64 | 0.5 |
| Hex | 78 | 2E | CF | 2A | 4E | 0 | 13 | 10C | 40 | 32 |
| Octal | 170 | 56 | 317 | 52 | 116 | 0 | 23 | 414 | 100 | 62 |
| Binary | 1111000 | 101110 | 11001111 | 101010 | 1001110 | 0 | 10011 | 100001100 | 1000000 | 110010 |
Color Harmonies of #782ECF
Complementary color
Monochromatic Colors of #782ECF
Black with #782ECF
Text Example
Text Example
White with #782ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ECF; }
p { color: rgb(120,46,207); }
H1.HeaderClassName
{
color: #782ECF;
}
.AnyTagClassName
{
color: #782ECF;
}
</style>
background-color css
<style>
a { background-color: #782ECF; }
a { background-color: rgb(120,46,207); }
div.DivClassName
{
background-color: #782ECF;
}
.BgClassName
{
background-color: #782ECF;
}
</style>
border-color css
<style>
span { border-color: #782ECF; }
span { border-color: rgb(120,46,207); }
td.TdClassName
{
border-color: #782ECF;
}
.TagClassName
{
border-color: #782ECF;
}
</style>