Shades of Purple Heart #7D1CB3
Tints of Purple Heart #7D1CB3
RGB
CMYK
RGB Variations
Color information
#7D1CB3 (or 0x7D1CB3) is known color: Purple Heart. HEX triplet: 7D, 1C and B3. RGB value is (125,28,179). Sum of RGB (Red+Green+Blue) = 125+28+179=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D1CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CB3 is #82E34C. Grayscale: #494949. Windows color (decimal): -8577869 or 11738237. OLE color: 11738237.
HSL color Cylindrical-coordinate representation of color #7D1CB3: hue angle of 278.54º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1CB3 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 28 | 179 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.30 |
| HSL | 278.54º | 0.73% | 0.41% | - |
| HSV(B) | 278.54º | 0.84% | 0.7% | - |
| XYZ | 17.01 | 8.45 | 43.38 | - |
| YUV | 74.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 179 | 0.30 | 0.84 | 0 | 0.30 | 278.54 | 0.73 | 0.41 |
| Hex | 7D | 1C | B3 | 1E | 54 | 0 | 1E | 117 | 49 | 29 |
| Octal | 175 | 34 | 263 | 36 | 124 | 0 | 36 | 427 | 111 | 51 |
| Binary | 1111101 | 11100 | 10110011 | 11110 | 1010100 | 0 | 11110 | 100010111 | 1001001 | 101001 |
Color Harmonies of #7D1CB3
Complementary color
Monochromatic Colors of #7D1CB3
Black with #7D1CB3
Text Example
Text Example
White with #7D1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CB3; }
p { color: rgb(125,28,179); }
H1.HeaderClassName
{
color: #7D1CB3;
}
.AnyTagClassName
{
color: #7D1CB3;
}
</style>
background-color css
<style>
a { background-color: #7D1CB3; }
a { background-color: rgb(125,28,179); }
div.DivClassName
{
background-color: #7D1CB3;
}
.BgClassName
{
background-color: #7D1CB3;
}
</style>
border-color css
<style>
span { border-color: #7D1CB3; }
span { border-color: rgb(125,28,179); }
td.TdClassName
{
border-color: #7D1CB3;
}
.TagClassName
{
border-color: #7D1CB3;
}
</style>