Shades of Purple Heart #7C2BCA
Tints of Purple Heart #7C2BCA
RGB
CMYK
RGB Variations
Color information
#7C2BCA (or 0x7C2BCA) is known color: Purple Heart. HEX triplet: 7C, 2B and CA. RGB value is (124,43,202). Sum of RGB (Red+Green+Blue) = 124+43+202=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2BCA is #83D435. Grayscale: #545454. Windows color (decimal): -8639542 or 13249404. OLE color: 13249404.
HSL color Cylindrical-coordinate representation of color #7C2BCA: hue angle of 270.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C2BCA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 43 | 202 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.21 |
| HSL | 270.57º | 0.65% | 0.48% | - |
| HSV(B) | 270.57º | 0.79% | 0.79% | - |
| XYZ | 19.84 | 10.28 | 56.82 | - |
| YUV | 85.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 202 | 0.39 | 0.79 | 0 | 0.21 | 270.57 | 0.65 | 0.48 |
| Hex | 7C | 2B | CA | 27 | 4F | 0 | 15 | 10F | 41 | 30 |
| Octal | 174 | 53 | 312 | 47 | 117 | 0 | 25 | 417 | 101 | 60 |
| Binary | 1111100 | 101011 | 11001010 | 100111 | 1001111 | 0 | 10101 | 100001111 | 1000001 | 110000 |
Color Harmonies of #7C2BCA
Complementary color
Monochromatic Colors of #7C2BCA
Black with #7C2BCA
Text Example
Text Example
White with #7C2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BCA; }
p { color: rgb(124,43,202); }
H1.HeaderClassName
{
color: #7C2BCA;
}
.AnyTagClassName
{
color: #7C2BCA;
}
</style>
background-color css
<style>
a { background-color: #7C2BCA; }
a { background-color: rgb(124,43,202); }
div.DivClassName
{
background-color: #7C2BCA;
}
.BgClassName
{
background-color: #7C2BCA;
}
</style>
border-color css
<style>
span { border-color: #7C2BCA; }
span { border-color: rgb(124,43,202); }
td.TdClassName
{
border-color: #7C2BCA;
}
.TagClassName
{
border-color: #7C2BCA;
}
</style>