Shades of Purple Heart #791ECA
Tints of Purple Heart #791ECA
RGB
CMYK
RGB Variations
Color information
#791ECA (or 0x791ECA) is known color: Purple Heart. HEX triplet: 79, 1E and CA. RGB value is (121,30,202). Sum of RGB (Red+Green+Blue) = 121+30+202=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #791ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ECA is #86E135. Grayscale: #4C4C4C. Windows color (decimal): -8839478 or 13246073. OLE color: 13246073.
HSL color Cylindrical-coordinate representation of color #791ECA: hue angle of 271.74º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791ECA is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 30 | 202 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.21 |
| HSL | 271.74º | 0.74% | 0.45% | - |
| HSV(B) | 271.74º | 0.85% | 0.79% | - |
| XYZ | 19.01 | 9.26 | 56.66 | - |
| YUV | 76.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 202 | 0.40 | 0.85 | 0 | 0.21 | 271.74 | 0.74 | 0.45 |
| Hex | 79 | 1E | CA | 28 | 55 | 0 | 15 | 110 | 4A | 2D |
| Octal | 171 | 36 | 312 | 50 | 125 | 0 | 25 | 420 | 112 | 55 |
| Binary | 1111001 | 11110 | 11001010 | 101000 | 1010101 | 0 | 10101 | 100010000 | 1001010 | 101101 |
Color Harmonies of #791ECA
Complementary color
Monochromatic Colors of #791ECA
Black with #791ECA
Text Example
Text Example
White with #791ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791ECA; }
p { color: rgb(121,30,202); }
H1.HeaderClassName
{
color: #791ECA;
}
.AnyTagClassName
{
color: #791ECA;
}
</style>
background-color css
<style>
a { background-color: #791ECA; }
a { background-color: rgb(121,30,202); }
div.DivClassName
{
background-color: #791ECA;
}
.BgClassName
{
background-color: #791ECA;
}
</style>
border-color css
<style>
span { border-color: #791ECA; }
span { border-color: rgb(121,30,202); }
td.TdClassName
{
border-color: #791ECA;
}
.TagClassName
{
border-color: #791ECA;
}
</style>