Shades of Purple Heart #782DB4
Tints of Purple Heart #782DB4
RGB
CMYK
RGB Variations
Color information
#782DB4 (or 0x782DB4) is known color: Purple Heart. HEX triplet: 78, 2D and B4. RGB value is (120,45,180). Sum of RGB (Red+Green+Blue) = 120+45+180=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #782DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DB4 is #87D24B. Grayscale: #525252. Windows color (decimal): -8901196 or 11808120. OLE color: 11808120.
HSL color Cylindrical-coordinate representation of color #782DB4: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782DB4 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 45 | 180 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.29 |
| HSL | 273.33º | 0.6% | 0.44% | - |
| HSV(B) | 273.33º | 0.75% | 0.71% | - |
| XYZ | 16.92 | 9.17 | 44.06 | - |
| YUV | 82.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 180 | 0.33 | 0.75 | 0 | 0.29 | 273.33 | 0.6 | 0.44 |
| Hex | 78 | 2D | B4 | 21 | 4B | 0 | 1D | 111 | 3C | 2C |
| Octal | 170 | 55 | 264 | 41 | 113 | 0 | 35 | 421 | 74 | 54 |
| Binary | 1111000 | 101101 | 10110100 | 100001 | 1001011 | 0 | 11101 | 100010001 | 111100 | 101100 |
Color Harmonies of #782DB4
Complementary color
Monochromatic Colors of #782DB4
Black with #782DB4
Text Example
Text Example
White with #782DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DB4; }
p { color: rgb(120,45,180); }
H1.HeaderClassName
{
color: #782DB4;
}
.AnyTagClassName
{
color: #782DB4;
}
</style>
background-color css
<style>
a { background-color: #782DB4; }
a { background-color: rgb(120,45,180); }
div.DivClassName
{
background-color: #782DB4;
}
.BgClassName
{
background-color: #782DB4;
}
</style>
border-color css
<style>
span { border-color: #782DB4; }
span { border-color: rgb(120,45,180); }
td.TdClassName
{
border-color: #782DB4;
}
.TagClassName
{
border-color: #782DB4;
}
</style>