Shades of Purple Heart #782ACE
Tints of Purple Heart #782ACE
RGB
CMYK
RGB Variations
Color information
#782ACE (or 0x782ACE) is known color: Purple Heart. HEX triplet: 78, 2A and CE. RGB value is (120,42,206). Sum of RGB (Red+Green+Blue) = 120+42+206=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #782ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ACE is #87D531. Grayscale: #535353. Windows color (decimal): -8901938 or 13511288. OLE color: 13511288.
HSL color Cylindrical-coordinate representation of color #782ACE: hue angle of 268.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782ACE is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 42 | 206 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.19 |
| HSL | 268.54º | 0.66% | 0.49% | - |
| HSV(B) | 268.54º | 0.8% | 0.81% | - |
| XYZ | 19.71 | 10.11 | 59.3 | - |
| YUV | 84.02 | 196.84 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 206 | 0.42 | 0.80 | 0 | 0.19 | 268.54 | 0.66 | 0.49 |
| Hex | 78 | 2A | CE | 2A | 50 | 0 | 13 | 10D | 42 | 31 |
| Octal | 170 | 52 | 316 | 52 | 120 | 0 | 23 | 415 | 102 | 61 |
| Binary | 1111000 | 101010 | 11001110 | 101010 | 1010000 | 0 | 10011 | 100001101 | 1000010 | 110001 |
Color Harmonies of #782ACE
Complementary color
Monochromatic Colors of #782ACE
Black with #782ACE
Text Example
Text Example
White with #782ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ACE; }
p { color: rgb(120,42,206); }
H1.HeaderClassName
{
color: #782ACE;
}
.AnyTagClassName
{
color: #782ACE;
}
</style>
background-color css
<style>
a { background-color: #782ACE; }
a { background-color: rgb(120,42,206); }
div.DivClassName
{
background-color: #782ACE;
}
.BgClassName
{
background-color: #782ACE;
}
</style>
border-color css
<style>
span { border-color: #782ACE; }
span { border-color: rgb(120,42,206); }
td.TdClassName
{
border-color: #782ACE;
}
.TagClassName
{
border-color: #782ACE;
}
</style>