Shades of Purple Heart #781BBB
Tints of Purple Heart #781BBB
RGB
CMYK
RGB Variations
Color information
#781BBB (or 0x781BBB) is known color: Purple Heart. HEX triplet: 78, 1B and BB. RGB value is (120,27,187). Sum of RGB (Red+Green+Blue) = 120+27+187=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #781BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BBB is #87E444. Grayscale: #484848. Windows color (decimal): -8905797 or 12262264. OLE color: 12262264.
HSL color Cylindrical-coordinate representation of color #781BBB: hue angle of 274.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781BBB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 27 | 187 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.27 |
| HSL | 274.88º | 0.75% | 0.42% | - |
| HSV(B) | 274.88º | 0.86% | 0.73% | - |
| XYZ | 17.11 | 8.36 | 47.73 | - |
| YUV | 73.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 187 | 0.36 | 0.86 | 0 | 0.27 | 274.88 | 0.75 | 0.42 |
| Hex | 78 | 1B | BB | 24 | 56 | 0 | 1B | 113 | 4B | 2A |
| Octal | 170 | 33 | 273 | 44 | 126 | 0 | 33 | 423 | 113 | 52 |
| Binary | 1111000 | 11011 | 10111011 | 100100 | 1010110 | 0 | 11011 | 100010011 | 1001011 | 101010 |
Color Harmonies of #781BBB
Complementary color
Monochromatic Colors of #781BBB
Black with #781BBB
Text Example
Text Example
White with #781BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BBB; }
p { color: rgb(120,27,187); }
H1.HeaderClassName
{
color: #781BBB;
}
.AnyTagClassName
{
color: #781BBB;
}
</style>
background-color css
<style>
a { background-color: #781BBB; }
a { background-color: rgb(120,27,187); }
div.DivClassName
{
background-color: #781BBB;
}
.BgClassName
{
background-color: #781BBB;
}
</style>
border-color css
<style>
span { border-color: #781BBB; }
span { border-color: rgb(120,27,187); }
td.TdClassName
{
border-color: #781BBB;
}
.TagClassName
{
border-color: #781BBB;
}
</style>