Shades of Purple Heart #773ACB
Tints of Purple Heart #773ACB
RGB
CMYK
RGB Variations
Color information
#773ACB (or 0x773ACB) is known color: Purple Heart. HEX triplet: 77, 3A and CB. RGB value is (119,58,203). Sum of RGB (Red+Green+Blue) = 119+58+203=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #773ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ACB is #88C534. Grayscale: #5C5C5C. Windows color (decimal): -8963381 or 13318775. OLE color: 13318775.
HSL color Cylindrical-coordinate representation of color #773ACB: hue angle of 265.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773ACB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 58 | 203 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.20 |
| HSL | 265.24º | 0.58% | 0.51% | - |
| HSV(B) | 265.24º | 0.71% | 0.8% | - |
| XYZ | 19.9 | 11.26 | 57.62 | - |
| YUV | 92.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 203 | 0.41 | 0.71 | 0 | 0.20 | 265.24 | 0.58 | 0.51 |
| Hex | 77 | 3A | CB | 29 | 47 | 0 | 14 | 109 | 3A | 33 |
| Octal | 167 | 72 | 313 | 51 | 107 | 0 | 24 | 411 | 72 | 63 |
| Binary | 1110111 | 111010 | 11001011 | 101001 | 1000111 | 0 | 10100 | 100001001 | 111010 | 110011 |
Color Harmonies of #773ACB
Complementary color
Monochromatic Colors of #773ACB
Black with #773ACB
Text Example
Text Example
White with #773ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ACB; }
p { color: rgb(119,58,203); }
H1.HeaderClassName
{
color: #773ACB;
}
.AnyTagClassName
{
color: #773ACB;
}
</style>
background-color css
<style>
a { background-color: #773ACB; }
a { background-color: rgb(119,58,203); }
div.DivClassName
{
background-color: #773ACB;
}
.BgClassName
{
background-color: #773ACB;
}
</style>
border-color css
<style>
span { border-color: #773ACB; }
span { border-color: rgb(119,58,203); }
td.TdClassName
{
border-color: #773ACB;
}
.TagClassName
{
border-color: #773ACB;
}
</style>