Shades of Purple Heart #781ABE
Tints of Purple Heart #781ABE
RGB
CMYK
RGB Variations
Color information
#781ABE (or 0x781ABE) is known color: Purple Heart. HEX triplet: 78, 1A and BE. RGB value is (120,26,190). Sum of RGB (Red+Green+Blue) = 120+26+190=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #781ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ABE is #87E541. Grayscale: #484848. Windows color (decimal): -8906050 or 12458616. OLE color: 12458616.
HSL color Cylindrical-coordinate representation of color #781ABE: hue angle of 274.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ABE is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 26 | 190 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.25 |
| HSL | 274.39º | 0.76% | 0.42% | - |
| HSV(B) | 274.39º | 0.86% | 0.75% | - |
| XYZ | 17.41 | 8.45 | 49.43 | - |
| YUV | 72.8 | 194.14 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 190 | 0.37 | 0.86 | 0 | 0.25 | 274.39 | 0.76 | 0.42 |
| Hex | 78 | 1A | BE | 25 | 56 | 0 | 19 | 112 | 4C | 2A |
| Octal | 170 | 32 | 276 | 45 | 126 | 0 | 31 | 422 | 114 | 52 |
| Binary | 1111000 | 11010 | 10111110 | 100101 | 1010110 | 0 | 11001 | 100010010 | 1001100 | 101010 |
Color Harmonies of #781ABE
Complementary color
Monochromatic Colors of #781ABE
Black with #781ABE
Text Example
Text Example
White with #781ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ABE; }
p { color: rgb(120,26,190); }
H1.HeaderClassName
{
color: #781ABE;
}
.AnyTagClassName
{
color: #781ABE;
}
</style>
background-color css
<style>
a { background-color: #781ABE; }
a { background-color: rgb(120,26,190); }
div.DivClassName
{
background-color: #781ABE;
}
.BgClassName
{
background-color: #781ABE;
}
</style>
border-color css
<style>
span { border-color: #781ABE; }
span { border-color: rgb(120,26,190); }
td.TdClassName
{
border-color: #781ABE;
}
.TagClassName
{
border-color: #781ABE;
}
</style>