Shades of Purple Heart #782ECE
Tints of Purple Heart #782ECE
RGB
CMYK
RGB Variations
Color information
#782ECE (or 0x782ECE) is known color: Purple Heart. HEX triplet: 78, 2E and CE. RGB value is (120,46,206). Sum of RGB (Red+Green+Blue) = 120+46+206=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #782ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ECE is #87D131. Grayscale: #555555. Windows color (decimal): -8900914 or 13512312. OLE color: 13512312.
HSL color Cylindrical-coordinate representation of color #782ECE: hue angle of 267.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782ECE is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 46 | 206 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.19 |
| HSL | 267.75º | 0.63% | 0.49% | - |
| HSV(B) | 267.75º | 0.78% | 0.81% | - |
| XYZ | 19.86 | 10.4 | 59.35 | - |
| YUV | 86.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 206 | 0.42 | 0.78 | 0 | 0.19 | 267.75 | 0.63 | 0.49 |
| Hex | 78 | 2E | CE | 2A | 4E | 0 | 13 | 10C | 3F | 31 |
| Octal | 170 | 56 | 316 | 52 | 116 | 0 | 23 | 414 | 77 | 61 |
| Binary | 1111000 | 101110 | 11001110 | 101010 | 1001110 | 0 | 10011 | 100001100 | 111111 | 110001 |
Color Harmonies of #782ECE
Complementary color
Monochromatic Colors of #782ECE
Black with #782ECE
Text Example
Text Example
White with #782ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ECE; }
p { color: rgb(120,46,206); }
H1.HeaderClassName
{
color: #782ECE;
}
.AnyTagClassName
{
color: #782ECE;
}
</style>
background-color css
<style>
a { background-color: #782ECE; }
a { background-color: rgb(120,46,206); }
div.DivClassName
{
background-color: #782ECE;
}
.BgClassName
{
background-color: #782ECE;
}
</style>
border-color css
<style>
span { border-color: #782ECE; }
span { border-color: rgb(120,46,206); }
td.TdClassName
{
border-color: #782ECE;
}
.TagClassName
{
border-color: #782ECE;
}
</style>