Shades of Purple Heart #793FC5
Tints of Purple Heart #793FC5
RGB
CMYK
RGB Variations
Color information
#793FC5 (or 0x793FC5) is known color: Purple Heart. HEX triplet: 79, 3F and C5. RGB value is (121,63,197). Sum of RGB (Red+Green+Blue) = 121+63+197=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #793FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FC5 is #86C03A. Grayscale: #5F5F5F. Windows color (decimal): -8831035 or 12926841. OLE color: 12926841.
HSL color Cylindrical-coordinate representation of color #793FC5: hue angle of 265.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793FC5 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 63 | 197 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.23 |
| HSL | 265.97º | 0.54% | 0.51% | - |
| HSV(B) | 265.97º | 0.68% | 0.77% | - |
| XYZ | 19.74 | 11.65 | 54.03 | - |
| YUV | 95.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 197 | 0.39 | 0.68 | 0 | 0.23 | 265.97 | 0.54 | 0.51 |
| Hex | 79 | 3F | C5 | 27 | 44 | 0 | 17 | 10A | 36 | 33 |
| Octal | 171 | 77 | 305 | 47 | 104 | 0 | 27 | 412 | 66 | 63 |
| Binary | 1111001 | 111111 | 11000101 | 100111 | 1000100 | 0 | 10111 | 100001010 | 110110 | 110011 |
Color Harmonies of #793FC5
Complementary color
Monochromatic Colors of #793FC5
Black with #793FC5
Text Example
Text Example
White with #793FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FC5; }
p { color: rgb(121,63,197); }
H1.HeaderClassName
{
color: #793FC5;
}
.AnyTagClassName
{
color: #793FC5;
}
</style>
background-color css
<style>
a { background-color: #793FC5; }
a { background-color: rgb(121,63,197); }
div.DivClassName
{
background-color: #793FC5;
}
.BgClassName
{
background-color: #793FC5;
}
</style>
border-color css
<style>
span { border-color: #793FC5; }
span { border-color: rgb(121,63,197); }
td.TdClassName
{
border-color: #793FC5;
}
.TagClassName
{
border-color: #793FC5;
}
</style>