Shades of Purple Heart #7C1CB7
Tints of Purple Heart #7C1CB7
RGB
CMYK
RGB Variations
Color information
#7C1CB7 (or 0x7C1CB7) is known color: Purple Heart. HEX triplet: 7C, 1C and B7. RGB value is (124,28,183). Sum of RGB (Red+Green+Blue) = 124+28+183=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #7C1CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1CB7 is #83E348. Grayscale: #494949. Windows color (decimal): -8643401 or 12000380. OLE color: 12000380.
HSL color Cylindrical-coordinate representation of color #7C1CB7: hue angle of 277.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1CB7 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 28 | 183 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.28 |
| HSL | 277.16º | 0.73% | 0.41% | - |
| HSV(B) | 277.16º | 0.85% | 0.72% | - |
| XYZ | 17.27 | 8.53 | 45.54 | - |
| YUV | 74.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 183 | 0.32 | 0.85 | 0 | 0.28 | 277.16 | 0.73 | 0.41 |
| Hex | 7C | 1C | B7 | 20 | 55 | 0 | 1C | 115 | 49 | 29 |
| Octal | 174 | 34 | 267 | 40 | 125 | 0 | 34 | 425 | 111 | 51 |
| Binary | 1111100 | 11100 | 10110111 | 100000 | 1010101 | 0 | 11100 | 100010101 | 1001001 | 101001 |
Color Harmonies of #7C1CB7
Complementary color
Monochromatic Colors of #7C1CB7
Black with #7C1CB7
Text Example
Text Example
White with #7C1CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1CB7; }
p { color: rgb(124,28,183); }
H1.HeaderClassName
{
color: #7C1CB7;
}
.AnyTagClassName
{
color: #7C1CB7;
}
</style>
background-color css
<style>
a { background-color: #7C1CB7; }
a { background-color: rgb(124,28,183); }
div.DivClassName
{
background-color: #7C1CB7;
}
.BgClassName
{
background-color: #7C1CB7;
}
</style>
border-color css
<style>
span { border-color: #7C1CB7; }
span { border-color: rgb(124,28,183); }
td.TdClassName
{
border-color: #7C1CB7;
}
.TagClassName
{
border-color: #7C1CB7;
}
</style>