Shades of Purple Heart #7B3DBF
Tints of Purple Heart #7B3DBF
RGB
CMYK
RGB Variations
Color information
#7B3DBF (or 0x7B3DBF) is known color: Purple Heart. HEX triplet: 7B, 3D and BF. RGB value is (123,61,191). Sum of RGB (Red+Green+Blue) = 123+61+191=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3DBF is #84C240. Grayscale: #5D5D5D. Windows color (decimal): -8700481 or 12533115. OLE color: 12533115.
HSL color Cylindrical-coordinate representation of color #7B3DBF: hue angle of 268.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3DBF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 61 | 191 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.25 |
| HSL | 268.62º | 0.52% | 0.49% | - |
| HSV(B) | 268.62º | 0.68% | 0.75% | - |
| XYZ | 19.24 | 11.31 | 50.46 | - |
| YUV | 94.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 191 | 0.36 | 0.68 | 0 | 0.25 | 268.62 | 0.52 | 0.49 |
| Hex | 7B | 3D | BF | 24 | 44 | 0 | 19 | 10D | 34 | 31 |
| Octal | 173 | 75 | 277 | 44 | 104 | 0 | 31 | 415 | 64 | 61 |
| Binary | 1111011 | 111101 | 10111111 | 100100 | 1000100 | 0 | 11001 | 100001101 | 110100 | 110001 |
Color Harmonies of #7B3DBF
Complementary color
Monochromatic Colors of #7B3DBF
Black with #7B3DBF
Text Example
Text Example
White with #7B3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3DBF; }
p { color: rgb(123,61,191); }
H1.HeaderClassName
{
color: #7B3DBF;
}
.AnyTagClassName
{
color: #7B3DBF;
}
</style>
background-color css
<style>
a { background-color: #7B3DBF; }
a { background-color: rgb(123,61,191); }
div.DivClassName
{
background-color: #7B3DBF;
}
.BgClassName
{
background-color: #7B3DBF;
}
</style>
border-color css
<style>
span { border-color: #7B3DBF; }
span { border-color: rgb(123,61,191); }
td.TdClassName
{
border-color: #7B3DBF;
}
.TagClassName
{
border-color: #7B3DBF;
}
</style>