Shades of Purple Heart #782CCC
Tints of Purple Heart #782CCC
RGB
CMYK
RGB Variations
Color information
#782CCC (or 0x782CCC) is known color: Purple Heart. HEX triplet: 78, 2C and CC. RGB value is (120,44,204). Sum of RGB (Red+Green+Blue) = 120+44+204=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #782CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CCC is #87D333. Grayscale: #545454. Windows color (decimal): -8901428 or 13380728. OLE color: 13380728.
HSL color Cylindrical-coordinate representation of color #782CCC: hue angle of 268.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782CCC is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 44 | 204 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.2 |
| HSL | 268.5º | 0.65% | 0.49% | - |
| HSV(B) | 268.5º | 0.78% | 0.8% | - |
| XYZ | 19.55 | 10.15 | 58.06 | - |
| YUV | 84.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 204 | 0.41 | 0.78 | 0 | 0.2 | 268.5 | 0.65 | 0.49 |
| Hex | 78 | 2C | CC | 29 | 4E | 0 | 14 | 10C | 41 | 31 |
| Octal | 170 | 54 | 314 | 51 | 116 | 0 | 24 | 414 | 101 | 61 |
| Binary | 1111000 | 101100 | 11001100 | 101001 | 1001110 | 0 | 10100 | 100001100 | 1000001 | 110001 |
Color Harmonies of #782CCC
Complementary color
Monochromatic Colors of #782CCC
Black with #782CCC
Text Example
Text Example
White with #782CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CCC; }
p { color: rgb(120,44,204); }
H1.HeaderClassName
{
color: #782CCC;
}
.AnyTagClassName
{
color: #782CCC;
}
</style>
background-color css
<style>
a { background-color: #782CCC; }
a { background-color: rgb(120,44,204); }
div.DivClassName
{
background-color: #782CCC;
}
.BgClassName
{
background-color: #782CCC;
}
</style>
border-color css
<style>
span { border-color: #782CCC; }
span { border-color: rgb(120,44,204); }
td.TdClassName
{
border-color: #782CCC;
}
.TagClassName
{
border-color: #782CCC;
}
</style>