Shades of Purple Heart #7D26BA
Tints of Purple Heart #7D26BA
RGB
CMYK
RGB Variations
Color information
#7D26BA (or 0x7D26BA) is known color: Purple Heart. HEX triplet: 7D, 26 and BA. RGB value is (125,38,186). Sum of RGB (Red+Green+Blue) = 125+38+186=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D26BA is #82D945. Grayscale: #505050. Windows color (decimal): -8575302 or 12199549. OLE color: 12199549.
HSL color Cylindrical-coordinate representation of color #7D26BA: hue angle of 275.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D26BA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 38 | 186 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.27 |
| HSL | 275.27º | 0.66% | 0.44% | - |
| HSV(B) | 275.27º | 0.8% | 0.73% | - |
| XYZ | 18.01 | 9.29 | 47.3 | - |
| YUV | 80.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 186 | 0.33 | 0.80 | 0 | 0.27 | 275.27 | 0.66 | 0.44 |
| Hex | 7D | 26 | BA | 21 | 50 | 0 | 1B | 113 | 42 | 2C |
| Octal | 175 | 46 | 272 | 41 | 120 | 0 | 33 | 423 | 102 | 54 |
| Binary | 1111101 | 100110 | 10111010 | 100001 | 1010000 | 0 | 11011 | 100010011 | 1000010 | 101100 |
Color Harmonies of #7D26BA
Complementary color
Monochromatic Colors of #7D26BA
Black with #7D26BA
Text Example
Text Example
White with #7D26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D26BA; }
p { color: rgb(125,38,186); }
H1.HeaderClassName
{
color: #7D26BA;
}
.AnyTagClassName
{
color: #7D26BA;
}
</style>
background-color css
<style>
a { background-color: #7D26BA; }
a { background-color: rgb(125,38,186); }
div.DivClassName
{
background-color: #7D26BA;
}
.BgClassName
{
background-color: #7D26BA;
}
</style>
border-color css
<style>
span { border-color: #7D26BA; }
span { border-color: rgb(125,38,186); }
td.TdClassName
{
border-color: #7D26BA;
}
.TagClassName
{
border-color: #7D26BA;
}
</style>