Shades of Purple Heart #793BC7
Tints of Purple Heart #793BC7
RGB
CMYK
RGB Variations
Color information
#793BC7 (or 0x793BC7) is known color: Purple Heart. HEX triplet: 79, 3B and C7. RGB value is (121,59,199). Sum of RGB (Red+Green+Blue) = 121+59+199=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #793BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BC7 is #86C438. Grayscale: #5C5C5C. Windows color (decimal): -8832057 or 13056889. OLE color: 13056889.
HSL color Cylindrical-coordinate representation of color #793BC7: hue angle of 266.57º degrees, saturation: 0.56, 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 #793BC7 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 59 | 199 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.22 |
| HSL | 266.57º | 0.56% | 0.51% | - |
| HSV(B) | 266.57º | 0.7% | 0.78% | - |
| XYZ | 19.76 | 11.32 | 55.18 | - |
| YUV | 93.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 199 | 0.39 | 0.70 | 0 | 0.22 | 266.57 | 0.56 | 0.51 |
| Hex | 79 | 3B | C7 | 27 | 46 | 0 | 16 | 10B | 38 | 33 |
| Octal | 171 | 73 | 307 | 47 | 106 | 0 | 26 | 413 | 70 | 63 |
| Binary | 1111001 | 111011 | 11000111 | 100111 | 1000110 | 0 | 10110 | 100001011 | 111000 | 110011 |
Color Harmonies of #793BC7
Complementary color
Monochromatic Colors of #793BC7
Black with #793BC7
Text Example
Text Example
White with #793BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BC7; }
p { color: rgb(121,59,199); }
H1.HeaderClassName
{
color: #793BC7;
}
.AnyTagClassName
{
color: #793BC7;
}
</style>
background-color css
<style>
a { background-color: #793BC7; }
a { background-color: rgb(121,59,199); }
div.DivClassName
{
background-color: #793BC7;
}
.BgClassName
{
background-color: #793BC7;
}
</style>
border-color css
<style>
span { border-color: #793BC7; }
span { border-color: rgb(121,59,199); }
td.TdClassName
{
border-color: #793BC7;
}
.TagClassName
{
border-color: #793BC7;
}
</style>