Shades of Purple Heart #7D37BE
Tints of Purple Heart #7D37BE
RGB
CMYK
RGB Variations
Color information
#7D37BE (or 0x7D37BE) is known color: Purple Heart. HEX triplet: 7D, 37 and BE. RGB value is (125,55,190). Sum of RGB (Red+Green+Blue) = 125+55+190=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D37BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D37BE is #82C841. Grayscale: #5A5A5A. Windows color (decimal): -8570946 or 12466045. OLE color: 12466045.
HSL color Cylindrical-coordinate representation of color #7D37BE: hue angle of 271.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D37BE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 55 | 190 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.25 |
| HSL | 271.11º | 0.55% | 0.48% | - |
| HSV(B) | 271.11º | 0.71% | 0.75% | - |
| XYZ | 19.12 | 10.81 | 49.79 | - |
| YUV | 91.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 190 | 0.34 | 0.71 | 0 | 0.25 | 271.11 | 0.55 | 0.48 |
| Hex | 7D | 37 | BE | 22 | 47 | 0 | 19 | 10F | 37 | 30 |
| Octal | 175 | 67 | 276 | 42 | 107 | 0 | 31 | 417 | 67 | 60 |
| Binary | 1111101 | 110111 | 10111110 | 100010 | 1000111 | 0 | 11001 | 100001111 | 110111 | 110000 |
Color Harmonies of #7D37BE
Complementary color
Monochromatic Colors of #7D37BE
Black with #7D37BE
Text Example
Text Example
White with #7D37BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D37BE; }
p { color: rgb(125,55,190); }
H1.HeaderClassName
{
color: #7D37BE;
}
.AnyTagClassName
{
color: #7D37BE;
}
</style>
background-color css
<style>
a { background-color: #7D37BE; }
a { background-color: rgb(125,55,190); }
div.DivClassName
{
background-color: #7D37BE;
}
.BgClassName
{
background-color: #7D37BE;
}
</style>
border-color css
<style>
span { border-color: #7D37BE; }
span { border-color: rgb(125,55,190); }
td.TdClassName
{
border-color: #7D37BE;
}
.TagClassName
{
border-color: #7D37BE;
}
</style>