Shades of Purple Heart #781BB3
Tints of Purple Heart #781BB3
RGB
CMYK
RGB Variations
Color information
#781BB3 (or 0x781BB3) is known color: Purple Heart. HEX triplet: 78, 1B and B3. RGB value is (120,27,179). Sum of RGB (Red+Green+Blue) = 120+27+179=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #781BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BB3 is #87E44C. Grayscale: #474747. Windows color (decimal): -8905805 or 11737976. OLE color: 11737976.
HSL color Cylindrical-coordinate representation of color #781BB3: hue angle of 276.71º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781BB3 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 27 | 179 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.30 |
| HSL | 276.71º | 0.74% | 0.4% | - |
| HSV(B) | 276.71º | 0.85% | 0.7% | - |
| XYZ | 16.27 | 8.03 | 43.34 | - |
| YUV | 72.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 179 | 0.33 | 0.85 | 0 | 0.30 | 276.71 | 0.74 | 0.4 |
| Hex | 78 | 1B | B3 | 21 | 55 | 0 | 1E | 115 | 4A | 28 |
| Octal | 170 | 33 | 263 | 41 | 125 | 0 | 36 | 425 | 112 | 50 |
| Binary | 1111000 | 11011 | 10110011 | 100001 | 1010101 | 0 | 11110 | 100010101 | 1001010 | 101000 |
Color Harmonies of #781BB3
Complementary color
Monochromatic Colors of #781BB3
Black with #781BB3
Text Example
Text Example
White with #781BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BB3; }
p { color: rgb(120,27,179); }
H1.HeaderClassName
{
color: #781BB3;
}
.AnyTagClassName
{
color: #781BB3;
}
</style>
background-color css
<style>
a { background-color: #781BB3; }
a { background-color: rgb(120,27,179); }
div.DivClassName
{
background-color: #781BB3;
}
.BgClassName
{
background-color: #781BB3;
}
</style>
border-color css
<style>
span { border-color: #781BB3; }
span { border-color: rgb(120,27,179); }
td.TdClassName
{
border-color: #781BB3;
}
.TagClassName
{
border-color: #781BB3;
}
</style>