Shades of Purple Heart #7121C1
Tints of Purple Heart #7121C1
RGB
CMYK
RGB Variations
Color information
#7121C1 (or 0x7121C1) is known color: Purple Heart. HEX triplet: 71, 21 and C1. RGB value is (113,33,193). Sum of RGB (Red+Green+Blue) = 113+33+193=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #7121C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121C1 is #8EDE3E. Grayscale: #4A4A4A. Windows color (decimal): -9363007 or 12657009. OLE color: 12657009.
HSL color Cylindrical-coordinate representation of color #7121C1: hue angle of 270º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7121C1 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 33 | 193 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.24 |
| HSL | 270º | 0.71% | 0.44% | - |
| HSV(B) | 270º | 0.83% | 0.76% | - |
| XYZ | 16.98 | 8.45 | 51.19 | - |
| YUV | 75.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 193 | 0.41 | 0.83 | 0 | 0.24 | 270 | 0.71 | 0.44 |
| Hex | 71 | 21 | C1 | 29 | 53 | 0 | 18 | 10E | 47 | 2C |
| Octal | 161 | 41 | 301 | 51 | 123 | 0 | 30 | 416 | 107 | 54 |
| Binary | 1110001 | 100001 | 11000001 | 101001 | 1010011 | 0 | 11000 | 100001110 | 1000111 | 101100 |
Color Harmonies of #7121C1
Complementary color
Monochromatic Colors of #7121C1
Black with #7121C1
Text Example
Text Example
White with #7121C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7121C1; }
p { color: rgb(113,33,193); }
H1.HeaderClassName
{
color: #7121C1;
}
.AnyTagClassName
{
color: #7121C1;
}
</style>
background-color css
<style>
a { background-color: #7121C1; }
a { background-color: rgb(113,33,193); }
div.DivClassName
{
background-color: #7121C1;
}
.BgClassName
{
background-color: #7121C1;
}
</style>
border-color css
<style>
span { border-color: #7121C1; }
span { border-color: rgb(113,33,193); }
td.TdClassName
{
border-color: #7121C1;
}
.TagClassName
{
border-color: #7121C1;
}
</style>