Shades of Purple Heart #773ABD
Tints of Purple Heart #773ABD
RGB
CMYK
RGB Variations
Color information
#773ABD (or 0x773ABD) is known color: Purple Heart. HEX triplet: 77, 3A and BD. RGB value is (119,58,189). Sum of RGB (Red+Green+Blue) = 119+58+189=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #773ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABD is #88C542. Grayscale: #5A5A5A. Windows color (decimal): -8963395 or 12401271. OLE color: 12401271.
HSL color Cylindrical-coordinate representation of color #773ABD: hue angle of 267.94º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABD is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 58 | 189 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.26 |
| HSL | 267.94º | 0.53% | 0.48% | - |
| HSV(B) | 267.94º | 0.69% | 0.74% | - |
| XYZ | 18.31 | 10.62 | 49.23 | - |
| YUV | 91.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 189 | 0.37 | 0.69 | 0 | 0.26 | 267.94 | 0.53 | 0.48 |
| Hex | 77 | 3A | BD | 25 | 45 | 0 | 1A | 10C | 35 | 30 |
| Octal | 167 | 72 | 275 | 45 | 105 | 0 | 32 | 414 | 65 | 60 |
| Binary | 1110111 | 111010 | 10111101 | 100101 | 1000101 | 0 | 11010 | 100001100 | 110101 | 110000 |
Color Harmonies of #773ABD
Complementary color
Monochromatic Colors of #773ABD
Black with #773ABD
Text Example
Text Example
White with #773ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ABD; }
p { color: rgb(119,58,189); }
H1.HeaderClassName
{
color: #773ABD;
}
.AnyTagClassName
{
color: #773ABD;
}
</style>
background-color css
<style>
a { background-color: #773ABD; }
a { background-color: rgb(119,58,189); }
div.DivClassName
{
background-color: #773ABD;
}
.BgClassName
{
background-color: #773ABD;
}
</style>
border-color css
<style>
span { border-color: #773ABD; }
span { border-color: rgb(119,58,189); }
td.TdClassName
{
border-color: #773ABD;
}
.TagClassName
{
border-color: #773ABD;
}
</style>