Shades of Purple Heart #793DC0
Tints of Purple Heart #793DC0
RGB
CMYK
RGB Variations
Color information
#793DC0 (or 0x793DC0) is known color: Purple Heart. HEX triplet: 79, 3D and C0. RGB value is (121,61,192). Sum of RGB (Red+Green+Blue) = 121+61+192=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #793DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DC0 is #86C23F. Grayscale: #5D5D5D. Windows color (decimal): -8831552 or 12598649. OLE color: 12598649.
HSL color Cylindrical-coordinate representation of color #793DC0: hue angle of 267.48º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793DC0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 61 | 192 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.25 |
| HSL | 267.48º | 0.52% | 0.5% | - |
| HSV(B) | 267.48º | 0.68% | 0.75% | - |
| XYZ | 19.07 | 11.21 | 51.03 | - |
| YUV | 93.87 | 183.38 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 192 | 0.37 | 0.68 | 0 | 0.25 | 267.48 | 0.52 | 0.5 |
| Hex | 79 | 3D | C0 | 25 | 44 | 0 | 19 | 10B | 34 | 32 |
| Octal | 171 | 75 | 300 | 45 | 104 | 0 | 31 | 413 | 64 | 62 |
| Binary | 1111001 | 111101 | 11000000 | 100101 | 1000100 | 0 | 11001 | 100001011 | 110100 | 110010 |
Color Harmonies of #793DC0
Complementary color
Monochromatic Colors of #793DC0
Black with #793DC0
Text Example
Text Example
White with #793DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DC0; }
p { color: rgb(121,61,192); }
H1.HeaderClassName
{
color: #793DC0;
}
.AnyTagClassName
{
color: #793DC0;
}
</style>
background-color css
<style>
a { background-color: #793DC0; }
a { background-color: rgb(121,61,192); }
div.DivClassName
{
background-color: #793DC0;
}
.BgClassName
{
background-color: #793DC0;
}
</style>
border-color css
<style>
span { border-color: #793DC0; }
span { border-color: rgb(121,61,192); }
td.TdClassName
{
border-color: #793DC0;
}
.TagClassName
{
border-color: #793DC0;
}
</style>