Shades of Purple Heart #7D32C1
Tints of Purple Heart #7D32C1
RGB
CMYK
RGB Variations
Color information
#7D32C1 (or 0x7D32C1) is known color: Purple Heart. HEX triplet: 7D, 32 and C1. RGB value is (125,50,193). Sum of RGB (Red+Green+Blue) = 125+50+193=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D32C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D32C1 is #82CD3E. Grayscale: #585858. Windows color (decimal): -8572223 or 12661373. OLE color: 12661373.
HSL color Cylindrical-coordinate representation of color #7D32C1: hue angle of 271.47º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D32C1 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 50 | 193 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.24 |
| HSL | 271.47º | 0.59% | 0.48% | - |
| HSV(B) | 271.47º | 0.74% | 0.76% | - |
| XYZ | 19.22 | 10.49 | 51.46 | - |
| YUV | 88.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 193 | 0.35 | 0.74 | 0 | 0.24 | 271.47 | 0.59 | 0.48 |
| Hex | 7D | 32 | C1 | 23 | 4A | 0 | 18 | 10F | 3B | 30 |
| Octal | 175 | 62 | 301 | 43 | 112 | 0 | 30 | 417 | 73 | 60 |
| Binary | 1111101 | 110010 | 11000001 | 100011 | 1001010 | 0 | 11000 | 100001111 | 111011 | 110000 |
Color Harmonies of #7D32C1
Complementary color
Monochromatic Colors of #7D32C1
Black with #7D32C1
Text Example
Text Example
White with #7D32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D32C1; }
p { color: rgb(125,50,193); }
H1.HeaderClassName
{
color: #7D32C1;
}
.AnyTagClassName
{
color: #7D32C1;
}
</style>
background-color css
<style>
a { background-color: #7D32C1; }
a { background-color: rgb(125,50,193); }
div.DivClassName
{
background-color: #7D32C1;
}
.BgClassName
{
background-color: #7D32C1;
}
</style>
border-color css
<style>
span { border-color: #7D32C1; }
span { border-color: rgb(125,50,193); }
td.TdClassName
{
border-color: #7D32C1;
}
.TagClassName
{
border-color: #7D32C1;
}
</style>