Shades of Purple Heart #7B24C9
Tints of Purple Heart #7B24C9
RGB
CMYK
RGB Variations
Color information
#7B24C9 (or 0x7B24C9) is known color: Purple Heart. HEX triplet: 7B, 24 and C9. RGB value is (123,36,201). Sum of RGB (Red+Green+Blue) = 123+36+201=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B24C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B24C9 is #84DB36. Grayscale: #505050. Windows color (decimal): -8706871 or 13182075. OLE color: 13182075.
HSL color Cylindrical-coordinate representation of color #7B24C9: hue angle of 271.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B24C9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 36 | 201 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.21 |
| HSL | 271.64º | 0.7% | 0.46% | - |
| HSV(B) | 271.64º | 0.82% | 0.79% | - |
| XYZ | 19.34 | 9.69 | 56.11 | - |
| YUV | 80.82 | 195.82 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 201 | 0.39 | 0.82 | 0 | 0.21 | 271.64 | 0.7 | 0.46 |
| Hex | 7B | 24 | C9 | 27 | 52 | 0 | 15 | 110 | 46 | 2E |
| Octal | 173 | 44 | 311 | 47 | 122 | 0 | 25 | 420 | 106 | 56 |
| Binary | 1111011 | 100100 | 11001001 | 100111 | 1010010 | 0 | 10101 | 100010000 | 1000110 | 101110 |
Color Harmonies of #7B24C9
Complementary color
Monochromatic Colors of #7B24C9
Black with #7B24C9
Text Example
Text Example
White with #7B24C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B24C9; }
p { color: rgb(123,36,201); }
H1.HeaderClassName
{
color: #7B24C9;
}
.AnyTagClassName
{
color: #7B24C9;
}
</style>
background-color css
<style>
a { background-color: #7B24C9; }
a { background-color: rgb(123,36,201); }
div.DivClassName
{
background-color: #7B24C9;
}
.BgClassName
{
background-color: #7B24C9;
}
</style>
border-color css
<style>
span { border-color: #7B24C9; }
span { border-color: rgb(123,36,201); }
td.TdClassName
{
border-color: #7B24C9;
}
.TagClassName
{
border-color: #7B24C9;
}
</style>