Shades of Purple Heart #773EBD
Tints of Purple Heart #773EBD
RGB
CMYK
RGB Variations
Color information
#773EBD (or 0x773EBD) is known color: Purple Heart. HEX triplet: 77, 3E and BD. RGB value is (119,62,189). Sum of RGB (Red+Green+Blue) = 119+62+189=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #773EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBD is #88C142. Grayscale: #5D5D5D. Windows color (decimal): -8962371 or 12402295. OLE color: 12402295.
HSL color Cylindrical-coordinate representation of color #773EBD: hue angle of 266.93º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773EBD is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 62 | 189 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.26 |
| HSL | 266.93º | 0.51% | 0.49% | - |
| HSV(B) | 266.93º | 0.67% | 0.74% | - |
| XYZ | 18.52 | 11.04 | 49.3 | - |
| YUV | 93.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 189 | 0.37 | 0.67 | 0 | 0.26 | 266.93 | 0.51 | 0.49 |
| Hex | 77 | 3E | BD | 25 | 43 | 0 | 1A | 10B | 33 | 31 |
| Octal | 167 | 76 | 275 | 45 | 103 | 0 | 32 | 413 | 63 | 61 |
| Binary | 1110111 | 111110 | 10111101 | 100101 | 1000011 | 0 | 11010 | 100001011 | 110011 | 110001 |
Color Harmonies of #773EBD
Complementary color
Monochromatic Colors of #773EBD
Black with #773EBD
Text Example
Text Example
White with #773EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EBD; }
p { color: rgb(119,62,189); }
H1.HeaderClassName
{
color: #773EBD;
}
.AnyTagClassName
{
color: #773EBD;
}
</style>
background-color css
<style>
a { background-color: #773EBD; }
a { background-color: rgb(119,62,189); }
div.DivClassName
{
background-color: #773EBD;
}
.BgClassName
{
background-color: #773EBD;
}
</style>
border-color css
<style>
span { border-color: #773EBD; }
span { border-color: rgb(119,62,189); }
td.TdClassName
{
border-color: #773EBD;
}
.TagClassName
{
border-color: #773EBD;
}
</style>