Shades of Purple Heart #7C42CA
Tints of Purple Heart #7C42CA
RGB
CMYK
RGB Variations
Color information
#7C42CA (or 0x7C42CA) is known color: Purple Heart. HEX triplet: 7C, 42 and CA. RGB value is (124,66,202). Sum of RGB (Red+Green+Blue) = 124+66+202=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C42CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C42CA is #83BD35. Grayscale: #626262. Windows color (decimal): -8633654 or 13255292. OLE color: 13255292.
HSL color Cylindrical-coordinate representation of color #7C42CA: hue angle of 265.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C42CA is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 66 | 202 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.21 |
| HSL | 265.59º | 0.56% | 0.53% | - |
| HSV(B) | 265.59º | 0.67% | 0.79% | - |
| XYZ | 20.92 | 12.45 | 57.18 | - |
| YUV | 98.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 202 | 0.39 | 0.67 | 0 | 0.21 | 265.59 | 0.56 | 0.53 |
| Hex | 7C | 42 | CA | 27 | 43 | 0 | 15 | 10A | 38 | 35 |
| Octal | 174 | 102 | 312 | 47 | 103 | 0 | 25 | 412 | 70 | 65 |
| Binary | 1111100 | 1000010 | 11001010 | 100111 | 1000011 | 0 | 10101 | 100001010 | 111000 | 110101 |
Color Harmonies of #7C42CA
Complementary color
Monochromatic Colors of #7C42CA
Black with #7C42CA
Text Example
Text Example
White with #7C42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C42CA; }
p { color: rgb(124,66,202); }
H1.HeaderClassName
{
color: #7C42CA;
}
.AnyTagClassName
{
color: #7C42CA;
}
</style>
background-color css
<style>
a { background-color: #7C42CA; }
a { background-color: rgb(124,66,202); }
div.DivClassName
{
background-color: #7C42CA;
}
.BgClassName
{
background-color: #7C42CA;
}
</style>
border-color css
<style>
span { border-color: #7C42CA; }
span { border-color: rgb(124,66,202); }
td.TdClassName
{
border-color: #7C42CA;
}
.TagClassName
{
border-color: #7C42CA;
}
</style>