Shades of Purple Heart #772CB3
Tints of Purple Heart #772CB3
RGB
CMYK
RGB Variations
Color information
#772CB3 (or 0x772CB3) is known color: Purple Heart. HEX triplet: 77, 2C and B3. RGB value is (119,44,179). Sum of RGB (Red+Green+Blue) = 119+44+179=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #772CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CB3 is #88D34C. Grayscale: #515151. Windows color (decimal): -8966989 or 11742327. OLE color: 11742327.
HSL color Cylindrical-coordinate representation of color #772CB3: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772CB3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 44 | 179 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.30 |
| HSL | 273.33º | 0.61% | 0.44% | - |
| HSV(B) | 273.33º | 0.75% | 0.7% | - |
| XYZ | 16.65 | 8.98 | 43.5 | - |
| YUV | 81.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 179 | 0.34 | 0.75 | 0 | 0.30 | 273.33 | 0.61 | 0.44 |
| Hex | 77 | 2C | B3 | 22 | 4B | 0 | 1E | 111 | 3D | 2C |
| Octal | 167 | 54 | 263 | 42 | 113 | 0 | 36 | 421 | 75 | 54 |
| Binary | 1110111 | 101100 | 10110011 | 100010 | 1001011 | 0 | 11110 | 100010001 | 111101 | 101100 |
Color Harmonies of #772CB3
Complementary color
Monochromatic Colors of #772CB3
Black with #772CB3
Text Example
Text Example
White with #772CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CB3; }
p { color: rgb(119,44,179); }
H1.HeaderClassName
{
color: #772CB3;
}
.AnyTagClassName
{
color: #772CB3;
}
</style>
background-color css
<style>
a { background-color: #772CB3; }
a { background-color: rgb(119,44,179); }
div.DivClassName
{
background-color: #772CB3;
}
.BgClassName
{
background-color: #772CB3;
}
</style>
border-color css
<style>
span { border-color: #772CB3; }
span { border-color: rgb(119,44,179); }
td.TdClassName
{
border-color: #772CB3;
}
.TagClassName
{
border-color: #772CB3;
}
</style>