Shades of Purple Heart #793BC4
Tints of Purple Heart #793BC4
RGB
CMYK
RGB Variations
Color information
#793BC4 (or 0x793BC4) is known color: Purple Heart. HEX triplet: 79, 3B and C4. RGB value is (121,59,196). Sum of RGB (Red+Green+Blue) = 121+59+196=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #793BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BC4 is #86C43B. Grayscale: #5C5C5C. Windows color (decimal): -8832060 or 12860281. OLE color: 12860281.
HSL color Cylindrical-coordinate representation of color #793BC4: hue angle of 267.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793BC4 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 59 | 196 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.23 |
| HSL | 267.15º | 0.54% | 0.5% | - |
| HSV(B) | 267.15º | 0.7% | 0.77% | - |
| XYZ | 19.41 | 11.18 | 53.36 | - |
| YUV | 93.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 196 | 0.38 | 0.70 | 0 | 0.23 | 267.15 | 0.54 | 0.5 |
| Hex | 79 | 3B | C4 | 26 | 46 | 0 | 17 | 10B | 36 | 32 |
| Octal | 171 | 73 | 304 | 46 | 106 | 0 | 27 | 413 | 66 | 62 |
| Binary | 1111001 | 111011 | 11000100 | 100110 | 1000110 | 0 | 10111 | 100001011 | 110110 | 110010 |
Color Harmonies of #793BC4
Complementary color
Monochromatic Colors of #793BC4
Black with #793BC4
Text Example
Text Example
White with #793BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BC4; }
p { color: rgb(121,59,196); }
H1.HeaderClassName
{
color: #793BC4;
}
.AnyTagClassName
{
color: #793BC4;
}
</style>
background-color css
<style>
a { background-color: #793BC4; }
a { background-color: rgb(121,59,196); }
div.DivClassName
{
background-color: #793BC4;
}
.BgClassName
{
background-color: #793BC4;
}
</style>
border-color css
<style>
span { border-color: #793BC4; }
span { border-color: rgb(121,59,196); }
td.TdClassName
{
border-color: #793BC4;
}
.TagClassName
{
border-color: #793BC4;
}
</style>