Shades of Purple Heart #7B2AC6
Tints of Purple Heart #7B2AC6
RGB
CMYK
RGB Variations
Color information
#7B2AC6 (or 0x7B2AC6) is known color: Purple Heart. HEX triplet: 7B, 2A and C6. RGB value is (123,42,198). Sum of RGB (Red+Green+Blue) = 123+42+198=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #7B2AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2AC6 is #84D539. Grayscale: #535353. Windows color (decimal): -8705338 or 12987003. OLE color: 12987003.
HSL color Cylindrical-coordinate representation of color #7B2AC6: hue angle of 271.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2AC6 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 42 | 198 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.22 |
| HSL | 271.15º | 0.65% | 0.47% | - |
| HSV(B) | 271.15º | 0.79% | 0.78% | - |
| XYZ | 19.19 | 9.94 | 54.33 | - |
| YUV | 84 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 198 | 0.38 | 0.79 | 0 | 0.22 | 271.15 | 0.65 | 0.47 |
| Hex | 7B | 2A | C6 | 26 | 4F | 0 | 16 | 10F | 41 | 2F |
| Octal | 173 | 52 | 306 | 46 | 117 | 0 | 26 | 417 | 101 | 57 |
| Binary | 1111011 | 101010 | 11000110 | 100110 | 1001111 | 0 | 10110 | 100001111 | 1000001 | 101111 |
Color Harmonies of #7B2AC6
Complementary color
Monochromatic Colors of #7B2AC6
Black with #7B2AC6
Text Example
Text Example
White with #7B2AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2AC6; }
p { color: rgb(123,42,198); }
H1.HeaderClassName
{
color: #7B2AC6;
}
.AnyTagClassName
{
color: #7B2AC6;
}
</style>
background-color css
<style>
a { background-color: #7B2AC6; }
a { background-color: rgb(123,42,198); }
div.DivClassName
{
background-color: #7B2AC6;
}
.BgClassName
{
background-color: #7B2AC6;
}
</style>
border-color css
<style>
span { border-color: #7B2AC6; }
span { border-color: rgb(123,42,198); }
td.TdClassName
{
border-color: #7B2AC6;
}
.TagClassName
{
border-color: #7B2AC6;
}
</style>