Shades of Purple Heart #781ECE
Tints of Purple Heart #781ECE
RGB
CMYK
RGB Variations
Color information
#781ECE (or 0x781ECE) is known color: Purple Heart. HEX triplet: 78, 1E and CE. RGB value is (120,30,206). Sum of RGB (Red+Green+Blue) = 120+30+206=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #781ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ECE is #87E131. Grayscale: #4C4C4C. Windows color (decimal): -8905010 or 13508216. OLE color: 13508216.
HSL color Cylindrical-coordinate representation of color #781ECE: hue angle of 270.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781ECE is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 30 | 206 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.19 |
| HSL | 270.68º | 0.75% | 0.46% | - |
| HSV(B) | 270.68º | 0.85% | 0.81% | - |
| XYZ | 19.35 | 9.38 | 59.18 | - |
| YUV | 76.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 206 | 0.42 | 0.85 | 0 | 0.19 | 270.68 | 0.75 | 0.46 |
| Hex | 78 | 1E | CE | 2A | 55 | 0 | 13 | 10F | 4B | 2E |
| Octal | 170 | 36 | 316 | 52 | 125 | 0 | 23 | 417 | 113 | 56 |
| Binary | 1111000 | 11110 | 11001110 | 101010 | 1010101 | 0 | 10011 | 100001111 | 1001011 | 101110 |
Color Harmonies of #781ECE
Complementary color
Monochromatic Colors of #781ECE
Black with #781ECE
Text Example
Text Example
White with #781ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ECE; }
p { color: rgb(120,30,206); }
H1.HeaderClassName
{
color: #781ECE;
}
.AnyTagClassName
{
color: #781ECE;
}
</style>
background-color css
<style>
a { background-color: #781ECE; }
a { background-color: rgb(120,30,206); }
div.DivClassName
{
background-color: #781ECE;
}
.BgClassName
{
background-color: #781ECE;
}
</style>
border-color css
<style>
span { border-color: #781ECE; }
span { border-color: rgb(120,30,206); }
td.TdClassName
{
border-color: #781ECE;
}
.TagClassName
{
border-color: #781ECE;
}
</style>