Shades of Purple Heart #7943C0
Tints of Purple Heart #7943C0
RGB
CMYK
RGB Variations
Color information
#7943C0 (or 0x7943C0) is known color: Purple Heart. HEX triplet: 79, 43 and C0. RGB value is (121,67,192). Sum of RGB (Red+Green+Blue) = 121+67+192=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #7943C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7943C0 is #86BC3F. Grayscale: #606060. Windows color (decimal): -8830016 or 12600185. OLE color: 12600185.
HSL color Cylindrical-coordinate representation of color #7943C0: hue angle of 265.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7943C0 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 67 | 192 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.25 |
| HSL | 265.92º | 0.5% | 0.51% | - |
| HSV(B) | 265.92º | 0.65% | 0.75% | - |
| XYZ | 19.41 | 11.89 | 51.14 | - |
| YUV | 97.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 192 | 0.37 | 0.65 | 0 | 0.25 | 265.92 | 0.5 | 0.51 |
| Hex | 79 | 43 | C0 | 25 | 41 | 0 | 19 | 10A | 32 | 33 |
| Octal | 171 | 103 | 300 | 45 | 101 | 0 | 31 | 412 | 62 | 63 |
| Binary | 1111001 | 1000011 | 11000000 | 100101 | 1000001 | 0 | 11001 | 100001010 | 110010 | 110011 |
Color Harmonies of #7943C0
Complementary color
Monochromatic Colors of #7943C0
Black with #7943C0
Text Example
Text Example
White with #7943C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943C0; }
p { color: rgb(121,67,192); }
H1.HeaderClassName
{
color: #7943C0;
}
.AnyTagClassName
{
color: #7943C0;
}
</style>
background-color css
<style>
a { background-color: #7943C0; }
a { background-color: rgb(121,67,192); }
div.DivClassName
{
background-color: #7943C0;
}
.BgClassName
{
background-color: #7943C0;
}
</style>
border-color css
<style>
span { border-color: #7943C0; }
span { border-color: rgb(121,67,192); }
td.TdClassName
{
border-color: #7943C0;
}
.TagClassName
{
border-color: #7943C0;
}
</style>