Shades of Purple Heart #793ECC
Tints of Purple Heart #793ECC
RGB
CMYK
RGB Variations
Color information
#793ECC (or 0x793ECC) is known color: Purple Heart. HEX triplet: 79, 3E and CC. RGB value is (121,62,204). Sum of RGB (Red+Green+Blue) = 121+62+204=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #793ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ECC is #86C133. Grayscale: #5F5F5F. Windows color (decimal): -8831284 or 13385337. OLE color: 13385337.
HSL color Cylindrical-coordinate representation of color #793ECC: hue angle of 264.93º 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 #793ECC is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 62 | 204 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.2 |
| HSL | 264.93º | 0.58% | 0.52% | - |
| HSV(B) | 264.93º | 0.7% | 0.8% | - |
| XYZ | 20.51 | 11.87 | 58.34 | - |
| YUV | 95.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 204 | 0.41 | 0.70 | 0 | 0.2 | 264.93 | 0.58 | 0.52 |
| Hex | 79 | 3E | CC | 29 | 46 | 0 | 14 | 109 | 3A | 34 |
| Octal | 171 | 76 | 314 | 51 | 106 | 0 | 24 | 411 | 72 | 64 |
| Binary | 1111001 | 111110 | 11001100 | 101001 | 1000110 | 0 | 10100 | 100001001 | 111010 | 110100 |
Color Harmonies of #793ECC
Complementary color
Monochromatic Colors of #793ECC
Black with #793ECC
Text Example
Text Example
White with #793ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793ECC; }
p { color: rgb(121,62,204); }
H1.HeaderClassName
{
color: #793ECC;
}
.AnyTagClassName
{
color: #793ECC;
}
</style>
background-color css
<style>
a { background-color: #793ECC; }
a { background-color: rgb(121,62,204); }
div.DivClassName
{
background-color: #793ECC;
}
.BgClassName
{
background-color: #793ECC;
}
</style>
border-color css
<style>
span { border-color: #793ECC; }
span { border-color: rgb(121,62,204); }
td.TdClassName
{
border-color: #793ECC;
}
.TagClassName
{
border-color: #793ECC;
}
</style>