Shades of Purple Heart #781DBB
Tints of Purple Heart #781DBB
RGB
CMYK
RGB Variations
Color information
#781DBB (or 0x781DBB) is known color: Purple Heart. HEX triplet: 78, 1D and BB. RGB value is (120,29,187). Sum of RGB (Red+Green+Blue) = 120+29+187=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #781DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DBB is #87E244. Grayscale: #494949. Windows color (decimal): -8905285 or 12262776. OLE color: 12262776.
HSL color Cylindrical-coordinate representation of color #781DBB: hue angle of 274.56º 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 #781DBB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 29 | 187 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.27 |
| HSL | 274.56º | 0.73% | 0.42% | - |
| HSV(B) | 274.56º | 0.84% | 0.73% | - |
| XYZ | 17.15 | 8.46 | 47.74 | - |
| YUV | 74.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 187 | 0.36 | 0.84 | 0 | 0.27 | 274.56 | 0.73 | 0.42 |
| Hex | 78 | 1D | BB | 24 | 54 | 0 | 1B | 113 | 49 | 2A |
| Octal | 170 | 35 | 273 | 44 | 124 | 0 | 33 | 423 | 111 | 52 |
| Binary | 1111000 | 11101 | 10111011 | 100100 | 1010100 | 0 | 11011 | 100010011 | 1001001 | 101010 |
Color Harmonies of #781DBB
Complementary color
Monochromatic Colors of #781DBB
Black with #781DBB
Text Example
Text Example
White with #781DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DBB; }
p { color: rgb(120,29,187); }
H1.HeaderClassName
{
color: #781DBB;
}
.AnyTagClassName
{
color: #781DBB;
}
</style>
background-color css
<style>
a { background-color: #781DBB; }
a { background-color: rgb(120,29,187); }
div.DivClassName
{
background-color: #781DBB;
}
.BgClassName
{
background-color: #781DBB;
}
</style>
border-color css
<style>
span { border-color: #781DBB; }
span { border-color: rgb(120,29,187); }
td.TdClassName
{
border-color: #781DBB;
}
.TagClassName
{
border-color: #781DBB;
}
</style>