Shades of Purple Heart #7121BB
Tints of Purple Heart #7121BB
RGB
CMYK
RGB Variations
Color information
#7121BB (or 0x7121BB) is known color: Purple Heart. HEX triplet: 71, 21 and BB. RGB value is (113,33,187). Sum of RGB (Red+Green+Blue) = 113+33+187=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #7121BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121BB is #8EDE44. Grayscale: #494949. Windows color (decimal): -9363013 or 12263793. OLE color: 12263793.
HSL color Cylindrical-coordinate representation of color #7121BB: hue angle of 271.17º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7121BB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 33 | 187 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.27 |
| HSL | 271.17º | 0.7% | 0.43% | - |
| HSV(B) | 271.17º | 0.82% | 0.73% | - |
| XYZ | 16.32 | 8.19 | 47.73 | - |
| YUV | 74.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 187 | 0.40 | 0.82 | 0 | 0.27 | 271.17 | 0.7 | 0.43 |
| Hex | 71 | 21 | BB | 28 | 52 | 0 | 1B | 10F | 46 | 2B |
| Octal | 161 | 41 | 273 | 50 | 122 | 0 | 33 | 417 | 106 | 53 |
| Binary | 1110001 | 100001 | 10111011 | 101000 | 1010010 | 0 | 11011 | 100001111 | 1000110 | 101011 |
Color Harmonies of #7121BB
Complementary color
Monochromatic Colors of #7121BB
Black with #7121BB
Text Example
Text Example
White with #7121BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7121BB; }
p { color: rgb(113,33,187); }
H1.HeaderClassName
{
color: #7121BB;
}
.AnyTagClassName
{
color: #7121BB;
}
</style>
background-color css
<style>
a { background-color: #7121BB; }
a { background-color: rgb(113,33,187); }
div.DivClassName
{
background-color: #7121BB;
}
.BgClassName
{
background-color: #7121BB;
}
</style>
border-color css
<style>
span { border-color: #7121BB; }
span { border-color: rgb(113,33,187); }
td.TdClassName
{
border-color: #7121BB;
}
.TagClassName
{
border-color: #7121BB;
}
</style>