Shades of Purple Heart #773DC9
Tints of Purple Heart #773DC9
RGB
CMYK
RGB Variations
Color information
#773DC9 (or 0x773DC9) is known color: Purple Heart. HEX triplet: 77, 3D and C9. RGB value is (119,61,201). Sum of RGB (Red+Green+Blue) = 119+61+201=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #773DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DC9 is #88C236. Grayscale: #5D5D5D. Windows color (decimal): -8962615 or 13188471. OLE color: 13188471.
HSL color Cylindrical-coordinate representation of color #773DC9: hue angle of 264.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773DC9 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 61 | 201 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.21 |
| HSL | 264.86º | 0.56% | 0.51% | - |
| HSV(B) | 264.86º | 0.7% | 0.79% | - |
| XYZ | 19.82 | 11.48 | 56.43 | - |
| YUV | 94.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 201 | 0.41 | 0.70 | 0 | 0.21 | 264.86 | 0.56 | 0.51 |
| Hex | 77 | 3D | C9 | 29 | 46 | 0 | 15 | 109 | 38 | 33 |
| Octal | 167 | 75 | 311 | 51 | 106 | 0 | 25 | 411 | 70 | 63 |
| Binary | 1110111 | 111101 | 11001001 | 101001 | 1000110 | 0 | 10101 | 100001001 | 111000 | 110011 |
Color Harmonies of #773DC9
Complementary color
Monochromatic Colors of #773DC9
Black with #773DC9
Text Example
Text Example
White with #773DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DC9; }
p { color: rgb(119,61,201); }
H1.HeaderClassName
{
color: #773DC9;
}
.AnyTagClassName
{
color: #773DC9;
}
</style>
background-color css
<style>
a { background-color: #773DC9; }
a { background-color: rgb(119,61,201); }
div.DivClassName
{
background-color: #773DC9;
}
.BgClassName
{
background-color: #773DC9;
}
</style>
border-color css
<style>
span { border-color: #773DC9; }
span { border-color: rgb(119,61,201); }
td.TdClassName
{
border-color: #773DC9;
}
.TagClassName
{
border-color: #773DC9;
}
</style>