Shades of Purple Heart #7D30BA
Tints of Purple Heart #7D30BA
RGB
CMYK
RGB Variations
Color information
#7D30BA (or 0x7D30BA) is known color: Purple Heart. HEX triplet: 7D, 30 and BA. RGB value is (125,48,186). Sum of RGB (Red+Green+Blue) = 125+48+186=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D30BA is #82CF45. Grayscale: #565656. Windows color (decimal): -8572742 or 12202109. OLE color: 12202109.
HSL color Cylindrical-coordinate representation of color #7D30BA: hue angle of 273.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D30BA is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 48 | 186 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.27 |
| HSL | 273.48º | 0.59% | 0.46% | - |
| HSV(B) | 273.48º | 0.74% | 0.73% | - |
| XYZ | 18.38 | 10.02 | 47.42 | - |
| YUV | 86.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 186 | 0.33 | 0.74 | 0 | 0.27 | 273.48 | 0.59 | 0.46 |
| Hex | 7D | 30 | BA | 21 | 4A | 0 | 1B | 111 | 3B | 2E |
| Octal | 175 | 60 | 272 | 41 | 112 | 0 | 33 | 421 | 73 | 56 |
| Binary | 1111101 | 110000 | 10111010 | 100001 | 1001010 | 0 | 11011 | 100010001 | 111011 | 101110 |
Color Harmonies of #7D30BA
Complementary color
Monochromatic Colors of #7D30BA
Black with #7D30BA
Text Example
Text Example
White with #7D30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D30BA; }
p { color: rgb(125,48,186); }
H1.HeaderClassName
{
color: #7D30BA;
}
.AnyTagClassName
{
color: #7D30BA;
}
</style>
background-color css
<style>
a { background-color: #7D30BA; }
a { background-color: rgb(125,48,186); }
div.DivClassName
{
background-color: #7D30BA;
}
.BgClassName
{
background-color: #7D30BA;
}
</style>
border-color css
<style>
span { border-color: #7D30BA; }
span { border-color: rgb(125,48,186); }
td.TdClassName
{
border-color: #7D30BA;
}
.TagClassName
{
border-color: #7D30BA;
}
</style>