Shades of Purple Heart #773CCD
Tints of Purple Heart #773CCD
RGB
CMYK
RGB Variations
Color information
#773CCD (or 0x773CCD) is known color: Purple Heart. HEX triplet: 77, 3C and CD. RGB value is (119,60,205). Sum of RGB (Red+Green+Blue) = 119+60+205=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #773CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CCD is #88C332. Grayscale: #5D5D5D. Windows color (decimal): -8962867 or 13450359. OLE color: 13450359.
HSL color Cylindrical-coordinate representation of color #773CCD: hue angle of 264.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773CCD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 60 | 205 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.20 |
| HSL | 264.41º | 0.59% | 0.52% | - |
| HSV(B) | 264.41º | 0.71% | 0.8% | - |
| XYZ | 20.24 | 11.56 | 58.92 | - |
| YUV | 94.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 205 | 0.42 | 0.71 | 0 | 0.20 | 264.41 | 0.59 | 0.52 |
| Hex | 77 | 3C | CD | 2A | 47 | 0 | 14 | 108 | 3B | 34 |
| Octal | 167 | 74 | 315 | 52 | 107 | 0 | 24 | 410 | 73 | 64 |
| Binary | 1110111 | 111100 | 11001101 | 101010 | 1000111 | 0 | 10100 | 100001000 | 111011 | 110100 |
Color Harmonies of #773CCD
Complementary color
Monochromatic Colors of #773CCD
Black with #773CCD
Text Example
Text Example
White with #773CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CCD; }
p { color: rgb(119,60,205); }
H1.HeaderClassName
{
color: #773CCD;
}
.AnyTagClassName
{
color: #773CCD;
}
</style>
background-color css
<style>
a { background-color: #773CCD; }
a { background-color: rgb(119,60,205); }
div.DivClassName
{
background-color: #773CCD;
}
.BgClassName
{
background-color: #773CCD;
}
</style>
border-color css
<style>
span { border-color: #773CCD; }
span { border-color: rgb(119,60,205); }
td.TdClassName
{
border-color: #773CCD;
}
.TagClassName
{
border-color: #773CCD;
}
</style>