Shades of Purple Heart #793CC2
Tints of Purple Heart #793CC2
RGB
CMYK
RGB Variations
Color information
#793CC2 (or 0x793CC2) is known color: Purple Heart. HEX triplet: 79, 3C and C2. RGB value is (121,60,194). Sum of RGB (Red+Green+Blue) = 121+60+194=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #793CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC2 is #86C33D. Grayscale: #5D5D5D. Windows color (decimal): -8831806 or 12729465. OLE color: 12729465.
HSL color Cylindrical-coordinate representation of color #793CC2: hue angle of 267.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793CC2 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 60 | 194 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.24 |
| HSL | 267.31º | 0.53% | 0.5% | - |
| HSV(B) | 267.31º | 0.69% | 0.76% | - |
| XYZ | 19.24 | 11.19 | 52.19 | - |
| YUV | 93.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 194 | 0.38 | 0.69 | 0 | 0.24 | 267.31 | 0.53 | 0.5 |
| Hex | 79 | 3C | C2 | 26 | 45 | 0 | 18 | 10B | 35 | 32 |
| Octal | 171 | 74 | 302 | 46 | 105 | 0 | 30 | 413 | 65 | 62 |
| Binary | 1111001 | 111100 | 11000010 | 100110 | 1000101 | 0 | 11000 | 100001011 | 110101 | 110010 |
Color Harmonies of #793CC2
Complementary color
Monochromatic Colors of #793CC2
Black with #793CC2
Text Example
Text Example
White with #793CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CC2; }
p { color: rgb(121,60,194); }
H1.HeaderClassName
{
color: #793CC2;
}
.AnyTagClassName
{
color: #793CC2;
}
</style>
background-color css
<style>
a { background-color: #793CC2; }
a { background-color: rgb(121,60,194); }
div.DivClassName
{
background-color: #793CC2;
}
.BgClassName
{
background-color: #793CC2;
}
</style>
border-color css
<style>
span { border-color: #793CC2; }
span { border-color: rgb(121,60,194); }
td.TdClassName
{
border-color: #793CC2;
}
.TagClassName
{
border-color: #793CC2;
}
</style>