Shades of Purple Heart #7D1DBB
Tints of Purple Heart #7D1DBB
RGB
CMYK
RGB Variations
Color information
#7D1DBB (or 0x7D1DBB) is known color: Purple Heart. HEX triplet: 7D, 1D and BB. RGB value is (125,29,187). Sum of RGB (Red+Green+Blue) = 125+29+187=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D1DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DBB is #82E244. Grayscale: #4B4B4B. Windows color (decimal): -8577605 or 12262781. OLE color: 12262781.
HSL color Cylindrical-coordinate representation of color #7D1DBB: hue angle of 276.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1DBB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 29 | 187 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.27 |
| HSL | 276.46º | 0.73% | 0.42% | - |
| HSV(B) | 276.46º | 0.84% | 0.73% | - |
| XYZ | 17.87 | 8.83 | 47.78 | - |
| YUV | 75.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 187 | 0.33 | 0.84 | 0 | 0.27 | 276.46 | 0.73 | 0.42 |
| Hex | 7D | 1D | BB | 21 | 54 | 0 | 1B | 114 | 49 | 2A |
| Octal | 175 | 35 | 273 | 41 | 124 | 0 | 33 | 424 | 111 | 52 |
| Binary | 1111101 | 11101 | 10111011 | 100001 | 1010100 | 0 | 11011 | 100010100 | 1001001 | 101010 |
Color Harmonies of #7D1DBB
Complementary color
Monochromatic Colors of #7D1DBB
Black with #7D1DBB
Text Example
Text Example
White with #7D1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DBB; }
p { color: rgb(125,29,187); }
H1.HeaderClassName
{
color: #7D1DBB;
}
.AnyTagClassName
{
color: #7D1DBB;
}
</style>
background-color css
<style>
a { background-color: #7D1DBB; }
a { background-color: rgb(125,29,187); }
div.DivClassName
{
background-color: #7D1DBB;
}
.BgClassName
{
background-color: #7D1DBB;
}
</style>
border-color css
<style>
span { border-color: #7D1DBB; }
span { border-color: rgb(125,29,187); }
td.TdClassName
{
border-color: #7D1DBB;
}
.TagClassName
{
border-color: #7D1DBB;
}
</style>