Shades of Purple Heart #773BC9
Tints of Purple Heart #773BC9
RGB
CMYK
RGB Variations
Color information
#773BC9 (or 0x773BC9) is known color: Purple Heart. HEX triplet: 77, 3B and C9. RGB value is (119,59,201). Sum of RGB (Red+Green+Blue) = 119+59+201=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #773BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BC9 is #88C436. Grayscale: #5C5C5C. Windows color (decimal): -8963127 or 13187959. OLE color: 13187959.
HSL color Cylindrical-coordinate representation of color #773BC9: hue angle of 265.35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773BC9 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 59 | 201 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.21 |
| HSL | 265.35º | 0.57% | 0.51% | - |
| HSV(B) | 265.35º | 0.71% | 0.79% | - |
| XYZ | 19.71 | 11.27 | 56.39 | - |
| YUV | 93.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 201 | 0.41 | 0.71 | 0 | 0.21 | 265.35 | 0.57 | 0.51 |
| Hex | 77 | 3B | C9 | 29 | 47 | 0 | 15 | 109 | 39 | 33 |
| Octal | 167 | 73 | 311 | 51 | 107 | 0 | 25 | 411 | 71 | 63 |
| Binary | 1110111 | 111011 | 11001001 | 101001 | 1000111 | 0 | 10101 | 100001001 | 111001 | 110011 |
Color Harmonies of #773BC9
Complementary color
Monochromatic Colors of #773BC9
Black with #773BC9
Text Example
Text Example
White with #773BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BC9; }
p { color: rgb(119,59,201); }
H1.HeaderClassName
{
color: #773BC9;
}
.AnyTagClassName
{
color: #773BC9;
}
</style>
background-color css
<style>
a { background-color: #773BC9; }
a { background-color: rgb(119,59,201); }
div.DivClassName
{
background-color: #773BC9;
}
.BgClassName
{
background-color: #773BC9;
}
</style>
border-color css
<style>
span { border-color: #773BC9; }
span { border-color: rgb(119,59,201); }
td.TdClassName
{
border-color: #773BC9;
}
.TagClassName
{
border-color: #773BC9;
}
</style>