Shades of Purple Heart #792ABB
Tints of Purple Heart #792ABB
RGB
CMYK
RGB Variations
Color information
#792ABB (or 0x792ABB) is known color: Purple Heart. HEX triplet: 79, 2A and BB. RGB value is (121,42,187). Sum of RGB (Red+Green+Blue) = 121+42+187=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #792ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ABB is #86D544. Grayscale: #515151. Windows color (decimal): -8836421 or 12266105. OLE color: 12266105.
HSL color Cylindrical-coordinate representation of color #792ABB: hue angle of 272.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792ABB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 42 | 187 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.27 |
| HSL | 272.69º | 0.63% | 0.45% | - |
| HSV(B) | 272.69º | 0.78% | 0.73% | - |
| XYZ | 17.68 | 9.31 | 47.88 | - |
| YUV | 82.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 187 | 0.35 | 0.78 | 0 | 0.27 | 272.69 | 0.63 | 0.45 |
| Hex | 79 | 2A | BB | 23 | 4E | 0 | 1B | 111 | 3F | 2D |
| Octal | 171 | 52 | 273 | 43 | 116 | 0 | 33 | 421 | 77 | 55 |
| Binary | 1111001 | 101010 | 10111011 | 100011 | 1001110 | 0 | 11011 | 100010001 | 111111 | 101101 |
Color Harmonies of #792ABB
Complementary color
Monochromatic Colors of #792ABB
Black with #792ABB
Text Example
Text Example
White with #792ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792ABB; }
p { color: rgb(121,42,187); }
H1.HeaderClassName
{
color: #792ABB;
}
.AnyTagClassName
{
color: #792ABB;
}
</style>
background-color css
<style>
a { background-color: #792ABB; }
a { background-color: rgb(121,42,187); }
div.DivClassName
{
background-color: #792ABB;
}
.BgClassName
{
background-color: #792ABB;
}
</style>
border-color css
<style>
span { border-color: #792ABB; }
span { border-color: rgb(121,42,187); }
td.TdClassName
{
border-color: #792ABB;
}
.TagClassName
{
border-color: #792ABB;
}
</style>