Shades of Purple Heart #7D34BC
Tints of Purple Heart #7D34BC
RGB
CMYK
RGB Variations
Color information
#7D34BC (or 0x7D34BC) is known color: Purple Heart. HEX triplet: 7D, 34 and BC. RGB value is (125,52,188). Sum of RGB (Red+Green+Blue) = 125+52+188=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34BC is #82CB43. Grayscale: #585858. Windows color (decimal): -8571716 or 12334205. OLE color: 12334205.
HSL color Cylindrical-coordinate representation of color #7D34BC: hue angle of 272.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D34BC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 52 | 188 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.26 |
| HSL | 272.21º | 0.57% | 0.47% | - |
| HSV(B) | 272.21º | 0.72% | 0.74% | - |
| XYZ | 18.76 | 10.45 | 48.6 | - |
| YUV | 89.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 188 | 0.34 | 0.72 | 0 | 0.26 | 272.21 | 0.57 | 0.47 |
| Hex | 7D | 34 | BC | 22 | 48 | 0 | 1A | 110 | 39 | 2F |
| Octal | 175 | 64 | 274 | 42 | 110 | 0 | 32 | 420 | 71 | 57 |
| Binary | 1111101 | 110100 | 10111100 | 100010 | 1001000 | 0 | 11010 | 100010000 | 111001 | 101111 |
Color Harmonies of #7D34BC
Complementary color
Monochromatic Colors of #7D34BC
Black with #7D34BC
Text Example
Text Example
White with #7D34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D34BC; }
p { color: rgb(125,52,188); }
H1.HeaderClassName
{
color: #7D34BC;
}
.AnyTagClassName
{
color: #7D34BC;
}
</style>
background-color css
<style>
a { background-color: #7D34BC; }
a { background-color: rgb(125,52,188); }
div.DivClassName
{
background-color: #7D34BC;
}
.BgClassName
{
background-color: #7D34BC;
}
</style>
border-color css
<style>
span { border-color: #7D34BC; }
span { border-color: rgb(125,52,188); }
td.TdClassName
{
border-color: #7D34BC;
}
.TagClassName
{
border-color: #7D34BC;
}
</style>