Shades of Purple Heart #7D2EBB
Tints of Purple Heart #7D2EBB
RGB
CMYK
RGB Variations
Color information
#7D2EBB (or 0x7D2EBB) is known color: Purple Heart. HEX triplet: 7D, 2E and BB. RGB value is (125,46,187). Sum of RGB (Red+Green+Blue) = 125+46+187=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D2EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2EBB is #82D144. Grayscale: #555555. Windows color (decimal): -8573253 or 12267133. OLE color: 12267133.
HSL color Cylindrical-coordinate representation of color #7D2EBB: hue angle of 273.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2EBB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 46 | 187 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.27 |
| HSL | 273.62º | 0.61% | 0.46% | - |
| HSV(B) | 273.62º | 0.75% | 0.73% | - |
| XYZ | 18.4 | 9.9 | 47.95 | - |
| YUV | 85.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 187 | 0.33 | 0.75 | 0 | 0.27 | 273.62 | 0.61 | 0.46 |
| Hex | 7D | 2E | BB | 21 | 4B | 0 | 1B | 112 | 3D | 2E |
| Octal | 175 | 56 | 273 | 41 | 113 | 0 | 33 | 422 | 75 | 56 |
| Binary | 1111101 | 101110 | 10111011 | 100001 | 1001011 | 0 | 11011 | 100010010 | 111101 | 101110 |
Color Harmonies of #7D2EBB
Complementary color
Monochromatic Colors of #7D2EBB
Black with #7D2EBB
Text Example
Text Example
White with #7D2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2EBB; }
p { color: rgb(125,46,187); }
H1.HeaderClassName
{
color: #7D2EBB;
}
.AnyTagClassName
{
color: #7D2EBB;
}
</style>
background-color css
<style>
a { background-color: #7D2EBB; }
a { background-color: rgb(125,46,187); }
div.DivClassName
{
background-color: #7D2EBB;
}
.BgClassName
{
background-color: #7D2EBB;
}
</style>
border-color css
<style>
span { border-color: #7D2EBB; }
span { border-color: rgb(125,46,187); }
td.TdClassName
{
border-color: #7D2EBB;
}
.TagClassName
{
border-color: #7D2EBB;
}
</style>