Shades of Purple Heart #7B1FBD
Tints of Purple Heart #7B1FBD
RGB
CMYK
RGB Variations
Color information
#7B1FBD (or 0x7B1FBD) is known color: Purple Heart. HEX triplet: 7B, 1F and BD. RGB value is (123,31,189). Sum of RGB (Red+Green+Blue) = 123+31+189=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1FBD is #84E042. Grayscale: #4B4B4B. Windows color (decimal): -8708163 or 12394363. OLE color: 12394363.
HSL color Cylindrical-coordinate representation of color #7B1FBD: hue angle of 274.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1FBD is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 31 | 189 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.26 |
| HSL | 274.94º | 0.72% | 0.43% | - |
| HSV(B) | 274.94º | 0.84% | 0.74% | - |
| XYZ | 17.84 | 8.87 | 48.91 | - |
| YUV | 76.52 | 191.48 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 31 | 189 | 0.35 | 0.84 | 0 | 0.26 | 274.94 | 0.72 | 0.43 |
| Hex | 7B | 1F | BD | 23 | 54 | 0 | 1A | 113 | 48 | 2B |
| Octal | 173 | 37 | 275 | 43 | 124 | 0 | 32 | 423 | 110 | 53 |
| Binary | 1111011 | 11111 | 10111101 | 100011 | 1010100 | 0 | 11010 | 100010011 | 1001000 | 101011 |
Color Harmonies of #7B1FBD
Complementary color
Monochromatic Colors of #7B1FBD
Black with #7B1FBD
Text Example
Text Example
White with #7B1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1FBD; }
p { color: rgb(123,31,189); }
H1.HeaderClassName
{
color: #7B1FBD;
}
.AnyTagClassName
{
color: #7B1FBD;
}
</style>
background-color css
<style>
a { background-color: #7B1FBD; }
a { background-color: rgb(123,31,189); }
div.DivClassName
{
background-color: #7B1FBD;
}
.BgClassName
{
background-color: #7B1FBD;
}
</style>
border-color css
<style>
span { border-color: #7B1FBD; }
span { border-color: rgb(123,31,189); }
td.TdClassName
{
border-color: #7B1FBD;
}
.TagClassName
{
border-color: #7B1FBD;
}
</style>