Shades of Purple Heart #781AAE
Tints of Purple Heart #781AAE
RGB
CMYK
RGB Variations
Color information
#781AAE (or 0x781AAE) is known color: Purple Heart. HEX triplet: 78, 1A and AE. RGB value is (120,26,174). Sum of RGB (Red+Green+Blue) = 120+26+174=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #781AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AAE is #87E551. Grayscale: #464646. Windows color (decimal): -8906066 or 11410040. OLE color: 11410040.
HSL color Cylindrical-coordinate representation of color #781AAE: hue angle of 278.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781AAE is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 26 | 174 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.32 |
| HSL | 278.11º | 0.74% | 0.39% | - |
| HSV(B) | 278.11º | 0.85% | 0.68% | - |
| XYZ | 15.76 | 7.79 | 40.72 | - |
| YUV | 70.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 174 | 0.31 | 0.85 | 0 | 0.32 | 278.11 | 0.74 | 0.39 |
| Hex | 78 | 1A | AE | 1F | 55 | 0 | 20 | 116 | 4A | 27 |
| Octal | 170 | 32 | 256 | 37 | 125 | 0 | 40 | 426 | 112 | 47 |
| Binary | 1111000 | 11010 | 10101110 | 11111 | 1010101 | 0 | 100000 | 100010110 | 1001010 | 100111 |
Color Harmonies of #781AAE
Complementary color
Monochromatic Colors of #781AAE
Black with #781AAE
Text Example
Text Example
White with #781AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AAE; }
p { color: rgb(120,26,174); }
H1.HeaderClassName
{
color: #781AAE;
}
.AnyTagClassName
{
color: #781AAE;
}
</style>
background-color css
<style>
a { background-color: #781AAE; }
a { background-color: rgb(120,26,174); }
div.DivClassName
{
background-color: #781AAE;
}
.BgClassName
{
background-color: #781AAE;
}
</style>
border-color css
<style>
span { border-color: #781AAE; }
span { border-color: rgb(120,26,174); }
td.TdClassName
{
border-color: #781AAE;
}
.TagClassName
{
border-color: #781AAE;
}
</style>