Shades of Purple Heart #793CC5
Tints of Purple Heart #793CC5
RGB
CMYK
RGB Variations
Color information
#793CC5 (or 0x793CC5) is known color: Purple Heart. HEX triplet: 79, 3C and C5. RGB value is (121,60,197). Sum of RGB (Red+Green+Blue) = 121+60+197=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #793CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC5 is #86C33A. Grayscale: #5D5D5D. Windows color (decimal): -8831803 or 12926073. OLE color: 12926073.
HSL color Cylindrical-coordinate representation of color #793CC5: hue angle of 266.72º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793CC5 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 60 | 197 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.23 |
| HSL | 266.72º | 0.54% | 0.5% | - |
| HSV(B) | 266.72º | 0.7% | 0.77% | - |
| XYZ | 19.58 | 11.33 | 53.98 | - |
| YUV | 93.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 197 | 0.39 | 0.70 | 0 | 0.23 | 266.72 | 0.54 | 0.5 |
| Hex | 79 | 3C | C5 | 27 | 46 | 0 | 17 | 10B | 36 | 32 |
| Octal | 171 | 74 | 305 | 47 | 106 | 0 | 27 | 413 | 66 | 62 |
| Binary | 1111001 | 111100 | 11000101 | 100111 | 1000110 | 0 | 10111 | 100001011 | 110110 | 110010 |
Color Harmonies of #793CC5
Complementary color
Monochromatic Colors of #793CC5
Black with #793CC5
Text Example
Text Example
White with #793CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CC5; }
p { color: rgb(121,60,197); }
H1.HeaderClassName
{
color: #793CC5;
}
.AnyTagClassName
{
color: #793CC5;
}
</style>
background-color css
<style>
a { background-color: #793CC5; }
a { background-color: rgb(121,60,197); }
div.DivClassName
{
background-color: #793CC5;
}
.BgClassName
{
background-color: #793CC5;
}
</style>
border-color css
<style>
span { border-color: #793CC5; }
span { border-color: rgb(121,60,197); }
td.TdClassName
{
border-color: #793CC5;
}
.TagClassName
{
border-color: #793CC5;
}
</style>