Shades of Purple Heart #792DB4
Tints of Purple Heart #792DB4
RGB
CMYK
RGB Variations
Color information
#792DB4 (or 0x792DB4) is known color: Purple Heart. HEX triplet: 79, 2D and B4. RGB value is (121,45,180). Sum of RGB (Red+Green+Blue) = 121+45+180=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #792DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DB4 is #86D24B. Grayscale: #525252. Windows color (decimal): -8835660 or 11808121. OLE color: 11808121.
HSL color Cylindrical-coordinate representation of color #792DB4: hue angle of 273.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792DB4 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 45 | 180 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.29 |
| HSL | 273.78º | 0.6% | 0.44% | - |
| HSV(B) | 273.78º | 0.75% | 0.71% | - |
| XYZ | 17.06 | 9.24 | 44.06 | - |
| YUV | 83.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 180 | 0.33 | 0.75 | 0 | 0.29 | 273.78 | 0.6 | 0.44 |
| Hex | 79 | 2D | B4 | 21 | 4B | 0 | 1D | 112 | 3C | 2C |
| Octal | 171 | 55 | 264 | 41 | 113 | 0 | 35 | 422 | 74 | 54 |
| Binary | 1111001 | 101101 | 10110100 | 100001 | 1001011 | 0 | 11101 | 100010010 | 111100 | 101100 |
Color Harmonies of #792DB4
Complementary color
Monochromatic Colors of #792DB4
Black with #792DB4
Text Example
Text Example
White with #792DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DB4; }
p { color: rgb(121,45,180); }
H1.HeaderClassName
{
color: #792DB4;
}
.AnyTagClassName
{
color: #792DB4;
}
</style>
background-color css
<style>
a { background-color: #792DB4; }
a { background-color: rgb(121,45,180); }
div.DivClassName
{
background-color: #792DB4;
}
.BgClassName
{
background-color: #792DB4;
}
</style>
border-color css
<style>
span { border-color: #792DB4; }
span { border-color: rgb(121,45,180); }
td.TdClassName
{
border-color: #792DB4;
}
.TagClassName
{
border-color: #792DB4;
}
</style>