Shades of Purple Heart #791CAC
Tints of Purple Heart #791CAC
RGB
CMYK
RGB Variations
Color information
#791CAC (or 0x791CAC) is known color: Purple Heart. HEX triplet: 79, 1C and AC. RGB value is (121,28,172). Sum of RGB (Red+Green+Blue) = 121+28+172=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #791CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CAC is #86E353. Grayscale: #474747. Windows color (decimal): -8840020 or 11279481. OLE color: 11279481.
HSL color Cylindrical-coordinate representation of color #791CAC: hue angle of 278.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791CAC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 28 | 172 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.33 |
| HSL | 278.75º | 0.72% | 0.39% | - |
| HSV(B) | 278.75º | 0.84% | 0.67% | - |
| XYZ | 15.75 | 7.87 | 39.72 | - |
| YUV | 72.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 172 | 0.30 | 0.84 | 0 | 0.33 | 278.75 | 0.72 | 0.39 |
| Hex | 79 | 1C | AC | 1E | 54 | 0 | 21 | 117 | 48 | 27 |
| Octal | 171 | 34 | 254 | 36 | 124 | 0 | 41 | 427 | 110 | 47 |
| Binary | 1111001 | 11100 | 10101100 | 11110 | 1010100 | 0 | 100001 | 100010111 | 1001000 | 100111 |
Color Harmonies of #791CAC
Complementary color
Monochromatic Colors of #791CAC
Black with #791CAC
Text Example
Text Example
White with #791CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CAC; }
p { color: rgb(121,28,172); }
H1.HeaderClassName
{
color: #791CAC;
}
.AnyTagClassName
{
color: #791CAC;
}
</style>
background-color css
<style>
a { background-color: #791CAC; }
a { background-color: rgb(121,28,172); }
div.DivClassName
{
background-color: #791CAC;
}
.BgClassName
{
background-color: #791CAC;
}
</style>
border-color css
<style>
span { border-color: #791CAC; }
span { border-color: rgb(121,28,172); }
td.TdClassName
{
border-color: #791CAC;
}
.TagClassName
{
border-color: #791CAC;
}
</style>