Shades of Purple Heart #7B2AC7
Tints of Purple Heart #7B2AC7
RGB
CMYK
RGB Variations
Color information
#7B2AC7 (or 0x7B2AC7) is known color: Purple Heart. HEX triplet: 7B, 2A and C7. RGB value is (123,42,199). Sum of RGB (Red+Green+Blue) = 123+42+199=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #7B2AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2AC7 is #84D538. Grayscale: #535353. Windows color (decimal): -8705337 or 13052539. OLE color: 13052539.
HSL color Cylindrical-coordinate representation of color #7B2AC7: hue angle of 270.96º 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 #7B2AC7 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 42 | 199 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.22 |
| HSL | 270.96º | 0.65% | 0.47% | - |
| HSV(B) | 270.96º | 0.79% | 0.78% | - |
| XYZ | 19.31 | 9.99 | 54.94 | - |
| YUV | 84.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 199 | 0.38 | 0.79 | 0 | 0.22 | 270.96 | 0.65 | 0.47 |
| Hex | 7B | 2A | C7 | 26 | 4F | 0 | 16 | 10F | 41 | 2F |
| Octal | 173 | 52 | 307 | 46 | 117 | 0 | 26 | 417 | 101 | 57 |
| Binary | 1111011 | 101010 | 11000111 | 100110 | 1001111 | 0 | 10110 | 100001111 | 1000001 | 101111 |
Color Harmonies of #7B2AC7
Complementary color
Monochromatic Colors of #7B2AC7
Black with #7B2AC7
Text Example
Text Example
White with #7B2AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2AC7; }
p { color: rgb(123,42,199); }
H1.HeaderClassName
{
color: #7B2AC7;
}
.AnyTagClassName
{
color: #7B2AC7;
}
</style>
background-color css
<style>
a { background-color: #7B2AC7; }
a { background-color: rgb(123,42,199); }
div.DivClassName
{
background-color: #7B2AC7;
}
.BgClassName
{
background-color: #7B2AC7;
}
</style>
border-color css
<style>
span { border-color: #7B2AC7; }
span { border-color: rgb(123,42,199); }
td.TdClassName
{
border-color: #7B2AC7;
}
.TagClassName
{
border-color: #7B2AC7;
}
</style>