Shades of Purple Heart #773DBD
Tints of Purple Heart #773DBD
RGB
CMYK
RGB Variations
Color information
#773DBD (or 0x773DBD) is known color: Purple Heart. HEX triplet: 77, 3D and BD. RGB value is (119,61,189). Sum of RGB (Red+Green+Blue) = 119+61+189=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #773DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DBD is #88C242. Grayscale: #5C5C5C. Windows color (decimal): -8962627 or 12402039. OLE color: 12402039.
HSL color Cylindrical-coordinate representation of color #773DBD: hue angle of 267.19º 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 #773DBD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 61 | 189 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.26 |
| HSL | 267.19º | 0.51% | 0.49% | - |
| HSV(B) | 267.19º | 0.68% | 0.74% | - |
| XYZ | 18.46 | 10.93 | 49.28 | - |
| YUV | 92.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 189 | 0.37 | 0.68 | 0 | 0.26 | 267.19 | 0.51 | 0.49 |
| Hex | 77 | 3D | BD | 25 | 44 | 0 | 1A | 10B | 33 | 31 |
| Octal | 167 | 75 | 275 | 45 | 104 | 0 | 32 | 413 | 63 | 61 |
| Binary | 1110111 | 111101 | 10111101 | 100101 | 1000100 | 0 | 11010 | 100001011 | 110011 | 110001 |
Color Harmonies of #773DBD
Complementary color
Monochromatic Colors of #773DBD
Black with #773DBD
Text Example
Text Example
White with #773DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DBD; }
p { color: rgb(119,61,189); }
H1.HeaderClassName
{
color: #773DBD;
}
.AnyTagClassName
{
color: #773DBD;
}
</style>
background-color css
<style>
a { background-color: #773DBD; }
a { background-color: rgb(119,61,189); }
div.DivClassName
{
background-color: #773DBD;
}
.BgClassName
{
background-color: #773DBD;
}
</style>
border-color css
<style>
span { border-color: #773DBD; }
span { border-color: rgb(119,61,189); }
td.TdClassName
{
border-color: #773DBD;
}
.TagClassName
{
border-color: #773DBD;
}
</style>