Shades of Purple Heart #7D3CBD
Tints of Purple Heart #7D3CBD
RGB
CMYK
RGB Variations
Color information
#7D3CBD (or 0x7D3CBD) is known color: Purple Heart. HEX triplet: 7D, 3C and BD. RGB value is (125,60,189). Sum of RGB (Red+Green+Blue) = 125+60+189=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D3CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CBD is #82C342. Grayscale: #5D5D5D. Windows color (decimal): -8569667 or 12401789. OLE color: 12401789.
HSL color Cylindrical-coordinate representation of color #7D3CBD: hue angle of 270.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3CBD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 60 | 189 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.26 |
| HSL | 270.23º | 0.52% | 0.49% | - |
| HSV(B) | 270.23º | 0.68% | 0.74% | - |
| XYZ | 19.26 | 11.27 | 49.3 | - |
| YUV | 94.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 189 | 0.34 | 0.68 | 0 | 0.26 | 270.23 | 0.52 | 0.49 |
| Hex | 7D | 3C | BD | 22 | 44 | 0 | 1A | 10E | 34 | 31 |
| Octal | 175 | 74 | 275 | 42 | 104 | 0 | 32 | 416 | 64 | 61 |
| Binary | 1111101 | 111100 | 10111101 | 100010 | 1000100 | 0 | 11010 | 100001110 | 110100 | 110001 |
Color Harmonies of #7D3CBD
Complementary color
Monochromatic Colors of #7D3CBD
Black with #7D3CBD
Text Example
Text Example
White with #7D3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3CBD; }
p { color: rgb(125,60,189); }
H1.HeaderClassName
{
color: #7D3CBD;
}
.AnyTagClassName
{
color: #7D3CBD;
}
</style>
background-color css
<style>
a { background-color: #7D3CBD; }
a { background-color: rgb(125,60,189); }
div.DivClassName
{
background-color: #7D3CBD;
}
.BgClassName
{
background-color: #7D3CBD;
}
</style>
border-color css
<style>
span { border-color: #7D3CBD; }
span { border-color: rgb(125,60,189); }
td.TdClassName
{
border-color: #7D3CBD;
}
.TagClassName
{
border-color: #7D3CBD;
}
</style>