Shades of Purple Heart #792ABC
Tints of Purple Heart #792ABC
RGB
CMYK
RGB Variations
Color information
#792ABC (or 0x792ABC) is known color: Purple Heart. HEX triplet: 79, 2A and BC. RGB value is (121,42,188). Sum of RGB (Red+Green+Blue) = 121+42+188=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #792ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ABC is #86D543. Grayscale: #515151. Windows color (decimal): -8836420 or 12331641. OLE color: 12331641.
HSL color Cylindrical-coordinate representation of color #792ABC: hue angle of 272.47º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792ABC is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 42 | 188 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.26 |
| HSL | 272.47º | 0.63% | 0.45% | - |
| HSV(B) | 272.47º | 0.78% | 0.74% | - |
| XYZ | 17.79 | 9.35 | 48.44 | - |
| YUV | 82.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 188 | 0.36 | 0.78 | 0 | 0.26 | 272.47 | 0.63 | 0.45 |
| Hex | 79 | 2A | BC | 24 | 4E | 0 | 1A | 110 | 3F | 2D |
| Octal | 171 | 52 | 274 | 44 | 116 | 0 | 32 | 420 | 77 | 55 |
| Binary | 1111001 | 101010 | 10111100 | 100100 | 1001110 | 0 | 11010 | 100010000 | 111111 | 101101 |
Color Harmonies of #792ABC
Complementary color
Monochromatic Colors of #792ABC
Black with #792ABC
Text Example
Text Example
White with #792ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792ABC; }
p { color: rgb(121,42,188); }
H1.HeaderClassName
{
color: #792ABC;
}
.AnyTagClassName
{
color: #792ABC;
}
</style>
background-color css
<style>
a { background-color: #792ABC; }
a { background-color: rgb(121,42,188); }
div.DivClassName
{
background-color: #792ABC;
}
.BgClassName
{
background-color: #792ABC;
}
</style>
border-color css
<style>
span { border-color: #792ABC; }
span { border-color: rgb(121,42,188); }
td.TdClassName
{
border-color: #792ABC;
}
.TagClassName
{
border-color: #792ABC;
}
</style>