Shades of Purple Heart #7B41C5
Tints of Purple Heart #7B41C5
RGB
CMYK
RGB Variations
Color information
#7B41C5 (or 0x7B41C5) is known color: Purple Heart. HEX triplet: 7B, 41 and C5. RGB value is (123,65,197). Sum of RGB (Red+Green+Blue) = 123+65+197=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #7B41C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41C5 is #84BE3A. Grayscale: #606060. Windows color (decimal): -8699451 or 12927355. OLE color: 12927355.
HSL color Cylindrical-coordinate representation of color #7B41C5: hue angle of 266.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B41C5 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 65 | 197 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.23 |
| HSL | 266.36º | 0.53% | 0.51% | - |
| HSV(B) | 266.36º | 0.67% | 0.77% | - |
| XYZ | 20.14 | 12.02 | 54.08 | - |
| YUV | 97.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 197 | 0.38 | 0.67 | 0 | 0.23 | 266.36 | 0.53 | 0.51 |
| Hex | 7B | 41 | C5 | 26 | 43 | 0 | 17 | 10A | 35 | 33 |
| Octal | 173 | 101 | 305 | 46 | 103 | 0 | 27 | 412 | 65 | 63 |
| Binary | 1111011 | 1000001 | 11000101 | 100110 | 1000011 | 0 | 10111 | 100001010 | 110101 | 110011 |
Color Harmonies of #7B41C5
Complementary color
Monochromatic Colors of #7B41C5
Black with #7B41C5
Text Example
Text Example
White with #7B41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B41C5; }
p { color: rgb(123,65,197); }
H1.HeaderClassName
{
color: #7B41C5;
}
.AnyTagClassName
{
color: #7B41C5;
}
</style>
background-color css
<style>
a { background-color: #7B41C5; }
a { background-color: rgb(123,65,197); }
div.DivClassName
{
background-color: #7B41C5;
}
.BgClassName
{
background-color: #7B41C5;
}
</style>
border-color css
<style>
span { border-color: #7B41C5; }
span { border-color: rgb(123,65,197); }
td.TdClassName
{
border-color: #7B41C5;
}
.TagClassName
{
border-color: #7B41C5;
}
</style>