Shades of Purple Heart #7121C4
Tints of Purple Heart #7121C4
RGB
CMYK
RGB Variations
Color information
#7121C4 (or 0x7121C4) is known color: Purple Heart. HEX triplet: 71, 21 and C4. RGB value is (113,33,196). Sum of RGB (Red+Green+Blue) = 113+33+196=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #7121C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121C4 is #8EDE3B. Grayscale: #4A4A4A. Windows color (decimal): -9363004 or 12853617. OLE color: 12853617.
HSL color Cylindrical-coordinate representation of color #7121C4: hue angle of 269.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7121C4 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 33 | 196 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.23 |
| HSL | 269.45º | 0.71% | 0.45% | - |
| HSV(B) | 269.45º | 0.83% | 0.77% | - |
| XYZ | 17.32 | 8.58 | 52.97 | - |
| YUV | 75.5 | 196 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 196 | 0.42 | 0.83 | 0 | 0.23 | 269.45 | 0.71 | 0.45 |
| Hex | 71 | 21 | C4 | 2A | 53 | 0 | 17 | 10D | 47 | 2D |
| Octal | 161 | 41 | 304 | 52 | 123 | 0 | 27 | 415 | 107 | 55 |
| Binary | 1110001 | 100001 | 11000100 | 101010 | 1010011 | 0 | 10111 | 100001101 | 1000111 | 101101 |
Color Harmonies of #7121C4
Complementary color
Monochromatic Colors of #7121C4
Black with #7121C4
Text Example
Text Example
White with #7121C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7121C4; }
p { color: rgb(113,33,196); }
H1.HeaderClassName
{
color: #7121C4;
}
.AnyTagClassName
{
color: #7121C4;
}
</style>
background-color css
<style>
a { background-color: #7121C4; }
a { background-color: rgb(113,33,196); }
div.DivClassName
{
background-color: #7121C4;
}
.BgClassName
{
background-color: #7121C4;
}
</style>
border-color css
<style>
span { border-color: #7121C4; }
span { border-color: rgb(113,33,196); }
td.TdClassName
{
border-color: #7121C4;
}
.TagClassName
{
border-color: #7121C4;
}
</style>