Shades of Purple Heart #7127BC
Tints of Purple Heart #7127BC
RGB
CMYK
RGB Variations
Color information
#7127BC (or 0x7127BC) is known color: Purple Heart. HEX triplet: 71, 27 and BC. RGB value is (113,39,188). Sum of RGB (Red+Green+Blue) = 113+39+188=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7127BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127BC is #8ED843. Grayscale: #4D4D4D. Windows color (decimal): -9361476 or 12330865. OLE color: 12330865.
HSL color Cylindrical-coordinate representation of color #7127BC: hue angle of 269.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7127BC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 39 | 188 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.26 |
| HSL | 269.8º | 0.66% | 0.45% | - |
| HSV(B) | 269.8º | 0.79% | 0.74% | - |
| XYZ | 16.61 | 8.59 | 48.36 | - |
| YUV | 78.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 188 | 0.40 | 0.79 | 0 | 0.26 | 269.8 | 0.66 | 0.45 |
| Hex | 71 | 27 | BC | 28 | 4F | 0 | 1A | 10E | 42 | 2D |
| Octal | 161 | 47 | 274 | 50 | 117 | 0 | 32 | 416 | 102 | 55 |
| Binary | 1110001 | 100111 | 10111100 | 101000 | 1001111 | 0 | 11010 | 100001110 | 1000010 | 101101 |
Color Harmonies of #7127BC
Complementary color
Monochromatic Colors of #7127BC
Black with #7127BC
Text Example
Text Example
White with #7127BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7127BC; }
p { color: rgb(113,39,188); }
H1.HeaderClassName
{
color: #7127BC;
}
.AnyTagClassName
{
color: #7127BC;
}
</style>
background-color css
<style>
a { background-color: #7127BC; }
a { background-color: rgb(113,39,188); }
div.DivClassName
{
background-color: #7127BC;
}
.BgClassName
{
background-color: #7127BC;
}
</style>
border-color css
<style>
span { border-color: #7127BC; }
span { border-color: rgb(113,39,188); }
td.TdClassName
{
border-color: #7127BC;
}
.TagClassName
{
border-color: #7127BC;
}
</style>