Shades of Purple Heart #7C40CA
Tints of Purple Heart #7C40CA
RGB
CMYK
RGB Variations
Color information
#7C40CA (or 0x7C40CA) is known color: Purple Heart. HEX triplet: 7C, 40 and CA. RGB value is (124,64,202). Sum of RGB (Red+Green+Blue) = 124+64+202=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40CA is #83BF35. Grayscale: #616161. Windows color (decimal): -8634166 or 13254780. OLE color: 13254780.
HSL color Cylindrical-coordinate representation of color #7C40CA: hue angle of 266.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C40CA is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 64 | 202 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.21 |
| HSL | 266.09º | 0.57% | 0.52% | - |
| HSV(B) | 266.09º | 0.68% | 0.79% | - |
| XYZ | 20.81 | 12.22 | 57.14 | - |
| YUV | 97.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 202 | 0.39 | 0.68 | 0 | 0.21 | 266.09 | 0.57 | 0.52 |
| Hex | 7C | 40 | CA | 27 | 44 | 0 | 15 | 10A | 39 | 34 |
| Octal | 174 | 100 | 312 | 47 | 104 | 0 | 25 | 412 | 71 | 64 |
| Binary | 1111100 | 1000000 | 11001010 | 100111 | 1000100 | 0 | 10101 | 100001010 | 111001 | 110100 |
Color Harmonies of #7C40CA
Complementary color
Monochromatic Colors of #7C40CA
Black with #7C40CA
Text Example
Text Example
White with #7C40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40CA; }
p { color: rgb(124,64,202); }
H1.HeaderClassName
{
color: #7C40CA;
}
.AnyTagClassName
{
color: #7C40CA;
}
</style>
background-color css
<style>
a { background-color: #7C40CA; }
a { background-color: rgb(124,64,202); }
div.DivClassName
{
background-color: #7C40CA;
}
.BgClassName
{
background-color: #7C40CA;
}
</style>
border-color css
<style>
span { border-color: #7C40CA; }
span { border-color: rgb(124,64,202); }
td.TdClassName
{
border-color: #7C40CA;
}
.TagClassName
{
border-color: #7C40CA;
}
</style>