Shades of Purple Heart #793CC1
Tints of Purple Heart #793CC1
RGB
CMYK
RGB Variations
Color information
#793CC1 (or 0x793CC1) is known color: Purple Heart. HEX triplet: 79, 3C and C1. RGB value is (121,60,193). Sum of RGB (Red+Green+Blue) = 121+60+193=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #793CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC1 is #86C33E. Grayscale: #5C5C5C. Windows color (decimal): -8831807 or 12663929. OLE color: 12663929.
HSL color Cylindrical-coordinate representation of color #793CC1: hue angle of 267.52º 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 #793CC1 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 60 | 193 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.24 |
| HSL | 267.52º | 0.53% | 0.5% | - |
| HSV(B) | 267.52º | 0.69% | 0.76% | - |
| XYZ | 19.13 | 11.15 | 51.6 | - |
| YUV | 93.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 193 | 0.37 | 0.69 | 0 | 0.24 | 267.52 | 0.53 | 0.5 |
| Hex | 79 | 3C | C1 | 25 | 45 | 0 | 18 | 10C | 35 | 32 |
| Octal | 171 | 74 | 301 | 45 | 105 | 0 | 30 | 414 | 65 | 62 |
| Binary | 1111001 | 111100 | 11000001 | 100101 | 1000101 | 0 | 11000 | 100001100 | 110101 | 110010 |
Color Harmonies of #793CC1
Complementary color
Monochromatic Colors of #793CC1
Black with #793CC1
Text Example
Text Example
White with #793CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CC1; }
p { color: rgb(121,60,193); }
H1.HeaderClassName
{
color: #793CC1;
}
.AnyTagClassName
{
color: #793CC1;
}
</style>
background-color css
<style>
a { background-color: #793CC1; }
a { background-color: rgb(121,60,193); }
div.DivClassName
{
background-color: #793CC1;
}
.BgClassName
{
background-color: #793CC1;
}
</style>
border-color css
<style>
span { border-color: #793CC1; }
span { border-color: rgb(121,60,193); }
td.TdClassName
{
border-color: #793CC1;
}
.TagClassName
{
border-color: #793CC1;
}
</style>