Shades of Purple Heart #7D2CBF
Tints of Purple Heart #7D2CBF
RGB
CMYK
RGB Variations
Color information
#7D2CBF (or 0x7D2CBF) is known color: Purple Heart. HEX triplet: 7D, 2C and BF. RGB value is (125,44,191). Sum of RGB (Red+Green+Blue) = 125+44+191=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D2CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CBF is #82D340. Grayscale: #545454. Windows color (decimal): -8573761 or 12528765. OLE color: 12528765.
HSL color Cylindrical-coordinate representation of color #7D2CBF: hue angle of 273.06º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2CBF is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 44 | 191 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.25 |
| HSL | 273.06º | 0.63% | 0.46% | - |
| HSV(B) | 273.06º | 0.77% | 0.75% | - |
| XYZ | 18.76 | 9.92 | 50.22 | - |
| YUV | 84.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 191 | 0.35 | 0.77 | 0 | 0.25 | 273.06 | 0.63 | 0.46 |
| Hex | 7D | 2C | BF | 23 | 4D | 0 | 19 | 111 | 3F | 2E |
| Octal | 175 | 54 | 277 | 43 | 115 | 0 | 31 | 421 | 77 | 56 |
| Binary | 1111101 | 101100 | 10111111 | 100011 | 1001101 | 0 | 11001 | 100010001 | 111111 | 101110 |
Color Harmonies of #7D2CBF
Complementary color
Monochromatic Colors of #7D2CBF
Black with #7D2CBF
Text Example
Text Example
White with #7D2CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2CBF; }
p { color: rgb(125,44,191); }
H1.HeaderClassName
{
color: #7D2CBF;
}
.AnyTagClassName
{
color: #7D2CBF;
}
</style>
background-color css
<style>
a { background-color: #7D2CBF; }
a { background-color: rgb(125,44,191); }
div.DivClassName
{
background-color: #7D2CBF;
}
.BgClassName
{
background-color: #7D2CBF;
}
</style>
border-color css
<style>
span { border-color: #7D2CBF; }
span { border-color: rgb(125,44,191); }
td.TdClassName
{
border-color: #7D2CBF;
}
.TagClassName
{
border-color: #7D2CBF;
}
</style>