Shades of Purple Heart #793EBE
Tints of Purple Heart #793EBE
RGB
CMYK
RGB Variations
Color information
#793EBE (or 0x793EBE) is known color: Purple Heart. HEX triplet: 79, 3E and BE. RGB value is (121,62,190). Sum of RGB (Red+Green+Blue) = 121+62+190=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #793EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793EBE is #86C141. Grayscale: #5D5D5D. Windows color (decimal): -8831298 or 12467833. OLE color: 12467833.
HSL color Cylindrical-coordinate representation of color #793EBE: hue angle of 267.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793EBE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 62 | 190 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.25 |
| HSL | 267.66º | 0.51% | 0.49% | - |
| HSV(B) | 267.66º | 0.67% | 0.75% | - |
| XYZ | 18.9 | 11.23 | 49.89 | - |
| YUV | 94.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 190 | 0.36 | 0.67 | 0 | 0.25 | 267.66 | 0.51 | 0.49 |
| Hex | 79 | 3E | BE | 24 | 43 | 0 | 19 | 10C | 33 | 31 |
| Octal | 171 | 76 | 276 | 44 | 103 | 0 | 31 | 414 | 63 | 61 |
| Binary | 1111001 | 111110 | 10111110 | 100100 | 1000011 | 0 | 11001 | 100001100 | 110011 | 110001 |
Color Harmonies of #793EBE
Complementary color
Monochromatic Colors of #793EBE
Black with #793EBE
Text Example
Text Example
White with #793EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793EBE; }
p { color: rgb(121,62,190); }
H1.HeaderClassName
{
color: #793EBE;
}
.AnyTagClassName
{
color: #793EBE;
}
</style>
background-color css
<style>
a { background-color: #793EBE; }
a { background-color: rgb(121,62,190); }
div.DivClassName
{
background-color: #793EBE;
}
.BgClassName
{
background-color: #793EBE;
}
</style>
border-color css
<style>
span { border-color: #793EBE; }
span { border-color: rgb(121,62,190); }
td.TdClassName
{
border-color: #793EBE;
}
.TagClassName
{
border-color: #793EBE;
}
</style>