Shades of Purple Heart #773DBC
Tints of Purple Heart #773DBC
RGB
CMYK
RGB Variations
Color information
#773DBC (or 0x773DBC) is known color: Purple Heart. HEX triplet: 77, 3D and BC. RGB value is (119,61,188). Sum of RGB (Red+Green+Blue) = 119+61+188=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #773DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DBC is #88C243. Grayscale: #5C5C5C. Windows color (decimal): -8962628 or 12336503. OLE color: 12336503.
HSL color Cylindrical-coordinate representation of color #773DBC: hue angle of 267.4º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773DBC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 61 | 188 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.26 |
| HSL | 267.4º | 0.51% | 0.49% | - |
| HSV(B) | 267.4º | 0.68% | 0.74% | - |
| XYZ | 18.35 | 10.89 | 48.71 | - |
| YUV | 92.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 188 | 0.37 | 0.68 | 0 | 0.26 | 267.4 | 0.51 | 0.49 |
| Hex | 77 | 3D | BC | 25 | 44 | 0 | 1A | 10B | 33 | 31 |
| Octal | 167 | 75 | 274 | 45 | 104 | 0 | 32 | 413 | 63 | 61 |
| Binary | 1110111 | 111101 | 10111100 | 100101 | 1000100 | 0 | 11010 | 100001011 | 110011 | 110001 |
Color Harmonies of #773DBC
Complementary color
Monochromatic Colors of #773DBC
Black with #773DBC
Text Example
Text Example
White with #773DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DBC; }
p { color: rgb(119,61,188); }
H1.HeaderClassName
{
color: #773DBC;
}
.AnyTagClassName
{
color: #773DBC;
}
</style>
background-color css
<style>
a { background-color: #773DBC; }
a { background-color: rgb(119,61,188); }
div.DivClassName
{
background-color: #773DBC;
}
.BgClassName
{
background-color: #773DBC;
}
</style>
border-color css
<style>
span { border-color: #773DBC; }
span { border-color: rgb(119,61,188); }
td.TdClassName
{
border-color: #773DBC;
}
.TagClassName
{
border-color: #773DBC;
}
</style>