Shades of Purple Heart #782ECB
Tints of Purple Heart #782ECB
RGB
CMYK
RGB Variations
Color information
#782ECB (or 0x782ECB) is known color: Purple Heart. HEX triplet: 78, 2E and CB. RGB value is (120,46,203). Sum of RGB (Red+Green+Blue) = 120+46+203=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #782ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ECB is #87D134. Grayscale: #555555. Windows color (decimal): -8900917 or 13315704. OLE color: 13315704.
HSL color Cylindrical-coordinate representation of color #782ECB: hue angle of 268.28º 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 #782ECB is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 46 | 203 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.20 |
| HSL | 268.28º | 0.63% | 0.49% | - |
| HSV(B) | 268.28º | 0.77% | 0.8% | - |
| XYZ | 19.5 | 10.26 | 57.45 | - |
| YUV | 86.02 | 194.02 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 203 | 0.41 | 0.77 | 0 | 0.20 | 268.28 | 0.63 | 0.49 |
| Hex | 78 | 2E | CB | 29 | 4D | 0 | 14 | 10C | 3F | 31 |
| Octal | 170 | 56 | 313 | 51 | 115 | 0 | 24 | 414 | 77 | 61 |
| Binary | 1111000 | 101110 | 11001011 | 101001 | 1001101 | 0 | 10100 | 100001100 | 111111 | 110001 |
Color Harmonies of #782ECB
Complementary color
Monochromatic Colors of #782ECB
Black with #782ECB
Text Example
Text Example
White with #782ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ECB; }
p { color: rgb(120,46,203); }
H1.HeaderClassName
{
color: #782ECB;
}
.AnyTagClassName
{
color: #782ECB;
}
</style>
background-color css
<style>
a { background-color: #782ECB; }
a { background-color: rgb(120,46,203); }
div.DivClassName
{
background-color: #782ECB;
}
.BgClassName
{
background-color: #782ECB;
}
</style>
border-color css
<style>
span { border-color: #782ECB; }
span { border-color: rgb(120,46,203); }
td.TdClassName
{
border-color: #782ECB;
}
.TagClassName
{
border-color: #782ECB;
}
</style>