Shades of Purple Heart #781DBA
Tints of Purple Heart #781DBA
RGB
CMYK
RGB Variations
Color information
#781DBA (or 0x781DBA) is known color: Purple Heart. HEX triplet: 78, 1D and BA. RGB value is (120,29,186). Sum of RGB (Red+Green+Blue) = 120+29+186=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #781DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DBA is #87E245. Grayscale: #494949. Windows color (decimal): -8905286 or 12197240. OLE color: 12197240.
HSL color Cylindrical-coordinate representation of color #781DBA: hue angle of 274.78º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781DBA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 29 | 186 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.27 |
| HSL | 274.78º | 0.73% | 0.42% | - |
| HSV(B) | 274.78º | 0.84% | 0.73% | - |
| XYZ | 17.05 | 8.42 | 47.18 | - |
| YUV | 74.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 186 | 0.35 | 0.84 | 0 | 0.27 | 274.78 | 0.73 | 0.42 |
| Hex | 78 | 1D | BA | 23 | 54 | 0 | 1B | 113 | 49 | 2A |
| Octal | 170 | 35 | 272 | 43 | 124 | 0 | 33 | 423 | 111 | 52 |
| Binary | 1111000 | 11101 | 10111010 | 100011 | 1010100 | 0 | 11011 | 100010011 | 1001001 | 101010 |
Color Harmonies of #781DBA
Complementary color
Monochromatic Colors of #781DBA
Black with #781DBA
Text Example
Text Example
White with #781DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DBA; }
p { color: rgb(120,29,186); }
H1.HeaderClassName
{
color: #781DBA;
}
.AnyTagClassName
{
color: #781DBA;
}
</style>
background-color css
<style>
a { background-color: #781DBA; }
a { background-color: rgb(120,29,186); }
div.DivClassName
{
background-color: #781DBA;
}
.BgClassName
{
background-color: #781DBA;
}
</style>
border-color css
<style>
span { border-color: #781DBA; }
span { border-color: rgb(120,29,186); }
td.TdClassName
{
border-color: #781DBA;
}
.TagClassName
{
border-color: #781DBA;
}
</style>