Shades of Purple Heart #793FBC
Tints of Purple Heart #793FBC
RGB
CMYK
RGB Variations
Color information
#793FBC (or 0x793FBC) is known color: Purple Heart. HEX triplet: 79, 3F and BC. RGB value is (121,63,188). Sum of RGB (Red+Green+Blue) = 121+63+188=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #793FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FBC is #86C043. Grayscale: #5E5E5E. Windows color (decimal): -8831044 or 12337017. OLE color: 12337017.
HSL color Cylindrical-coordinate representation of color #793FBC: hue angle of 267.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793FBC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 63 | 188 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.26 |
| HSL | 267.84º | 0.5% | 0.49% | - |
| HSV(B) | 267.84º | 0.66% | 0.74% | - |
| XYZ | 18.74 | 11.25 | 48.76 | - |
| YUV | 94.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 188 | 0.36 | 0.66 | 0 | 0.26 | 267.84 | 0.5 | 0.49 |
| Hex | 79 | 3F | BC | 24 | 42 | 0 | 1A | 10C | 32 | 31 |
| Octal | 171 | 77 | 274 | 44 | 102 | 0 | 32 | 414 | 62 | 61 |
| Binary | 1111001 | 111111 | 10111100 | 100100 | 1000010 | 0 | 11010 | 100001100 | 110010 | 110001 |
Color Harmonies of #793FBC
Complementary color
Monochromatic Colors of #793FBC
Black with #793FBC
Text Example
Text Example
White with #793FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FBC; }
p { color: rgb(121,63,188); }
H1.HeaderClassName
{
color: #793FBC;
}
.AnyTagClassName
{
color: #793FBC;
}
</style>
background-color css
<style>
a { background-color: #793FBC; }
a { background-color: rgb(121,63,188); }
div.DivClassName
{
background-color: #793FBC;
}
.BgClassName
{
background-color: #793FBC;
}
</style>
border-color css
<style>
span { border-color: #793FBC; }
span { border-color: rgb(121,63,188); }
td.TdClassName
{
border-color: #793FBC;
}
.TagClassName
{
border-color: #793FBC;
}
</style>