Shades of Purple Heart #773ABB
Tints of Purple Heart #773ABB
RGB
CMYK
RGB Variations
Color information
#773ABB (or 0x773ABB) is known color: Purple Heart. HEX triplet: 77, 3A and BB. RGB value is (119,58,187). Sum of RGB (Red+Green+Blue) = 119+58+187=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #773ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABB is #88C544. Grayscale: #5A5A5A. Windows color (decimal): -8963397 or 12270199. OLE color: 12270199.
HSL color Cylindrical-coordinate representation of color #773ABB: hue angle of 268.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 58 | 187 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.27 |
| HSL | 268.37º | 0.53% | 0.48% | - |
| HSV(B) | 268.37º | 0.69% | 0.73% | - |
| XYZ | 18.09 | 10.54 | 48.09 | - |
| YUV | 90.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 187 | 0.36 | 0.69 | 0 | 0.27 | 268.37 | 0.53 | 0.48 |
| Hex | 77 | 3A | BB | 24 | 45 | 0 | 1B | 10C | 35 | 30 |
| Octal | 167 | 72 | 273 | 44 | 105 | 0 | 33 | 414 | 65 | 60 |
| Binary | 1110111 | 111010 | 10111011 | 100100 | 1000101 | 0 | 11011 | 100001100 | 110101 | 110000 |
Color Harmonies of #773ABB
Complementary color
Monochromatic Colors of #773ABB
Black with #773ABB
Text Example
Text Example
White with #773ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ABB; }
p { color: rgb(119,58,187); }
H1.HeaderClassName
{
color: #773ABB;
}
.AnyTagClassName
{
color: #773ABB;
}
</style>
background-color css
<style>
a { background-color: #773ABB; }
a { background-color: rgb(119,58,187); }
div.DivClassName
{
background-color: #773ABB;
}
.BgClassName
{
background-color: #773ABB;
}
</style>
border-color css
<style>
span { border-color: #773ABB; }
span { border-color: rgb(119,58,187); }
td.TdClassName
{
border-color: #773ABB;
}
.TagClassName
{
border-color: #773ABB;
}
</style>