Shades of Purple Heart #773CCA
Tints of Purple Heart #773CCA
RGB
CMYK
RGB Variations
Color information
#773CCA (or 0x773CCA) is known color: Purple Heart. HEX triplet: 77, 3C and CA. RGB value is (119,60,202). Sum of RGB (Red+Green+Blue) = 119+60+202=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #773CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CCA is #88C335. Grayscale: #5D5D5D. Windows color (decimal): -8962870 or 13253751. OLE color: 13253751.
HSL color Cylindrical-coordinate representation of color #773CCA: hue angle of 264.93º degrees, saturation: 0.57, 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 #773CCA is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 60 | 202 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.21 |
| HSL | 264.93º | 0.57% | 0.51% | - |
| HSV(B) | 264.93º | 0.7% | 0.79% | - |
| XYZ | 19.88 | 11.42 | 57.03 | - |
| YUV | 93.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 202 | 0.41 | 0.70 | 0 | 0.21 | 264.93 | 0.57 | 0.51 |
| Hex | 77 | 3C | CA | 29 | 46 | 0 | 15 | 109 | 39 | 33 |
| Octal | 167 | 74 | 312 | 51 | 106 | 0 | 25 | 411 | 71 | 63 |
| Binary | 1110111 | 111100 | 11001010 | 101001 | 1000110 | 0 | 10101 | 100001001 | 111001 | 110011 |
Color Harmonies of #773CCA
Complementary color
Monochromatic Colors of #773CCA
Black with #773CCA
Text Example
Text Example
White with #773CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CCA; }
p { color: rgb(119,60,202); }
H1.HeaderClassName
{
color: #773CCA;
}
.AnyTagClassName
{
color: #773CCA;
}
</style>
background-color css
<style>
a { background-color: #773CCA; }
a { background-color: rgb(119,60,202); }
div.DivClassName
{
background-color: #773CCA;
}
.BgClassName
{
background-color: #773CCA;
}
</style>
border-color css
<style>
span { border-color: #773CCA; }
span { border-color: rgb(119,60,202); }
td.TdClassName
{
border-color: #773CCA;
}
.TagClassName
{
border-color: #773CCA;
}
</style>