Shades of Purple Heart #792BCD
Tints of Purple Heart #792BCD
RGB
CMYK
RGB Variations
Color information
#792BCD (or 0x792BCD) is known color: Purple Heart. HEX triplet: 79, 2B and CD. RGB value is (121,43,205). Sum of RGB (Red+Green+Blue) = 121+43+205=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #792BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BCD is #86D432. Grayscale: #545454. Windows color (decimal): -8836147 or 13446009. OLE color: 13446009.
HSL color Cylindrical-coordinate representation of color #792BCD: hue angle of 268.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792BCD is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 43 | 205 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.20 |
| HSL | 268.89º | 0.65% | 0.49% | - |
| HSV(B) | 268.89º | 0.79% | 0.8% | - |
| XYZ | 19.77 | 10.2 | 58.68 | - |
| YUV | 84.79 | 195.84 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 205 | 0.41 | 0.79 | 0 | 0.20 | 268.89 | 0.65 | 0.49 |
| Hex | 79 | 2B | CD | 29 | 4F | 0 | 14 | 10D | 41 | 31 |
| Octal | 171 | 53 | 315 | 51 | 117 | 0 | 24 | 415 | 101 | 61 |
| Binary | 1111001 | 101011 | 11001101 | 101001 | 1001111 | 0 | 10100 | 100001101 | 1000001 | 110001 |
Color Harmonies of #792BCD
Complementary color
Monochromatic Colors of #792BCD
Black with #792BCD
Text Example
Text Example
White with #792BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BCD; }
p { color: rgb(121,43,205); }
H1.HeaderClassName
{
color: #792BCD;
}
.AnyTagClassName
{
color: #792BCD;
}
</style>
background-color css
<style>
a { background-color: #792BCD; }
a { background-color: rgb(121,43,205); }
div.DivClassName
{
background-color: #792BCD;
}
.BgClassName
{
background-color: #792BCD;
}
</style>
border-color css
<style>
span { border-color: #792BCD; }
span { border-color: rgb(121,43,205); }
td.TdClassName
{
border-color: #792BCD;
}
.TagClassName
{
border-color: #792BCD;
}
</style>