Shades of Purple Heart #793ECF
Tints of Purple Heart #793ECF
RGB
CMYK
RGB Variations
Color information
#793ECF (or 0x793ECF) is known color: Purple Heart. HEX triplet: 79, 3E and CF. RGB value is (121,62,207). Sum of RGB (Red+Green+Blue) = 121+62+207=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #793ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ECF is #86C130. Grayscale: #5F5F5F. Windows color (decimal): -8831281 or 13581945. OLE color: 13581945.
HSL color Cylindrical-coordinate representation of color #793ECF: hue angle of 264.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793ECF is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 62 | 207 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.19 |
| HSL | 264.41º | 0.6% | 0.53% | - |
| HSV(B) | 264.41º | 0.7% | 0.81% | - |
| XYZ | 20.87 | 12.02 | 60.25 | - |
| YUV | 96.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 207 | 0.42 | 0.70 | 0 | 0.19 | 264.41 | 0.6 | 0.53 |
| Hex | 79 | 3E | CF | 2A | 46 | 0 | 13 | 108 | 3C | 35 |
| Octal | 171 | 76 | 317 | 52 | 106 | 0 | 23 | 410 | 74 | 65 |
| Binary | 1111001 | 111110 | 11001111 | 101010 | 1000110 | 0 | 10011 | 100001000 | 111100 | 110101 |
Color Harmonies of #793ECF
Complementary color
Monochromatic Colors of #793ECF
Black with #793ECF
Text Example
Text Example
White with #793ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793ECF; }
p { color: rgb(121,62,207); }
H1.HeaderClassName
{
color: #793ECF;
}
.AnyTagClassName
{
color: #793ECF;
}
</style>
background-color css
<style>
a { background-color: #793ECF; }
a { background-color: rgb(121,62,207); }
div.DivClassName
{
background-color: #793ECF;
}
.BgClassName
{
background-color: #793ECF;
}
</style>
border-color css
<style>
span { border-color: #793ECF; }
span { border-color: rgb(121,62,207); }
td.TdClassName
{
border-color: #793ECF;
}
.TagClassName
{
border-color: #793ECF;
}
</style>