Shades of Purple Heart #7D3ECB
Tints of Purple Heart #7D3ECB
RGB
CMYK
RGB Variations
Color information
#7D3ECB (or 0x7D3ECB) is known color: Purple Heart. HEX triplet: 7D, 3E and CB. RGB value is (125,62,203). Sum of RGB (Red+Green+Blue) = 125+62+203=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D3ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3ECB is #82C134. Grayscale: #606060. Windows color (decimal): -8569141 or 13319805. OLE color: 13319805.
HSL color Cylindrical-coordinate representation of color #7D3ECB: hue angle of 266.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D3ECB is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 62 | 203 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.20 |
| HSL | 266.81º | 0.58% | 0.52% | - |
| HSV(B) | 266.81º | 0.69% | 0.8% | - |
| XYZ | 20.96 | 12.12 | 57.73 | - |
| YUV | 96.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 203 | 0.38 | 0.69 | 0 | 0.20 | 266.81 | 0.58 | 0.52 |
| Hex | 7D | 3E | CB | 26 | 45 | 0 | 14 | 10B | 3A | 34 |
| Octal | 175 | 76 | 313 | 46 | 105 | 0 | 24 | 413 | 72 | 64 |
| Binary | 1111101 | 111110 | 11001011 | 100110 | 1000101 | 0 | 10100 | 100001011 | 111010 | 110100 |
Color Harmonies of #7D3ECB
Complementary color
Monochromatic Colors of #7D3ECB
Black with #7D3ECB
Text Example
Text Example
White with #7D3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3ECB; }
p { color: rgb(125,62,203); }
H1.HeaderClassName
{
color: #7D3ECB;
}
.AnyTagClassName
{
color: #7D3ECB;
}
</style>
background-color css
<style>
a { background-color: #7D3ECB; }
a { background-color: rgb(125,62,203); }
div.DivClassName
{
background-color: #7D3ECB;
}
.BgClassName
{
background-color: #7D3ECB;
}
</style>
border-color css
<style>
span { border-color: #7D3ECB; }
span { border-color: rgb(125,62,203); }
td.TdClassName
{
border-color: #7D3ECB;
}
.TagClassName
{
border-color: #7D3ECB;
}
</style>