Shades of Purple Heart #7B31CD
Tints of Purple Heart #7B31CD
RGB
CMYK
RGB Variations
Color information
#7B31CD (or 0x7B31CD) is known color: Purple Heart. HEX triplet: 7B, 31 and CD. RGB value is (123,49,205). Sum of RGB (Red+Green+Blue) = 123+49+205=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B31CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B31CD is #84CE32. Grayscale: #585858. Windows color (decimal): -8703539 or 13447547. OLE color: 13447547.
HSL color Cylindrical-coordinate representation of color #7B31CD: hue angle of 268.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B31CD is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 49 | 205 | - |
| CMYK | 0.4 | 0.76 | 0 | 0.20 |
| HSL | 268.46º | 0.61% | 0.5% | - |
| HSV(B) | 268.46º | 0.76% | 0.8% | - |
| XYZ | 20.29 | 10.82 | 58.78 | - |
| YUV | 88.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 205 | 0.4 | 0.76 | 0 | 0.20 | 268.46 | 0.61 | 0.5 |
| Hex | 7B | 31 | CD | 28 | 4C | 0 | 14 | 10C | 3D | 32 |
| Octal | 173 | 61 | 315 | 50 | 114 | 0 | 24 | 414 | 75 | 62 |
| Binary | 1111011 | 110001 | 11001101 | 101000 | 1001100 | 0 | 10100 | 100001100 | 111101 | 110010 |
Color Harmonies of #7B31CD
Complementary color
Monochromatic Colors of #7B31CD
Black with #7B31CD
Text Example
Text Example
White with #7B31CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B31CD; }
p { color: rgb(123,49,205); }
H1.HeaderClassName
{
color: #7B31CD;
}
.AnyTagClassName
{
color: #7B31CD;
}
</style>
background-color css
<style>
a { background-color: #7B31CD; }
a { background-color: rgb(123,49,205); }
div.DivClassName
{
background-color: #7B31CD;
}
.BgClassName
{
background-color: #7B31CD;
}
</style>
border-color css
<style>
span { border-color: #7B31CD; }
span { border-color: rgb(123,49,205); }
td.TdClassName
{
border-color: #7B31CD;
}
.TagClassName
{
border-color: #7B31CD;
}
</style>