Shades of Purple Heart #773ABE
Tints of Purple Heart #773ABE
RGB
CMYK
RGB Variations
Color information
#773ABE (or 0x773ABE) is known color: Purple Heart. HEX triplet: 77, 3A and BE. RGB value is (119,58,190). Sum of RGB (Red+Green+Blue) = 119+58+190=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #773ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABE is #88C541. Grayscale: #5A5A5A. Windows color (decimal): -8963394 or 12466807. OLE color: 12466807.
HSL color Cylindrical-coordinate representation of color #773ABE: hue angle of 267.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 58 | 190 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.25 |
| HSL | 267.73º | 0.53% | 0.49% | - |
| HSV(B) | 267.73º | 0.69% | 0.75% | - |
| XYZ | 18.42 | 10.67 | 49.8 | - |
| YUV | 91.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 190 | 0.37 | 0.69 | 0 | 0.25 | 267.73 | 0.53 | 0.49 |
| Hex | 77 | 3A | BE | 25 | 45 | 0 | 19 | 10C | 35 | 31 |
| Octal | 167 | 72 | 276 | 45 | 105 | 0 | 31 | 414 | 65 | 61 |
| Binary | 1110111 | 111010 | 10111110 | 100101 | 1000101 | 0 | 11001 | 100001100 | 110101 | 110001 |
Color Harmonies of #773ABE
Complementary color
Monochromatic Colors of #773ABE
Black with #773ABE
Text Example
Text Example
White with #773ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ABE; }
p { color: rgb(119,58,190); }
H1.HeaderClassName
{
color: #773ABE;
}
.AnyTagClassName
{
color: #773ABE;
}
</style>
background-color css
<style>
a { background-color: #773ABE; }
a { background-color: rgb(119,58,190); }
div.DivClassName
{
background-color: #773ABE;
}
.BgClassName
{
background-color: #773ABE;
}
</style>
border-color css
<style>
span { border-color: #773ABE; }
span { border-color: rgb(119,58,190); }
td.TdClassName
{
border-color: #773ABE;
}
.TagClassName
{
border-color: #773ABE;
}
</style>