Shades of Purple Heart #7B41CD
Tints of Purple Heart #7B41CD
RGB
CMYK
RGB Variations
Color information
#7B41CD (or 0x7B41CD) is known color: Purple Heart. HEX triplet: 7B, 41 and CD. RGB value is (123,65,205). Sum of RGB (Red+Green+Blue) = 123+65+205=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41CD is #84BE32. Grayscale: #616161. Windows color (decimal): -8699443 or 13451643. OLE color: 13451643.
HSL color Cylindrical-coordinate representation of color #7B41CD: hue angle of 264.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B41CD is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 65 | 205 | - |
| CMYK | 0.4 | 0.68 | 0 | 0.20 |
| HSL | 264.86º | 0.58% | 0.53% | - |
| HSV(B) | 264.86º | 0.68% | 0.8% | - |
| XYZ | 21.08 | 12.4 | 59.04 | - |
| YUV | 98.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 205 | 0.4 | 0.68 | 0 | 0.20 | 264.86 | 0.58 | 0.53 |
| Hex | 7B | 41 | CD | 28 | 44 | 0 | 14 | 109 | 3A | 35 |
| Octal | 173 | 101 | 315 | 50 | 104 | 0 | 24 | 411 | 72 | 65 |
| Binary | 1111011 | 1000001 | 11001101 | 101000 | 1000100 | 0 | 10100 | 100001001 | 111010 | 110101 |
Color Harmonies of #7B41CD
Complementary color
Monochromatic Colors of #7B41CD
Black with #7B41CD
Text Example
Text Example
White with #7B41CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B41CD; }
p { color: rgb(123,65,205); }
H1.HeaderClassName
{
color: #7B41CD;
}
.AnyTagClassName
{
color: #7B41CD;
}
</style>
background-color css
<style>
a { background-color: #7B41CD; }
a { background-color: rgb(123,65,205); }
div.DivClassName
{
background-color: #7B41CD;
}
.BgClassName
{
background-color: #7B41CD;
}
</style>
border-color css
<style>
span { border-color: #7B41CD; }
span { border-color: rgb(123,65,205); }
td.TdClassName
{
border-color: #7B41CD;
}
.TagClassName
{
border-color: #7B41CD;
}
</style>