Shades of Purple Heart #781EB7
Tints of Purple Heart #781EB7
RGB
CMYK
RGB Variations
Color information
#781EB7 (or 0x781EB7) is known color: Purple Heart. HEX triplet: 78, 1E and B7. RGB value is (120,30,183). Sum of RGB (Red+Green+Blue) = 120+30+183=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #781EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EB7 is #87E148. Grayscale: #494949. Windows color (decimal): -8905033 or 12000888. OLE color: 12000888.
HSL color Cylindrical-coordinate representation of color #781EB7: hue angle of 275.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781EB7 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 30 | 183 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.28 |
| HSL | 275.29º | 0.72% | 0.42% | - |
| HSV(B) | 275.29º | 0.84% | 0.72% | - |
| XYZ | 16.76 | 8.34 | 45.53 | - |
| YUV | 74.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 183 | 0.34 | 0.84 | 0 | 0.28 | 275.29 | 0.72 | 0.42 |
| Hex | 78 | 1E | B7 | 22 | 54 | 0 | 1C | 113 | 48 | 2A |
| Octal | 170 | 36 | 267 | 42 | 124 | 0 | 34 | 423 | 110 | 52 |
| Binary | 1111000 | 11110 | 10110111 | 100010 | 1010100 | 0 | 11100 | 100010011 | 1001000 | 101010 |
Color Harmonies of #781EB7
Complementary color
Monochromatic Colors of #781EB7
Black with #781EB7
Text Example
Text Example
White with #781EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EB7; }
p { color: rgb(120,30,183); }
H1.HeaderClassName
{
color: #781EB7;
}
.AnyTagClassName
{
color: #781EB7;
}
</style>
background-color css
<style>
a { background-color: #781EB7; }
a { background-color: rgb(120,30,183); }
div.DivClassName
{
background-color: #781EB7;
}
.BgClassName
{
background-color: #781EB7;
}
</style>
border-color css
<style>
span { border-color: #781EB7; }
span { border-color: rgb(120,30,183); }
td.TdClassName
{
border-color: #781EB7;
}
.TagClassName
{
border-color: #781EB7;
}
</style>