Shades of Purple Heart #7D34C7
Tints of Purple Heart #7D34C7
RGB
CMYK
RGB Variations
Color information
#7D34C7 (or 0x7D34C7) is known color: Purple Heart. HEX triplet: 7D, 34 and C7. RGB value is (125,52,199). Sum of RGB (Red+Green+Blue) = 125+52+199=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D34C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34C7 is #82CB38. Grayscale: #5A5A5A. Windows color (decimal): -8571705 or 13055101. OLE color: 13055101.
HSL color Cylindrical-coordinate representation of color #7D34C7: hue angle of 269.8º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D34C7 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 52 | 199 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.22 |
| HSL | 269.8º | 0.59% | 0.49% | - |
| HSV(B) | 269.8º | 0.74% | 0.78% | - |
| XYZ | 19.99 | 10.94 | 55.09 | - |
| YUV | 90.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 199 | 0.37 | 0.74 | 0 | 0.22 | 269.8 | 0.59 | 0.49 |
| Hex | 7D | 34 | C7 | 25 | 4A | 0 | 16 | 10E | 3B | 31 |
| Octal | 175 | 64 | 307 | 45 | 112 | 0 | 26 | 416 | 73 | 61 |
| Binary | 1111101 | 110100 | 11000111 | 100101 | 1001010 | 0 | 10110 | 100001110 | 111011 | 110001 |
Color Harmonies of #7D34C7
Complementary color
Monochromatic Colors of #7D34C7
Black with #7D34C7
Text Example
Text Example
White with #7D34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D34C7; }
p { color: rgb(125,52,199); }
H1.HeaderClassName
{
color: #7D34C7;
}
.AnyTagClassName
{
color: #7D34C7;
}
</style>
background-color css
<style>
a { background-color: #7D34C7; }
a { background-color: rgb(125,52,199); }
div.DivClassName
{
background-color: #7D34C7;
}
.BgClassName
{
background-color: #7D34C7;
}
</style>
border-color css
<style>
span { border-color: #7D34C7; }
span { border-color: rgb(125,52,199); }
td.TdClassName
{
border-color: #7D34C7;
}
.TagClassName
{
border-color: #7D34C7;
}
</style>