Shades of Purple Heart #792FB6
Tints of Purple Heart #792FB6
RGB
CMYK
RGB Variations
Color information
#792FB6 (or 0x792FB6) is known color: Purple Heart. HEX triplet: 79, 2F and B6. RGB value is (121,47,182). Sum of RGB (Red+Green+Blue) = 121+47+182=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #792FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792FB6 is #86D049. Grayscale: #545454. Windows color (decimal): -8835146 or 11939705. OLE color: 11939705.
HSL color Cylindrical-coordinate representation of color #792FB6: hue angle of 272.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792FB6 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 47 | 182 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.29 |
| HSL | 272.89º | 0.59% | 0.45% | - |
| HSV(B) | 272.89º | 0.74% | 0.71% | - |
| XYZ | 17.35 | 9.48 | 45.17 | - |
| YUV | 84.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 182 | 0.34 | 0.74 | 0 | 0.29 | 272.89 | 0.59 | 0.45 |
| Hex | 79 | 2F | B6 | 22 | 4A | 0 | 1D | 111 | 3B | 2D |
| Octal | 171 | 57 | 266 | 42 | 112 | 0 | 35 | 421 | 73 | 55 |
| Binary | 1111001 | 101111 | 10110110 | 100010 | 1001010 | 0 | 11101 | 100010001 | 111011 | 101101 |
Color Harmonies of #792FB6
Complementary color
Monochromatic Colors of #792FB6
Black with #792FB6
Text Example
Text Example
White with #792FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FB6; }
p { color: rgb(121,47,182); }
H1.HeaderClassName
{
color: #792FB6;
}
.AnyTagClassName
{
color: #792FB6;
}
</style>
background-color css
<style>
a { background-color: #792FB6; }
a { background-color: rgb(121,47,182); }
div.DivClassName
{
background-color: #792FB6;
}
.BgClassName
{
background-color: #792FB6;
}
</style>
border-color css
<style>
span { border-color: #792FB6; }
span { border-color: rgb(121,47,182); }
td.TdClassName
{
border-color: #792FB6;
}
.TagClassName
{
border-color: #792FB6;
}
</style>