Shades of Purple Heart #792DB3
Tints of Purple Heart #792DB3
RGB
CMYK
RGB Variations
Color information
#792DB3 (or 0x792DB3) is known color: Purple Heart. HEX triplet: 79, 2D and B3. RGB value is (121,45,179). Sum of RGB (Red+Green+Blue) = 121+45+179=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #792DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DB3 is #86D24C. Grayscale: #525252. Windows color (decimal): -8835661 or 11742585. OLE color: 11742585.
HSL color Cylindrical-coordinate representation of color #792DB3: hue angle of 274.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792DB3 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 45 | 179 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.30 |
| HSL | 274.03º | 0.6% | 0.44% | - |
| HSV(B) | 274.03º | 0.75% | 0.7% | - |
| XYZ | 16.96 | 9.2 | 43.53 | - |
| YUV | 83 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 179 | 0.32 | 0.75 | 0 | 0.30 | 274.03 | 0.6 | 0.44 |
| Hex | 79 | 2D | B3 | 20 | 4B | 0 | 1E | 112 | 3C | 2C |
| Octal | 171 | 55 | 263 | 40 | 113 | 0 | 36 | 422 | 74 | 54 |
| Binary | 1111001 | 101101 | 10110011 | 100000 | 1001011 | 0 | 11110 | 100010010 | 111100 | 101100 |
Color Harmonies of #792DB3
Complementary color
Monochromatic Colors of #792DB3
Black with #792DB3
Text Example
Text Example
White with #792DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DB3; }
p { color: rgb(121,45,179); }
H1.HeaderClassName
{
color: #792DB3;
}
.AnyTagClassName
{
color: #792DB3;
}
</style>
background-color css
<style>
a { background-color: #792DB3; }
a { background-color: rgb(121,45,179); }
div.DivClassName
{
background-color: #792DB3;
}
.BgClassName
{
background-color: #792DB3;
}
</style>
border-color css
<style>
span { border-color: #792DB3; }
span { border-color: rgb(121,45,179); }
td.TdClassName
{
border-color: #792DB3;
}
.TagClassName
{
border-color: #792DB3;
}
</style>