Shades of Purple Heart #781BBA
Tints of Purple Heart #781BBA
RGB
CMYK
RGB Variations
Color information
#781BBA (or 0x781BBA) is known color: Purple Heart. HEX triplet: 78, 1B and BA. RGB value is (120,27,186). Sum of RGB (Red+Green+Blue) = 120+27+186=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #781BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BBA is #87E445. Grayscale: #484848. Windows color (decimal): -8905798 or 12196728. OLE color: 12196728.
HSL color Cylindrical-coordinate representation of color #781BBA: hue angle of 275.09º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781BBA is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 27 | 186 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.27 |
| HSL | 275.09º | 0.75% | 0.42% | - |
| HSV(B) | 275.09º | 0.85% | 0.73% | - |
| XYZ | 17 | 8.32 | 47.16 | - |
| YUV | 72.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 186 | 0.35 | 0.85 | 0 | 0.27 | 275.09 | 0.75 | 0.42 |
| Hex | 78 | 1B | BA | 23 | 55 | 0 | 1B | 113 | 4B | 2A |
| Octal | 170 | 33 | 272 | 43 | 125 | 0 | 33 | 423 | 113 | 52 |
| Binary | 1111000 | 11011 | 10111010 | 100011 | 1010101 | 0 | 11011 | 100010011 | 1001011 | 101010 |
Color Harmonies of #781BBA
Complementary color
Monochromatic Colors of #781BBA
Black with #781BBA
Text Example
Text Example
White with #781BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BBA; }
p { color: rgb(120,27,186); }
H1.HeaderClassName
{
color: #781BBA;
}
.AnyTagClassName
{
color: #781BBA;
}
</style>
background-color css
<style>
a { background-color: #781BBA; }
a { background-color: rgb(120,27,186); }
div.DivClassName
{
background-color: #781BBA;
}
.BgClassName
{
background-color: #781BBA;
}
</style>
border-color css
<style>
span { border-color: #781BBA; }
span { border-color: rgb(120,27,186); }
td.TdClassName
{
border-color: #781BBA;
}
.TagClassName
{
border-color: #781BBA;
}
</style>