Shades of Purple Heart #772CB6
Tints of Purple Heart #772CB6
RGB
CMYK
RGB Variations
Color information
#772CB6 (or 0x772CB6) is known color: Purple Heart. HEX triplet: 77, 2C and B6. RGB value is (119,44,182). Sum of RGB (Red+Green+Blue) = 119+44+182=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #772CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CB6 is #88D349. Grayscale: #515151. Windows color (decimal): -8966986 or 11938935. OLE color: 11938935.
HSL color Cylindrical-coordinate representation of color #772CB6: hue angle of 272.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772CB6 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 44 | 182 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.29 |
| HSL | 272.61º | 0.61% | 0.44% | - |
| HSV(B) | 272.61º | 0.76% | 0.71% | - |
| XYZ | 16.95 | 9.1 | 45.12 | - |
| YUV | 82.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 182 | 0.35 | 0.76 | 0 | 0.29 | 272.61 | 0.61 | 0.44 |
| Hex | 77 | 2C | B6 | 23 | 4C | 0 | 1D | 111 | 3D | 2C |
| Octal | 167 | 54 | 266 | 43 | 114 | 0 | 35 | 421 | 75 | 54 |
| Binary | 1110111 | 101100 | 10110110 | 100011 | 1001100 | 0 | 11101 | 100010001 | 111101 | 101100 |
Color Harmonies of #772CB6
Complementary color
Monochromatic Colors of #772CB6
Black with #772CB6
Text Example
Text Example
White with #772CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CB6; }
p { color: rgb(119,44,182); }
H1.HeaderClassName
{
color: #772CB6;
}
.AnyTagClassName
{
color: #772CB6;
}
</style>
background-color css
<style>
a { background-color: #772CB6; }
a { background-color: rgb(119,44,182); }
div.DivClassName
{
background-color: #772CB6;
}
.BgClassName
{
background-color: #772CB6;
}
</style>
border-color css
<style>
span { border-color: #772CB6; }
span { border-color: rgb(119,44,182); }
td.TdClassName
{
border-color: #772CB6;
}
.TagClassName
{
border-color: #772CB6;
}
</style>