Shades of Purple Heart #7D3CBB
Tints of Purple Heart #7D3CBB
RGB
CMYK
RGB Variations
Color information
#7D3CBB (or 0x7D3CBB) is known color: Purple Heart. HEX triplet: 7D, 3C and BB. RGB value is (125,60,187). Sum of RGB (Red+Green+Blue) = 125+60+187=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D3CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CBB is #82C344. Grayscale: #5D5D5D. Windows color (decimal): -8569669 or 12270717. OLE color: 12270717.
HSL color Cylindrical-coordinate representation of color #7D3CBB: hue angle of 270.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3CBB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 60 | 187 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.27 |
| HSL | 270.71º | 0.51% | 0.48% | - |
| HSV(B) | 270.71º | 0.68% | 0.73% | - |
| XYZ | 19.04 | 11.18 | 48.17 | - |
| YUV | 93.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 187 | 0.33 | 0.68 | 0 | 0.27 | 270.71 | 0.51 | 0.48 |
| Hex | 7D | 3C | BB | 21 | 44 | 0 | 1B | 10F | 33 | 30 |
| Octal | 175 | 74 | 273 | 41 | 104 | 0 | 33 | 417 | 63 | 60 |
| Binary | 1111101 | 111100 | 10111011 | 100001 | 1000100 | 0 | 11011 | 100001111 | 110011 | 110000 |
Color Harmonies of #7D3CBB
Complementary color
Monochromatic Colors of #7D3CBB
Black with #7D3CBB
Text Example
Text Example
White with #7D3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3CBB; }
p { color: rgb(125,60,187); }
H1.HeaderClassName
{
color: #7D3CBB;
}
.AnyTagClassName
{
color: #7D3CBB;
}
</style>
background-color css
<style>
a { background-color: #7D3CBB; }
a { background-color: rgb(125,60,187); }
div.DivClassName
{
background-color: #7D3CBB;
}
.BgClassName
{
background-color: #7D3CBB;
}
</style>
border-color css
<style>
span { border-color: #7D3CBB; }
span { border-color: rgb(125,60,187); }
td.TdClassName
{
border-color: #7D3CBB;
}
.TagClassName
{
border-color: #7D3CBB;
}
</style>