Shades of Purple Heart #7D3DC1
Tints of Purple Heart #7D3DC1
RGB
CMYK
RGB Variations
Color information
#7D3DC1 (or 0x7D3DC1) is known color: Purple Heart. HEX triplet: 7D, 3D and C1. RGB value is (125,61,193). Sum of RGB (Red+Green+Blue) = 125+61+193=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D3DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DC1 is #82C23E. Grayscale: #5E5E5E. Windows color (decimal): -8569407 or 12664189. OLE color: 12664189.
HSL color Cylindrical-coordinate representation of color #7D3DC1: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3DC1 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 61 | 193 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.24 |
| HSL | 269.09º | 0.52% | 0.5% | - |
| HSV(B) | 269.09º | 0.68% | 0.76% | - |
| XYZ | 19.75 | 11.55 | 51.64 | - |
| YUV | 95.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 193 | 0.35 | 0.68 | 0 | 0.24 | 269.09 | 0.52 | 0.5 |
| Hex | 7D | 3D | C1 | 23 | 44 | 0 | 18 | 10D | 34 | 32 |
| Octal | 175 | 75 | 301 | 43 | 104 | 0 | 30 | 415 | 64 | 62 |
| Binary | 1111101 | 111101 | 11000001 | 100011 | 1000100 | 0 | 11000 | 100001101 | 110100 | 110010 |
Color Harmonies of #7D3DC1
Complementary color
Monochromatic Colors of #7D3DC1
Black with #7D3DC1
Text Example
Text Example
White with #7D3DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3DC1; }
p { color: rgb(125,61,193); }
H1.HeaderClassName
{
color: #7D3DC1;
}
.AnyTagClassName
{
color: #7D3DC1;
}
</style>
background-color css
<style>
a { background-color: #7D3DC1; }
a { background-color: rgb(125,61,193); }
div.DivClassName
{
background-color: #7D3DC1;
}
.BgClassName
{
background-color: #7D3DC1;
}
</style>
border-color css
<style>
span { border-color: #7D3DC1; }
span { border-color: rgb(125,61,193); }
td.TdClassName
{
border-color: #7D3DC1;
}
.TagClassName
{
border-color: #7D3DC1;
}
</style>