Shades of Purple Heart #773DC8
Tints of Purple Heart #773DC8
RGB
CMYK
RGB Variations
Color information
#773DC8 (or 0x773DC8) is known color: Purple Heart. HEX triplet: 77, 3D and C8. RGB value is (119,61,200). Sum of RGB (Red+Green+Blue) = 119+61+200=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #773DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DC8 is #88C237. Grayscale: #5D5D5D. Windows color (decimal): -8962616 or 13122935. OLE color: 13122935.
HSL color Cylindrical-coordinate representation of color #773DC8: hue angle of 265.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773DC8 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 61 | 200 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.22 |
| HSL | 265.04º | 0.56% | 0.51% | - |
| HSV(B) | 265.04º | 0.7% | 0.78% | - |
| XYZ | 19.7 | 11.43 | 55.81 | - |
| YUV | 94.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 200 | 0.40 | 0.69 | 0 | 0.22 | 265.04 | 0.56 | 0.51 |
| Hex | 77 | 3D | C8 | 28 | 45 | 0 | 16 | 109 | 38 | 33 |
| Octal | 167 | 75 | 310 | 50 | 105 | 0 | 26 | 411 | 70 | 63 |
| Binary | 1110111 | 111101 | 11001000 | 101000 | 1000101 | 0 | 10110 | 100001001 | 111000 | 110011 |
Color Harmonies of #773DC8
Complementary color
Monochromatic Colors of #773DC8
Black with #773DC8
Text Example
Text Example
White with #773DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DC8; }
p { color: rgb(119,61,200); }
H1.HeaderClassName
{
color: #773DC8;
}
.AnyTagClassName
{
color: #773DC8;
}
</style>
background-color css
<style>
a { background-color: #773DC8; }
a { background-color: rgb(119,61,200); }
div.DivClassName
{
background-color: #773DC8;
}
.BgClassName
{
background-color: #773DC8;
}
</style>
border-color css
<style>
span { border-color: #773DC8; }
span { border-color: rgb(119,61,200); }
td.TdClassName
{
border-color: #773DC8;
}
.TagClassName
{
border-color: #773DC8;
}
</style>