Shades of Purple Heart #7B24AE
Tints of Purple Heart #7B24AE
RGB
CMYK
RGB Variations
Color information
#7B24AE (or 0x7B24AE) is known color: Purple Heart. HEX triplet: 7B, 24 and AE. RGB value is (123,36,174). Sum of RGB (Red+Green+Blue) = 123+36+174=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B24AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B24AE is #84DB51. Grayscale: #4D4D4D. Windows color (decimal): -8706898 or 11412603. OLE color: 11412603.
HSL color Cylindrical-coordinate representation of color #7B24AE: hue angle of 277.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B24AE is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 36 | 174 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.32 |
| HSL | 277.83º | 0.66% | 0.41% | - |
| HSV(B) | 277.83º | 0.79% | 0.68% | - |
| XYZ | 16.44 | 8.53 | 40.82 | - |
| YUV | 77.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 174 | 0.29 | 0.79 | 0 | 0.32 | 277.83 | 0.66 | 0.41 |
| Hex | 7B | 24 | AE | 1D | 4F | 0 | 20 | 116 | 42 | 29 |
| Octal | 173 | 44 | 256 | 35 | 117 | 0 | 40 | 426 | 102 | 51 |
| Binary | 1111011 | 100100 | 10101110 | 11101 | 1001111 | 0 | 100000 | 100010110 | 1000010 | 101001 |
Color Harmonies of #7B24AE
Complementary color
Monochromatic Colors of #7B24AE
Black with #7B24AE
Text Example
Text Example
White with #7B24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B24AE; }
p { color: rgb(123,36,174); }
H1.HeaderClassName
{
color: #7B24AE;
}
.AnyTagClassName
{
color: #7B24AE;
}
</style>
background-color css
<style>
a { background-color: #7B24AE; }
a { background-color: rgb(123,36,174); }
div.DivClassName
{
background-color: #7B24AE;
}
.BgClassName
{
background-color: #7B24AE;
}
</style>
border-color css
<style>
span { border-color: #7B24AE; }
span { border-color: rgb(123,36,174); }
td.TdClassName
{
border-color: #7B24AE;
}
.TagClassName
{
border-color: #7B24AE;
}
</style>