Shades of Purple Heart #772DB3
Tints of Purple Heart #772DB3
RGB
CMYK
RGB Variations
Color information
#772DB3 (or 0x772DB3) is known color: Purple Heart. HEX triplet: 77, 2D and B3. RGB value is (119,45,179). Sum of RGB (Red+Green+Blue) = 119+45+179=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #772DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DB3 is #88D24C. Grayscale: #515151. Windows color (decimal): -8966733 or 11742583. OLE color: 11742583.
HSL color Cylindrical-coordinate representation of color #772DB3: hue angle of 273.13º degrees, saturation: 0.6, 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 #772DB3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 45 | 179 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.30 |
| HSL | 273.13º | 0.6% | 0.44% | - |
| HSV(B) | 273.13º | 0.75% | 0.7% | - |
| XYZ | 16.68 | 9.05 | 43.52 | - |
| YUV | 82.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 179 | 0.34 | 0.75 | 0 | 0.30 | 273.13 | 0.6 | 0.44 |
| Hex | 77 | 2D | B3 | 22 | 4B | 0 | 1E | 111 | 3C | 2C |
| Octal | 167 | 55 | 263 | 42 | 113 | 0 | 36 | 421 | 74 | 54 |
| Binary | 1110111 | 101101 | 10110011 | 100010 | 1001011 | 0 | 11110 | 100010001 | 111100 | 101100 |
Color Harmonies of #772DB3
Complementary color
Monochromatic Colors of #772DB3
Black with #772DB3
Text Example
Text Example
White with #772DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DB3; }
p { color: rgb(119,45,179); }
H1.HeaderClassName
{
color: #772DB3;
}
.AnyTagClassName
{
color: #772DB3;
}
</style>
background-color css
<style>
a { background-color: #772DB3; }
a { background-color: rgb(119,45,179); }
div.DivClassName
{
background-color: #772DB3;
}
.BgClassName
{
background-color: #772DB3;
}
</style>
border-color css
<style>
span { border-color: #772DB3; }
span { border-color: rgb(119,45,179); }
td.TdClassName
{
border-color: #772DB3;
}
.TagClassName
{
border-color: #772DB3;
}
</style>