Shades of Purple Heart #793FBF
Tints of Purple Heart #793FBF
RGB
CMYK
RGB Variations
Color information
#793FBF (or 0x793FBF) is known color: Purple Heart. HEX triplet: 79, 3F and BF. RGB value is (121,63,191). Sum of RGB (Red+Green+Blue) = 121+63+191=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #793FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FBF is #86C040. Grayscale: #5E5E5E. Windows color (decimal): -8831041 or 12533625. OLE color: 12533625.
HSL color Cylindrical-coordinate representation of color #793FBF: hue angle of 267.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793FBF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 63 | 191 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.25 |
| HSL | 267.19º | 0.5% | 0.5% | - |
| HSV(B) | 267.19º | 0.67% | 0.75% | - |
| XYZ | 19.07 | 11.38 | 50.48 | - |
| YUV | 94.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 191 | 0.37 | 0.67 | 0 | 0.25 | 267.19 | 0.5 | 0.5 |
| Hex | 79 | 3F | BF | 25 | 43 | 0 | 19 | 10B | 32 | 32 |
| Octal | 171 | 77 | 277 | 45 | 103 | 0 | 31 | 413 | 62 | 62 |
| Binary | 1111001 | 111111 | 10111111 | 100101 | 1000011 | 0 | 11001 | 100001011 | 110010 | 110010 |
Color Harmonies of #793FBF
Complementary color
Monochromatic Colors of #793FBF
Black with #793FBF
Text Example
Text Example
White with #793FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FBF; }
p { color: rgb(121,63,191); }
H1.HeaderClassName
{
color: #793FBF;
}
.AnyTagClassName
{
color: #793FBF;
}
</style>
background-color css
<style>
a { background-color: #793FBF; }
a { background-color: rgb(121,63,191); }
div.DivClassName
{
background-color: #793FBF;
}
.BgClassName
{
background-color: #793FBF;
}
</style>
border-color css
<style>
span { border-color: #793FBF; }
span { border-color: rgb(121,63,191); }
td.TdClassName
{
border-color: #793FBF;
}
.TagClassName
{
border-color: #793FBF;
}
</style>