Shades of Purple Heart #7B37BF
Tints of Purple Heart #7B37BF
RGB
CMYK
RGB Variations
Color information
#7B37BF (or 0x7B37BF) is known color: Purple Heart. HEX triplet: 7B, 37 and BF. RGB value is (123,55,191). Sum of RGB (Red+Green+Blue) = 123+55+191=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B37BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37BF is #84C840. Grayscale: #5A5A5A. Windows color (decimal): -8702017 or 12531579. OLE color: 12531579.
HSL color Cylindrical-coordinate representation of color #7B37BF: hue angle of 270º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B37BF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 55 | 191 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.25 |
| HSL | 270º | 0.55% | 0.48% | - |
| HSV(B) | 270º | 0.71% | 0.75% | - |
| XYZ | 18.94 | 10.7 | 50.36 | - |
| YUV | 90.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 191 | 0.36 | 0.71 | 0 | 0.25 | 270 | 0.55 | 0.48 |
| Hex | 7B | 37 | BF | 24 | 47 | 0 | 19 | 10E | 37 | 30 |
| Octal | 173 | 67 | 277 | 44 | 107 | 0 | 31 | 416 | 67 | 60 |
| Binary | 1111011 | 110111 | 10111111 | 100100 | 1000111 | 0 | 11001 | 100001110 | 110111 | 110000 |
Color Harmonies of #7B37BF
Complementary color
Monochromatic Colors of #7B37BF
Black with #7B37BF
Text Example
Text Example
White with #7B37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B37BF; }
p { color: rgb(123,55,191); }
H1.HeaderClassName
{
color: #7B37BF;
}
.AnyTagClassName
{
color: #7B37BF;
}
</style>
background-color css
<style>
a { background-color: #7B37BF; }
a { background-color: rgb(123,55,191); }
div.DivClassName
{
background-color: #7B37BF;
}
.BgClassName
{
background-color: #7B37BF;
}
</style>
border-color css
<style>
span { border-color: #7B37BF; }
span { border-color: rgb(123,55,191); }
td.TdClassName
{
border-color: #7B37BF;
}
.TagClassName
{
border-color: #7B37BF;
}
</style>