Shades of Purple Heart #773DCC
Tints of Purple Heart #773DCC
RGB
CMYK
RGB Variations
Color information
#773DCC (or 0x773DCC) is known color: Purple Heart. HEX triplet: 77, 3D and CC. RGB value is (119,61,204). Sum of RGB (Red+Green+Blue) = 119+61+204=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #773DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DCC is #88C233. Grayscale: #5E5E5E. Windows color (decimal): -8962612 or 13385079. OLE color: 13385079.
HSL color Cylindrical-coordinate representation of color #773DCC: hue angle of 264.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773DCC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 61 | 204 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.2 |
| HSL | 264.34º | 0.58% | 0.52% | - |
| HSV(B) | 264.34º | 0.7% | 0.8% | - |
| XYZ | 20.18 | 11.62 | 58.31 | - |
| YUV | 94.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 204 | 0.42 | 0.70 | 0 | 0.2 | 264.34 | 0.58 | 0.52 |
| Hex | 77 | 3D | CC | 2A | 46 | 0 | 14 | 108 | 3A | 34 |
| Octal | 167 | 75 | 314 | 52 | 106 | 0 | 24 | 410 | 72 | 64 |
| Binary | 1110111 | 111101 | 11001100 | 101010 | 1000110 | 0 | 10100 | 100001000 | 111010 | 110100 |
Color Harmonies of #773DCC
Complementary color
Monochromatic Colors of #773DCC
Black with #773DCC
Text Example
Text Example
White with #773DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DCC; }
p { color: rgb(119,61,204); }
H1.HeaderClassName
{
color: #773DCC;
}
.AnyTagClassName
{
color: #773DCC;
}
</style>
background-color css
<style>
a { background-color: #773DCC; }
a { background-color: rgb(119,61,204); }
div.DivClassName
{
background-color: #773DCC;
}
.BgClassName
{
background-color: #773DCC;
}
</style>
border-color css
<style>
span { border-color: #773DCC; }
span { border-color: rgb(119,61,204); }
td.TdClassName
{
border-color: #773DCC;
}
.TagClassName
{
border-color: #773DCC;
}
</style>