Shades of Purple Heart #7C17BC
Tints of Purple Heart #7C17BC
RGB
CMYK
RGB Variations
Color information
#7C17BC (or 0x7C17BC) is known color: Purple Heart. HEX triplet: 7C, 17 and BC. RGB value is (124,23,188). Sum of RGB (Red+Green+Blue) = 124+23+188=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C17BC is #83E843. Grayscale: #474747. Windows color (decimal): -8644676 or 12326780. OLE color: 12326780.
HSL color Cylindrical-coordinate representation of color #7C17BC: hue angle of 276.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C17BC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 23 | 188 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.26 |
| HSL | 276.73º | 0.78% | 0.41% | - |
| HSV(B) | 276.73º | 0.88% | 0.74% | - |
| XYZ | 17.7 | 8.53 | 48.29 | - |
| YUV | 72.01 | 193.46 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 188 | 0.34 | 0.88 | 0 | 0.26 | 276.73 | 0.78 | 0.41 |
| Hex | 7C | 17 | BC | 22 | 58 | 0 | 1A | 115 | 4E | 29 |
| Octal | 174 | 27 | 274 | 42 | 130 | 0 | 32 | 425 | 116 | 51 |
| Binary | 1111100 | 10111 | 10111100 | 100010 | 1011000 | 0 | 11010 | 100010101 | 1001110 | 101001 |
Color Harmonies of #7C17BC
Complementary color
Monochromatic Colors of #7C17BC
Black with #7C17BC
Text Example
Text Example
White with #7C17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C17BC; }
p { color: rgb(124,23,188); }
H1.HeaderClassName
{
color: #7C17BC;
}
.AnyTagClassName
{
color: #7C17BC;
}
</style>
background-color css
<style>
a { background-color: #7C17BC; }
a { background-color: rgb(124,23,188); }
div.DivClassName
{
background-color: #7C17BC;
}
.BgClassName
{
background-color: #7C17BC;
}
</style>
border-color css
<style>
span { border-color: #7C17BC; }
span { border-color: rgb(124,23,188); }
td.TdClassName
{
border-color: #7C17BC;
}
.TagClassName
{
border-color: #7C17BC;
}
</style>