Shades of Purple Heart #7D32B6
Tints of Purple Heart #7D32B6
RGB
CMYK
RGB Variations
Color information
#7D32B6 (or 0x7D32B6) is known color: Purple Heart. HEX triplet: 7D, 32 and B6. RGB value is (125,50,182). Sum of RGB (Red+Green+Blue) = 125+50+182=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D32B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D32B6 is #82CD49. Grayscale: #575757. Windows color (decimal): -8572234 or 11940477. OLE color: 11940477.
HSL color Cylindrical-coordinate representation of color #7D32B6: hue angle of 274.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D32B6 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 50 | 182 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.29 |
| HSL | 274.09º | 0.57% | 0.45% | - |
| HSV(B) | 274.09º | 0.73% | 0.71% | - |
| XYZ | 18.04 | 10.02 | 45.24 | - |
| YUV | 87.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 182 | 0.31 | 0.73 | 0 | 0.29 | 274.09 | 0.57 | 0.45 |
| Hex | 7D | 32 | B6 | 1F | 49 | 0 | 1D | 112 | 39 | 2D |
| Octal | 175 | 62 | 266 | 37 | 111 | 0 | 35 | 422 | 71 | 55 |
| Binary | 1111101 | 110010 | 10110110 | 11111 | 1001001 | 0 | 11101 | 100010010 | 111001 | 101101 |
Color Harmonies of #7D32B6
Complementary color
Monochromatic Colors of #7D32B6
Black with #7D32B6
Text Example
Text Example
White with #7D32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D32B6; }
p { color: rgb(125,50,182); }
H1.HeaderClassName
{
color: #7D32B6;
}
.AnyTagClassName
{
color: #7D32B6;
}
</style>
background-color css
<style>
a { background-color: #7D32B6; }
a { background-color: rgb(125,50,182); }
div.DivClassName
{
background-color: #7D32B6;
}
.BgClassName
{
background-color: #7D32B6;
}
</style>
border-color css
<style>
span { border-color: #7D32B6; }
span { border-color: rgb(125,50,182); }
td.TdClassName
{
border-color: #7D32B6;
}
.TagClassName
{
border-color: #7D32B6;
}
</style>