Shades of Purple Heart #7C31CA
Tints of Purple Heart #7C31CA
RGB
CMYK
RGB Variations
Color information
#7C31CA (or 0x7C31CA) is known color: Purple Heart. HEX triplet: 7C, 31 and CA. RGB value is (124,49,202). Sum of RGB (Red+Green+Blue) = 124+49+202=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31CA is #83CE35. Grayscale: #585858. Windows color (decimal): -8638006 or 13250940. OLE color: 13250940.
HSL color Cylindrical-coordinate representation of color #7C31CA: hue angle of 269.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C31CA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 49 | 202 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.21 |
| HSL | 269.41º | 0.61% | 0.49% | - |
| HSV(B) | 269.41º | 0.76% | 0.79% | - |
| XYZ | 20.07 | 10.75 | 56.89 | - |
| YUV | 88.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 202 | 0.39 | 0.76 | 0 | 0.21 | 269.41 | 0.61 | 0.49 |
| Hex | 7C | 31 | CA | 27 | 4C | 0 | 15 | 10D | 3D | 31 |
| Octal | 174 | 61 | 312 | 47 | 114 | 0 | 25 | 415 | 75 | 61 |
| Binary | 1111100 | 110001 | 11001010 | 100111 | 1001100 | 0 | 10101 | 100001101 | 111101 | 110001 |
Color Harmonies of #7C31CA
Complementary color
Monochromatic Colors of #7C31CA
Black with #7C31CA
Text Example
Text Example
White with #7C31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C31CA; }
p { color: rgb(124,49,202); }
H1.HeaderClassName
{
color: #7C31CA;
}
.AnyTagClassName
{
color: #7C31CA;
}
</style>
background-color css
<style>
a { background-color: #7C31CA; }
a { background-color: rgb(124,49,202); }
div.DivClassName
{
background-color: #7C31CA;
}
.BgClassName
{
background-color: #7C31CA;
}
</style>
border-color css
<style>
span { border-color: #7C31CA; }
span { border-color: rgb(124,49,202); }
td.TdClassName
{
border-color: #7C31CA;
}
.TagClassName
{
border-color: #7C31CA;
}
</style>