Shades of Purple Heart #7B2DB3
Tints of Purple Heart #7B2DB3
RGB
CMYK
RGB Variations
Color information
#7B2DB3 (or 0x7B2DB3) is known color: Purple Heart. HEX triplet: 7B, 2D and B3. RGB value is (123,45,179). Sum of RGB (Red+Green+Blue) = 123+45+179=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B2DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2DB3 is #84D24C. Grayscale: #535353. Windows color (decimal): -8704589 or 11742587. OLE color: 11742587.
HSL color Cylindrical-coordinate representation of color #7B2DB3: hue angle of 274.93º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2DB3 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 45 | 179 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.30 |
| HSL | 274.93º | 0.6% | 0.44% | - |
| HSV(B) | 274.93º | 0.75% | 0.7% | - |
| XYZ | 17.24 | 9.34 | 43.54 | - |
| YUV | 83.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 179 | 0.31 | 0.75 | 0 | 0.30 | 274.93 | 0.6 | 0.44 |
| Hex | 7B | 2D | B3 | 1F | 4B | 0 | 1E | 113 | 3C | 2C |
| Octal | 173 | 55 | 263 | 37 | 113 | 0 | 36 | 423 | 74 | 54 |
| Binary | 1111011 | 101101 | 10110011 | 11111 | 1001011 | 0 | 11110 | 100010011 | 111100 | 101100 |
Color Harmonies of #7B2DB3
Complementary color
Monochromatic Colors of #7B2DB3
Black with #7B2DB3
Text Example
Text Example
White with #7B2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2DB3; }
p { color: rgb(123,45,179); }
H1.HeaderClassName
{
color: #7B2DB3;
}
.AnyTagClassName
{
color: #7B2DB3;
}
</style>
background-color css
<style>
a { background-color: #7B2DB3; }
a { background-color: rgb(123,45,179); }
div.DivClassName
{
background-color: #7B2DB3;
}
.BgClassName
{
background-color: #7B2DB3;
}
</style>
border-color css
<style>
span { border-color: #7B2DB3; }
span { border-color: rgb(123,45,179); }
td.TdClassName
{
border-color: #7B2DB3;
}
.TagClassName
{
border-color: #7B2DB3;
}
</style>