Shades of Purple Heart #793CC7
Tints of Purple Heart #793CC7
RGB
CMYK
RGB Variations
Color information
#793CC7 (or 0x793CC7) is known color: Purple Heart. HEX triplet: 79, 3C and C7. RGB value is (121,60,199). Sum of RGB (Red+Green+Blue) = 121+60+199=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #793CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC7 is #86C338. Grayscale: #5D5D5D. Windows color (decimal): -8831801 or 13057145. OLE color: 13057145.
HSL color Cylindrical-coordinate representation of color #793CC7: hue angle of 266.33º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793CC7 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 60 | 199 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.22 |
| HSL | 266.33º | 0.55% | 0.51% | - |
| HSV(B) | 266.33º | 0.7% | 0.78% | - |
| XYZ | 19.81 | 11.42 | 55.19 | - |
| YUV | 94.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 199 | 0.39 | 0.70 | 0 | 0.22 | 266.33 | 0.55 | 0.51 |
| Hex | 79 | 3C | C7 | 27 | 46 | 0 | 16 | 10A | 37 | 33 |
| Octal | 171 | 74 | 307 | 47 | 106 | 0 | 26 | 412 | 67 | 63 |
| Binary | 1111001 | 111100 | 11000111 | 100111 | 1000110 | 0 | 10110 | 100001010 | 110111 | 110011 |
Color Harmonies of #793CC7
Complementary color
Monochromatic Colors of #793CC7
Black with #793CC7
Text Example
Text Example
White with #793CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CC7; }
p { color: rgb(121,60,199); }
H1.HeaderClassName
{
color: #793CC7;
}
.AnyTagClassName
{
color: #793CC7;
}
</style>
background-color css
<style>
a { background-color: #793CC7; }
a { background-color: rgb(121,60,199); }
div.DivClassName
{
background-color: #793CC7;
}
.BgClassName
{
background-color: #793CC7;
}
</style>
border-color css
<style>
span { border-color: #793CC7; }
span { border-color: rgb(121,60,199); }
td.TdClassName
{
border-color: #793CC7;
}
.TagClassName
{
border-color: #793CC7;
}
</style>